check-config.sh: Add check for CONFIG_BTRFS_FS_POSIX_ACL
docker is trying to set system.posix_acl_access but using BTRFS this fails if CONFIG_BTRFS_FS_POSIX_ACL is not activated. Signed-off-by: Andrei Gherzan <andrei@resin.io>
This commit is contained in:
parent
4844d13bd7
commit
1c886a70df
1 changed files with 1 additions and 0 deletions
|
@ -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/^/ /'
|
||||
|
|
Loading…
Reference in a new issue