summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-04-25 11:10:15 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-04-25 10:47:16 +0000
commitae21dc7163c00929ffd3292e390f1badcd86a2dd (patch)
treef179e8ec888397986eb96ec120cc8f7fe4a27306 /bootstrap
parent8b2fbd7983e4c7c8cb946851231eab641fedd463 (diff)
downloadsamba-ae21dc7163c00929ffd3292e390f1badcd86a2dd.tar.gz
bootstrap: Add missing packages for XFS quota support
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/config.py3
1 files changed, 3 insertions, 0 deletions
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'),