From 323135a2fa51c738b5552c8e1530c71c745158dd Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Mon, 29 Mar 2004 21:13:22 +0000 Subject: [PATCH] Rene Rebe: the installer should display the correct cd number needed (and so also umount the source device) - so the index.txt is needed (regression introduced by Blindcoder's DVD change ...) [2004032921073628366] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2611 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Create-ISO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Create-ISO b/scripts/Create-ISO index 98d34c249..c7e2d6fd8 100755 --- a/scripts/Create-ISO +++ b/scripts/Create-ISO @@ -127,7 +127,7 @@ done < $dat echo "$spacer parsing for EVERY disk." disks="0" ; disk_nr=0 ; disk_0_size=0 -disk_0_data="index.txt=${isoprefix}_index.txt" +echo "index.txt=${isoprefix}_index.txt" >> ${pathspec}_0 while read type from to ; do if [ $type = EVERY ] ; then add $from $to