X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F15-initsetup;h=cabf19b4fdc84fbb426b886f7fc45ee19803c6ef;hp=6241d47292f2f16bea0eaa1d29ba781ebbb7ad37;hb=d55873e3a67289b479ae63f4480f9cb970bea751;hpb=f2ebfa66006603f4e49a1db22bee60ecdb662397 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/15-initsetup b/etc/grml/fai/config/scripts/GRMLBASE/15-initsetup index 6241d47..cabf19b 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/15-initsetup +++ b/etc/grml/fai/config/scripts/GRMLBASE/15-initsetup @@ -24,17 +24,7 @@ systemd_setup() { $ROOTCMD systemctl mask systemd-machine-id-commit.service || echo "failed to mask $systemd-machine-id-commit.service" $ROOTCMD systemctl preset-all - $ROOTCMD systemctl set-default multi-user.target - # TODO -> - - # * avoid startup of any LSB scripts; NOTE: jessie doesn't support that - # system-generators approach yet, only >=stretch - mkdir -p "${target}"/etc/systemd/system-generators/ - ln -sf /dev/null "${target}"/etc/systemd/system-generators/systemd-sysv-generator - # -> revert /etc/systemd/system-generators/systemd-sysv-generator && systemctl daemon-reload during *bootup* - # + possibly move this into startup so it's always executed on bootup, even with persistency enabled - # where the change towards systemd-sysv-generator might persist across - # reboots -> LSB scripts executed on reboots + $ROOTCMD systemctl set-default grml-boot.target } file_rc_setup() {