Browse code

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>

Andrei Gherzan authored on 2016/08/25 21:20:15
Showing 1 changed files
... ...
@@ -268,6 +268,7 @@ echo '- Storage Drivers:'
268 268
 
269 269
 	echo '- "'$(wrap_color 'btrfs' blue)'":'
270 270
 	check_flags BTRFS_FS | sed 's/^/  /'
271
+	check_flags BTRFS_FS_POSIX_ACL | sed 's/^/  /'
271 272
 
272 273
 	echo '- "'$(wrap_color 'devicemapper' blue)'":'
273 274
 	check_flags BLK_DEV_DM DM_THIN_PROVISIONING | sed 's/^/  /'