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
1 changed files with 1 additions and 0 deletions

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/^/ /'