PERFORCE change 111416 for review
Marcel Moolenaar
marcel at FreeBSD.org
Sun Dec 10 15:43:57 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=111416
Change 111416 by marcel at marcel_nfs on 2006/12/10 23:42:45
Save local changes to mkisoimages.sh. With these changes we
avoid overflowing the live file system ISO. I don't know if
they break booting or recognition by Mac OS X. That needs
investigation.
Affected files ...
.. //depot/projects/powerpc/release/powerpc/mkisoimages.sh#2 edit
Differences ...
==== //depot/projects/powerpc/release/powerpc/mkisoimages.sh#2 (text+ko) ====
@@ -54,4 +54,4 @@
LABEL=$1; shift
NAME=$1; shift
-mkisofs $bootable -r -hfs -part -no-desktop -hfs-volid $LABEL -l -J -L -o $NAME $*
+mkisofs $bootable -apple -no-desktop -r -V $LABEL -publisher "$publisher" -o $NAME $*
More information about the p4-projects
mailing list