aboutsummaryrefslogtreecommitdiffstats
path: root/setup2hd
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-08-19 11:21:54 +0200
committer Eric Hameleers <alien@slackware.com>2023-08-19 11:21:54 +0200
commite96810804e5e11202dda6c0de13efc7f4798d117 (patch)
treec7f3fa24f4fd811fe171c3037f70f7c2ec15770d /setup2hd
parent1040eefdace45b3afcc7e7ac7806ae73676fd8b3 (diff)
downloadliveslak-e96810804e5e11202dda6c0de13efc7f4798d117.tar.gz
liveslak-e96810804e5e11202dda6c0de13efc7f4798d117.tar.xz
setup2hd: sync with changes in Slackware's own setup scripts
Diffstat (limited to 'setup2hd')
-rw-r--r--setup2hd/setup.slackware.tpl4
1 files changed, 4 insertions, 0 deletions
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