From b9f1d0a0b47ab55c90701079bc418a5be6647fd8 Mon Sep 17 00:00:00 2001 From: Ian Babrou Date: Wed, 28 Jan 2015 21:08:27 +0300 Subject: [PATCH] Checking EXT4_FS_SECURITY and EXT4_FS_POSIX_ACL for overlay Signed-off-by: Ian Babrou Upstream-commit: a6c6d8bb91a9e2fc2f9bd3da78382112794d17fe Component: engine --- components/engine/contrib/check-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/contrib/check-config.sh b/components/engine/contrib/check-config.sh index 4f17540731..491c9b85a7 100755 --- a/components/engine/contrib/check-config.sh +++ b/components/engine/contrib/check-config.sh @@ -169,7 +169,7 @@ echo '- Storage Drivers:' check_flags BLK_DEV_DM DM_THIN_PROVISIONING EXT4_FS EXT4_FS_POSIX_ACL EXT4_FS_SECURITY | sed 's/^/ /' echo '- "'$(wrap_color 'overlay' blue)'":' - check_flags OVERLAY_FS | sed 's/^/ /' + check_flags OVERLAY_FS EXT4_FS_SECURITY EXT4_FS_POSIX_ACL | sed 's/^/ /' } | sed 's/^/ /' echo