aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-09-10 16:54:53 +0200
committer Eric Hameleers <alien@slackware.com>2023-09-10 16:54:53 +0200
commitfad898a736db76ea3159b668a5979a8efc8ef80a (patch)
tree8d4f062341d401485161667c5aaf5b14ee6e12f8
parentd6cbbd6c43eb494644e47ddadc629e99985eb593 (diff)
downloadliveslak-fad898a736db76ea3159b668a5979a8efc8ef80a.tar.gz
liveslak-fad898a736db76ea3159b668a5979a8efc8ef80a.tar.xz
setup2hd: when installing liveslak to hd, add some more customizations
-rw-r--r--setup2hd/setup.liveslak.tpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/setup2hd/setup.liveslak.tpl b/setup2hd/setup.liveslak.tpl
index 789b81f..fb6e03e 100644
--- a/setup2hd/setup.liveslak.tpl
+++ b/setup2hd/setup.liveslak.tpl
@@ -162,7 +162,7 @@ EOT
/etc/slackpkg \
/etc/vconsole.conf \
/var/lib/sddm/state.conf \
- /var/lib/slackpkg/current
+ /var/lib/slackpkg
# Point xdm to the custom /etc/X11/xdm/liveslak-xdm/xdm-config:
sed -i ${T_PX}/etc/rc.d/rc.4 -e 's,bin/xdm -nodaemon,& -config /etc/X11/xdm/liveslak-xdm/xdm-config,'
# If gcc was not installed, create a symlink to cpp pointing to mcpp;
@@ -224,7 +224,8 @@ EOT
/home/@LIVEUID@/.jackdrc \
/home/@LIVEUID@/.config/autostart/qjackctl.desktop \
/home/@LIVEUID@/.config/rncbc.org/QjackCtl.conf \
- /home/@LIVEUID@/.config/kscreenlockerrc
+ /home/@LIVEUID@/.config/kscreenlockerrc \
+ /home/@LIVEUID@/.config/plasmarc
fi
fi
@@ -251,11 +252,12 @@ EOT
- default runlevel
- keyboard layout
- language setting
+ - slackpkg/slackpkg+
EOF
${DIALOG} --backtitle "@CDISTRO@ Linux Setup (Live Edition)" \
--title "POST INSTALL HINTS AND TIPS" --msgbox "`cat $TMP/tempmsg`" \
- 18 65
+ 19 65
rm $TMP/tempmsg
MAINSELECT="CONFIGURE"