Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 21 years ago
parent
commit
938ff63585
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Create-ISO

+ 1
- 1
scripts/Create-ISO

@ -251,7 +251,7 @@ for x in $disks ; do
date "+ [%X] Creating ${isoprefix}_cd$x.iso ..."
echo "This is disk #$x." > $dat
# FIXME: current mkisofs does only accept one -path-list
cat ${pathspec}_${x} ${pathspec}_0 > ${pathspec}_current 2> /dev/null
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' \
-path-list ${pathspec}_current \

Loading…
Cancel
Save