diff options
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 |
commit | 9d120e67e118f182b90fe4836d7b95289597fe15 (patch) | |
tree | 84a783c5a49cb39dd2fb1af078e5623595dfacda | |
parent | 604cd47af0a917b6deb11217c8b1a2ae513f4328 (diff) | |
download | liveslak-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.
-rwxr-xr-x | make_slackware_live.sh | 2 |
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 |