[PC-BSD Commits] r14766 - pcbsd/current/build-files/src-patches
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 11 06:42:01 PST 2012
Author: kris
Date: 2012-01-11 14:42:01 +0000 (Wed, 11 Jan 2012)
New Revision: 14766
Modified:
pcbsd/current/build-files/src-patches/patch-pc-sysinstall-bootcamp
Log:
Update the boot device we stamp to for BootCamp
Modified: pcbsd/current/build-files/src-patches/patch-pc-sysinstall-bootcamp
===================================================================
--- pcbsd/current/build-files/src-patches/patch-pc-sysinstall-bootcamp 2012-01-11 13:43:11 UTC (rev 14765)
+++ pcbsd/current/build-files/src-patches/patch-pc-sysinstall-bootcamp 2012-01-11 14:42:01 UTC (rev 14766)
@@ -148,7 +148,7 @@
+ # Init the MBR partition
+ rc_halt "gpart create -s BSD ${DISK}p${slicenum}"
+ sleep 4
-+ rc_halt "gpart bootcode -b /boot/boot ${DISK}s${slicenum}"
++ rc_halt "gpart bootcode -b /boot/boot ${DISK}p${slicenum}"
+
+ # Set the slice to the format we'll be using for gpart later
+ slice=`echo "${1}:${3}:gptslice" | sed 's|/|-|g'`
More information about the Commits
mailing list