From ae21dc7163c00929ffd3292e390f1badcd86a2dd Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 25 Apr 2019 11:10:15 +0200 Subject: [PATCH] bootstrap: Add missing packages for XFS quota support Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- bootstrap/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap/config.py b/bootstrap/config.py index a98120c3849..eebb38c22ef 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -158,6 +158,9 @@ PKGS = [ ('', 'perl-generators'), ('', 'perl-interpreter'), + # fs + ('xfslibs-dev', 'xfsprogs-devel'), # for xfs quota support + # misc # @ means group for rpm, use fedora as rpm default ('build-essential', '@development-tools'), -- 2.34.1