Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
72a3058d15
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Create-ISO

+ 1
- 1
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 \

Loading…
Cancel
Save