diff options
Diffstat (limited to 'make_slackware_live.sh')
-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 0a062f8..3383f6f 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1108,6 +1108,8 @@ fi EOT # Clean out the unneeded stuff: +# Note: this will fail when a directory is encountered. This failure points +# to a packaging issue; find and fix the responsible package. rm -f ${LIVE_ROOTDIR}/tmp/[A-Za-z]* rm -f ${LIVE_ROOTDIR}/var/mail/* rm -f ${LIVE_ROOTDIR}/root/.bash* |