From e96810804e5e11202dda6c0de13efc7f4798d117 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 19 Aug 2023 11:21:54 +0200 Subject: setup2hd: sync with changes in Slackware's own setup scripts --- setup2hd/setup.slackware.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup2hd') 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 -- cgit v1.2.3