summaryrefslogtreecommitdiff
path: root/bin/debvm-create
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-02-05 16:49:14 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-02-05 16:49:14 +0100
commit164dfaaa97f75c2ef1628910b9794e93f4877013 (patch)
treefabed56c5b4d36a12f30ab91f9cd8bdfcaa2f86f /bin/debvm-create
parent62474a278bea24502f5a1c69a44dfabcf9c83935 (diff)
downloaddebvm-164dfaaa97f75c2ef1628910b9794e93f4877013.tar.gz
debvm-create: install systemd-sysv rather than init
We actually expect systemd in the network configuration. Be more honest about this.
Diffstat (limited to 'bin/debvm-create')
-rwxr-xr-xbin/debvm-create2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/debvm-create b/bin/debvm-create
index 41a6139..392b701 100755
--- a/bin/debvm-create
+++ b/bin/debvm-create
@@ -246,7 +246,7 @@ set -- \
--verbose \
--variant=apt \
"--format=$MMFORMAT" \
- --include=init \
+ --include=systemd-sysv \
"--architecture=$ARCHITECTURE" \
'--customize-hook=echo "LABEL=debvm / ext4 defaults 0 1" >"$1/etc/fstab"' \
"$@"