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 2018-04-10 02:43:07 +00:00
parent 9235965263
commit d286d66602

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