mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix the position of $bootable so that -o platformid=efi applies correctly.
Sponsored by: iXsystems, Inc. Pointy hat to: benno (again)
This commit is contained in:
parent
d4bb7978c6
commit
eb5c194032
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=i386;efiboot.img -o no-emul-boot $bootable -o platformid=efi"
|
||||
bootable="-o bootimage=i386;efiboot.img -o no-emul-boot -o platformid=efi $bootable"
|
||||
|
||||
shift
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue