PERFORCE change 33972 for review

Chris Vance cvance at FreeBSD.org
Wed Jul 2 03:44:29 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=33972

Change 33972 by cvance at cvance_korben on 2003/07/02 03:43:53

	This version of FreeBSD requires the -r flag for disklabel 

Affected files ...

.. //depot/projects/trustedbsd/sebsd/release/scripts/doFS.sh#2 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/release/scripts/doFS.sh#2 (text+ko) ====

@@ -27,7 +27,7 @@
 # disklabel fails otherwise.
 #
 if [ -f "${RD}/trees/base/boot/boot1" ]; then
-	BOOT1="-B -b ${RD}/trees/base/boot/boot1"
+	BOOT1="-r -B -b ${RD}/trees/base/boot/boot1"
 else
 	BOOT1="-r"
 fi


More information about the p4-projects mailing list