From 1032ee2e8790c53b6a6590a6faf2c5788b21223d Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 30 Apr 2012 13:27:38 +0000 Subject: add back inittab changes so it matches systemd --- config/auto_inst.cfg.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 2bcc84a..7f68fa9 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -275,6 +275,8 @@ $o = { 'postInstall' => join(";", # 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", + # have inittab match systemd defaulting to init 5 + "perl -pi -e 's/^id:3:initdefault:/id:5:initdefault:/' '/etc/inittab'", #- 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', -- cgit v1.2.1