summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-07-18 11:09:51 +0200
committer Eric Hameleers <alien@slackware.com>2017-07-18 11:09:51 +0200
commit9d120e67e118f182b90fe4836d7b95289597fe15 (patch)
tree84a783c5a49cb39dd2fb1af078e5623595dfacda /make_slackware_live.sh
parent604cd47af0a917b6deb11217c8b1a2ae513f4328 (diff)
downloadliveslak-9d120e67e118f182b90fe4836d7b95289597fe15.tar.gz
liveslak-9d120e67e118f182b90fe4836d7b95289597fe15.tar.xz
Run a 'slackpkg new-config' just to be safe
Normally there should not be .new files, but recently there was a bug in ap/cgmanager where the .new files were not moved to their final spot.
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index feba56b..a46b8c1 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1345,6 +1345,8 @@ fi
ARCH=${SL_ARCH} /usr/sbin/slackpkg -batch=on update gpg
ARCH=${SL_ARCH} /usr/sbin/slackpkg -batch=on update
+# Let any lingering .new files replace their originals:
+yes o | ARCH=${SL_ARCH} /usr/sbin/slackpkg new-config
EOSL