From 5b04144b0d309bbd51cf4ebfa3219de9639ea2f1 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 26 Nov 2017 14:53:28 +0000 Subject: Remove some more redundant items, add extra white space for readability. --- config/auto_inst.cfg.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config/auto_inst.cfg.pl') diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index a12150d..6e9bb0c 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -81,8 +81,10 @@ $o = { # no server kernels '/^kernel-server-/', '/^vboxadditions-kernel-.*-server-/', + # no legacy bootloaders, we default to grub2 'grub', 'lilo', + # no efi stuff - only needed for install, and shipped in live core repo 'grub2-efi', 'efibootmgr', 'efivar', @@ -112,7 +114,6 @@ $o = { # not wanted 'al-anvar', # (mga #9752) - #'mate-polkit', 'openssh-server', 'manatools-gui', @@ -177,6 +178,7 @@ $o = { if_($has_plasma, 'task-plasma5', 'sddm', # sometimes gets nuked during build ), + # Xfce specific stuff if_($has_xfce, 'task-xfce4', @@ -250,8 +252,10 @@ $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/sddm conf file and binary exist if_($has_xfce || $has_lxde, "rm -f /etc/sysconfig/autologin"), ), -- cgit v1.2.1