diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/auto_inst.cfg.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index feae1c5..2bcc84a 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -273,7 +273,8 @@ $o = { 'match_all_hardware' => 1, 'excludedocs' => 0, 'postInstall' => join(";", - "perl -pi -e 's/^id:3:initdefault:/id:5:initdefault:/' '/etc/inittab'", + # systemd boots by default to multiuser.target (old init 3), so change to graphical (old init 5) + "ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target", #- FIXME: in any::set_autologin, unlink if gdm/kdm conf file and binary exist if_($has_xfce || $has_lxde, "rm -f /etc/sysconfig/autologin"), if_($distro_theme eq 'Liveusb-Rw', |