mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
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
e9e2a7c1d3
commit
d4bb7978c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue