aboutsummaryrefslogtreecommitdiffstats
path: root/setup2hd
diff options
context:
space:
mode:
Diffstat (limited to 'setup2hd')
-rw-r--r--setup2hd/setup.liveslak.tpl8
-rw-r--r--setup2hd/setup.slackware.tpl4
2 files changed, 9 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"
diff --git a/setup2hd/setup.slackware.tpl b/setup2hd/setup.slackware.tpl
index eff6b9a..e1b9fa1 100644
--- a/setup2hd/setup.slackware.tpl
+++ b/setup2hd/setup.slackware.tpl
@@ -150,6 +150,10 @@ to choose packages individually." 4 60
else
slackinstall --device noremount --promptmode $MODE --srcpath `cat $TMP/SeTDS` --mountpoint /var/log/mount --target $T_PX --series $SERIES
fi
+ # Run ldconfig on the newly installed system:
+ if [ -x $T_PX/sbin/ldconfig ]; then
+ $T_PX/sbin/ldconfig -r $T_PX
+ fi
if [ $MODE = terse ]; then
# Let's pause a moment and then restore the terminal settings
sleep 1