From 9d120e67e118f182b90fe4836d7b95289597fe15 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 18 Jul 2017 11:09:51 +0200 Subject: 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. --- make_slackware_live.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3