Using ISO 9660:1999 for live optical disks..

svn path=/nixos/trunk/; revision=12460
This commit is contained in:
Michael Raskin 2008-08-01 09:17:23 +00:00
parent e40d6858d9
commit 3721828bc6
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ cat pathlist | sed -e 's/=\(.*\)=\(.*\)=/\\=\1=\2\\=/' | tee pathlist.safer
ensureDir $out/iso
genCommand="genisoimage -r -J $bootFlags -hide-rr-moved -graft-points -path-list pathlist.safer"
genCommand="genisoimage -iso-level 4 -r -J $bootFlags -hide-rr-moved -graft-points -path-list pathlist.safer"
if test -z "$compressImage"; then
$genCommand -o $out/iso/$isoName
else