aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'defaults/linuxrc')
-rw-r--r--defaults/linuxrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/defaults/linuxrc b/defaults/linuxrc
index 64642807..80e1938e 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -261,11 +261,9 @@ do
;;
aufs)
aufs=1
- checkzconfig AUFS_FS
;;
aufs\=*)
aufs=1
- checkzconfig AUFS_FS
if echo "${x#*=}" | grep , &>/dev/null; then
aufs_dev_uid=${x#*,}
aufs_dev=${x%,*}
@@ -280,11 +278,9 @@ do
;;
overlayfs)
overlayfs=1
- checkzconfig OVERLAY_FS
;;
overlayfs\=*)
overlayfs=1
- checkzconfig OVERLAY_FS
if echo "${x#*=}" | grep , &>/dev/null; then
overlayfs_dev_uid=${x#*,}
overlayfs_dev=${x%,*}