Fix makefs invocation after r331843.

Reported by:	gjb
Reviewed by:	gjb
Sponsored by:	iXsystems, Inc.
Pointy hat to:	benno
This commit is contained in:
Benno Rice 2018-04-10 02:43:07 +00:00
parent e9e2a7c1d3
commit d4bb7978c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=332345

View File

@ -38,7 +38,7 @@ if [ "$1" = "-b" ]; then
umount efi
rmdir efi
mdconfig -d -u $device
bootable="-o bootimage=efi;efiboot.img -o no-emul-boot $bootable"
bootable="-o bootimage=i386;efiboot.img -o no-emul-boot $bootable -o platformid=efi"
shift
else