From 164dfaaa97f75c2ef1628910b9794e93f4877013 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 5 Feb 2023 16:49:14 +0100 Subject: debvm-create: install systemd-sysv rather than init We actually expect systemd in the network configuration. Be more honest about this. --- bin/debvm-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/debvm-create') 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"' \ "$@" -- cgit v1.2.3