Using ISO 9660:1999 for live optical disks..
svn path=/nixos/trunk/; revision=12460
This commit is contained in:
parent
e40d6858d9
commit
3721828bc6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue