mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-10 16:17:18 +02:00
Add a few more arm options
This commit is contained in:
parent
f679e98ce0
commit
5e89aaf8eb
@ -60,6 +60,12 @@ if [[ ! -f /config/menus/remote/menu.ipxe ]]; then
|
|||||||
curl -o \
|
curl -o \
|
||||||
/config/menus/remote/netboot.xyz-arm64.efi -sL \
|
/config/menus/remote/netboot.xyz-arm64.efi -sL \
|
||||||
"https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-arm64.efi"
|
"https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-arm64.efi"
|
||||||
|
curl -o \
|
||||||
|
/config/menus/remote/netboot.xyz-arm64-snp.efi -sL \
|
||||||
|
"https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-arm64-snp.efi"
|
||||||
|
curl -o \
|
||||||
|
/config/menus/remote/netboot.xyz-arm64-snponly.efi -sL \
|
||||||
|
"https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-arm64-snponly.efi"
|
||||||
curl -o \
|
curl -o \
|
||||||
/config/menus/remote/netboot.xyz-arm64.efi -sL \
|
/config/menus/remote/netboot.xyz-arm64.efi -sL \
|
||||||
"https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-rpi4-snp.efi"
|
"https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-rpi4-snp.efi"
|
||||||
|
Loading…
Reference in New Issue
Block a user