aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xliveinit.tpl (renamed from liveinit)0
-rwxr-xr-xmake_slackware_live.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/liveinit b/liveinit.tpl
index 3b035c0..3b035c0 100755
--- a/liveinit
+++ b/liveinit.tpl
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 1164691..746bbbc 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1876,7 +1876,7 @@ fi
echo "-- Creating initrd for kernel-generic $KVER ..."
chroot ${LIVE_ROOTDIR} /sbin/mkinitrd -c -w ${WAIT} -l us -o /boot/initrd_${KVER}.img -k ${KVER} -m ${KMODS} -L -C dummy 1>${DBGOUT} 2>${DBGOUT}
# Modify the initrd content for the Live OS:
-cat $LIVE_TOOLDIR/liveinit | sed \
+cat $LIVE_TOOLDIR/liveinit.tpl | sed \
-e "s/@LIVEMAIN@/$LIVEMAIN/g" \
-e "s/@MARKER@/$MARKER/g" \
-e "s/@MEDIALABEL@/$MEDIALABEL/g" \