PERFORCE change 33972 for review
Chris Vance
cvance at FreeBSD.org
Wed Jul 2 10:44:27 GMT 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
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list