Set the boot partition type to 'apple-boot' for powerpc.

Submitted by:	jhibbits
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-11-14 22:29:33 +00:00
parent f43c861f38
commit 9d3df3bdb7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-vmimage/; revision=274533

View File

@ -21,7 +21,7 @@ write_partition_layout() {
;;
powerpc:powerpc*)
mkimg -s apm \
-p freebsd-boot/bootfs:=/boot/boot1.hfs \
-p apple-boot/bootfs:=/boot/boot1.hfs \
-p freebsd-swap/swapfs::1G \
-p freebsd-ufs/rootfs:=${VMBASE} \
-o ${VMIMAGE}