summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/debvm-create4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/debvm-create b/bin/debvm-create
index 10794c7..75f153b 100755
--- a/bin/debvm-create
+++ b/bin/debvm-create
@@ -280,7 +280,7 @@ set -- \
--variant=apt \
"--format=$MMFORMAT" \
"--architecture=$ARCHITECTURE" \
- '--customize-hook=echo "LABEL=debvm / ext4 defaults 0 1" >"$1/etc/fstab"' \
+ '--customize-hook=echo "LABEL=debvm / ext4 defaults 0 0" >"$1/etc/fstab"' \
"$@"
case "$INITSYSTEM" in
@@ -289,7 +289,7 @@ case "$INITSYSTEM" in
;;
sysv)
set -- \
- --include=sysvinit-core,e2fsprogs \
+ --include=sysvinit-core \
'--include=?not(?virtual)?exact-name(orphan-sysvinit-scripts)' \
"$@"
;;