summaryrefslogtreecommitdiffstats
path: root/config/auto_inst.cfg.pl
diff options
context:
space:
mode:
Diffstat (limited to 'config/auto_inst.cfg.pl')
-rw-r--r--config/auto_inst.cfg.pl6
1 files changed, 5 insertions, 1 deletions
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"),
),