Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 2006 23:43:31 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 111416 for review
Message-ID:  <200612102343.kBANhV6J071170@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111416

Change 111416 by marcel@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 $*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612102343.kBANhV6J071170>