From 5e89aaf8eb435fbf1e98f17074c37518637d65f8 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 11 Oct 2021 09:43:17 -0500 Subject: [PATCH] Add a few more arm options --- root/start.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/root/start.sh b/root/start.sh index 5e1cd7a..1274ee0 100755 --- a/root/start.sh +++ b/root/start.sh @@ -60,6 +60,12 @@ if [[ ! -f /config/menus/remote/menu.ipxe ]]; then curl -o \ /config/menus/remote/netboot.xyz-arm64.efi -sL \ "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 \ /config/menus/remote/netboot.xyz-arm64.efi -sL \ "https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-rpi4-snp.efi"