summaryrefslogtreecommitdiffstats
path: root/config/auto_inst.cfg.pl
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2017-11-26 14:53:28 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2017-11-26 14:53:28 +0000
commit5b04144b0d309bbd51cf4ebfa3219de9639ea2f1 (patch)
tree6e5f10530c16c91d5af0295de329fe2f1e19de84 /config/auto_inst.cfg.pl
parent69ed419f20f09ac3eb39597fecce8073b7194cae (diff)
downloaddraklive-config-5b04144b0d309bbd51cf4ebfa3219de9639ea2f1.tar
draklive-config-5b04144b0d309bbd51cf4ebfa3219de9639ea2f1.tar.gz
draklive-config-5b04144b0d309bbd51cf4ebfa3219de9639ea2f1.tar.bz2
draklive-config-5b04144b0d309bbd51cf4ebfa3219de9639ea2f1.tar.xz
draklive-config-5b04144b0d309bbd51cf4ebfa3219de9639ea2f1.zip
Remove some more redundant items, add extra white space for readability.
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"),
),