From ad3032b9ab439dbe1aa0f86c0f4bfb99ae44c855 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Wed, 16 Feb 2005 15:37:56 +0000 Subject: [PATCH] Mathieu Doidy: made the volume id for the isos nicer than just 'CDROM' [2005012710260020982] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5596 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Create-ISO | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Create-ISO b/scripts/Create-ISO index 848282cc8..3821635ee 100755 --- a/scripts/Create-ISO +++ b/scripts/Create-ISO @@ -272,6 +272,7 @@ for x in $disks ; do sort -u ${pathspec}_${x} ${pathspec}_0 > ${pathspec}_current 2> /dev/null xxx -q -r -T -J -l -o ${isoprefix}_cd$x.iso -A "ROCK Linux - Disk $x" \ -P 'The ROCK Linux Project - http://www.rocklinux.org' \ + -V "ROCK Linux - Disk $x" \ -path-list ${pathspec}_current \ $bootoptions -graft-points disk$x.txt=$dat \ `cat ${pathspec}_iso 2>/dev/null`