mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 08:31:06 +01:00
Set the boot partition type to 'apple-boot' for powerpc.
Submitted by: jhibbits Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f43c861f38
commit
9d3df3bdb7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/release-vmimage/; revision=274533
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user