diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-02-05 16:49:14 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-02-05 16:49:14 +0100 |
commit | 164dfaaa97f75c2ef1628910b9794e93f4877013 (patch) | |
tree | fabed56c5b4d36a12f30ab91f9cd8bdfcaa2f86f /bin/debvm-create | |
parent | 62474a278bea24502f5a1c69a44dfabcf9c83935 (diff) | |
download | debvm-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-x | bin/debvm-create | 2 |
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"' \ "$@" |