瀏覽代碼

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

Checking EXT4_FS_SECURITY for overlay
Jessie Frazelle 10 年之前
父節點
當前提交
55566f2f8f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/check-config.sh

+ 1 - 1
contrib/check-config.sh

@@ -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