Merge pull request #10418 from bobrik/overlay-kernel-checks

Checking EXT4_FS_SECURITY for overlay
This commit is contained in:
Jessie Frazelle 2015-02-19 14:29:17 -08:00
commit 55566f2f8f
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,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