From 72a3058d157168cde03261c9734708804f24faac Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Mon, 22 Jan 2007 06:51:42 +0000 Subject: [PATCH] Benjamin Schieder: Create-ISO: remove unsupported -q switch from mkisofs call [2007012115405711556] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8141 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 32bfe328c..d80350146 100755 --- a/scripts/Create-ISO +++ b/scripts/Create-ISO @@ -280,7 +280,7 @@ for x in $disks ; do echo "This is disk #$x." > $dat # FIXME: current mkisofs does only accept one -path-list 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" \ + xxx -r -T -J -l -o ${isoprefix}_cd$x.iso -A "ROCK Linux - Disk $x" \ -publisher 'The ROCK Linux Project - http://www.rocklinux.org' \ -V "ROCK Linux - Disk $x" \ -path-list ${pathspec}_current \