mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
release: amd64 efi boot name is bootx64
efi_boot_name is just used for arm image so no harm done. Reported by: gonzo MFC after: 3 days
This commit is contained in:
parent
04391da364
commit
3163f6aa26
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ efi_boot_name()
|
|||
echo "bootaa64.efi"
|
||||
;;
|
||||
amd64)
|
||||
echo "bootx86.efi"
|
||||
echo "bootx64.efi"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue