From b1ac7c6f8259f0f0572b645158e8571700eaadc5 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 3 Mar 2016 21:22:49 +0100 Subject: Remove the /SLACKWARELIVE marker file from the filesystem root. After installation to harddisk using the 'setup2hd' script, this marker file is a Live OS left over and will only cause confusion. --- make_slackware_live.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'make_slackware_live.sh') diff --git a/make_slackware_live.sh b/make_slackware_live.sh index e1d0102..4f668be 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1062,6 +1062,7 @@ if [ -f ${LIVE_ROOTDIR}/boot/vmlinuz-huge-* ]; then -e "s/@KVER@/$KVER/g" \ -e "s/@LIVEDE@/$LIVEDE/g" \ -e "s/@LIVEMAIN@/$LIVEMAIN/g" \ + -e "s/@MARKER@/$MARKER/g" \ -e "s/@SL_VERSION@/$SL_VERSION/g" \ -e "s/@VERSION@/$VERSION/g" \ > ${LIVE_ROOTDIR}/usr/local/sbin/setup2hd -- cgit v1.2.3