1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #26008 from resin-os/fix-btrfs-check

check-config.sh: Add check for CONFIG_BTRFS_FS_POSIX_ACL
This commit is contained in:
Brian Goff 2016-08-25 12:39:35 -04:00 committed by GitHub
commit 95fca642a1

View file

@ -268,6 +268,7 @@ echo '- Storage Drivers:'
echo '- "'$(wrap_color 'btrfs' blue)'":'
check_flags BTRFS_FS | sed 's/^/ /'
check_flags BTRFS_FS_POSIX_ACL | sed 's/^/ /'
echo '- "'$(wrap_color 'devicemapper' blue)'":'
check_flags BLK_DEV_DM DM_THIN_PROVISIONING | sed 's/^/ /'