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

Submitted by:	jhibbits
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
gjb 2014-11-14 22:29:33 +00:00
parent ef1cbbf54c
commit 5b019b3604

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}