Fix scheme flag to mkimg(1).

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-11-08 13:49:59 +00:00
parent 38d59ac708
commit 7d565d608f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-vmimage/; revision=274288

View file

@ -13,14 +13,14 @@ write_partition_layout() {
case "${TARGET}:${TARGET_ARCH}" in
amd64:amd64 | i386:i386)
mkimg -f gpt -b /boot/pmbr \
mkimg -s gpt -b /boot/pmbr \
-p freebsd-boot/bootfs:=/boot/gptboot \
-p freebsd-swap/swapfs::1G \
-p freebsd-ufs/rootfs:=${VMBASE} \
-o ${VMIMAGE}
;;
powerpc:powerpc*)
mkimg -f apm \
mkimg -s apm \
-p freebsd-boot/bootfs:=/boot/boot1.hfs \
-p freebsd-swap/swapfs::1G \
-p freebsd-ufs/rootfs:=${VMBASE} \