From 025e40a9f590510f8a3826b42384da01d8c6999f Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 30 Apr 2012 13:10:23 +0000 Subject: set systemd to boot to graphical.target --- config/auto_inst.cfg.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', -- cgit v1.2.1