Fix makefs invocation after r331843.
Reported by: gjb Reviewed by: gjb Sponsored by: iXsystems, Inc. Pointy hat to: benno
This commit is contained in:
parent
9235965263
commit
d286d66602
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user