From e8419ba9a6d7283021e2282633ee3725e6b7de76 Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Mon, 19 Jun 2006 07:56:15 +0000 Subject: [PATCH] Benjamin Schieder: Create-ISO: use -publisher instead of -P to make mkisofs shut up [2006061313394311218] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7667 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 b4b4b7528..add47c711 100755 --- a/scripts/Create-ISO +++ b/scripts/Create-ISO @@ -281,7 +281,7 @@ for x in $disks ; do # 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" \ - -P 'The ROCK Linux Project - http://www.rocklinux.org' \ + -publisher 'The ROCK Linux Project - http://www.rocklinux.org' \ -V "ROCK Linux - Disk $x" \ -path-list ${pathspec}_current \ $bootoptions -graft-points disk$x.txt=$dat \