|
@@ -51,7 +51,8 @@ item --gap Tools:
|
|
item utils ${space} Utilities
|
|
item utils ${space} Utilities
|
|
item shell ${space} iPXE shell
|
|
item shell ${space} iPXE shell
|
|
item netinfo ${space} Network card info
|
|
item netinfo ${space} Network card info
|
|
-item sig_check ${space} Signature Checks [ enabled: ${sigs_enabled} ]
|
|
|
|
|
|
+item sig_check ${space} netboot.xyz Signature Checks [ enabled: ${sigs_enabled} ]
|
|
|
|
+item img_sigs_check ${space} Image Signature Checks [ enabled: ${img_sigs_enabled} ]
|
|
isset ${github_user} && item --gap Custom Menu: ||
|
|
isset ${github_user} && item --gap Custom Menu: ||
|
|
isset ${github_user} && item nbxyz-custom ${space} ${github_user}'s Custom Menu ||
|
|
isset ${github_user} && item nbxyz-custom ${space} ${github_user}'s Custom Menu ||
|
|
isset ${menu} && set timeout 0 || set timeout 300000
|
|
isset ${menu} && set timeout 0 || set timeout 300000
|
|
@@ -116,6 +117,10 @@ goto main_menu
|
|
iseq ${sigs_enabled} true && set sigs_enabled false || set sigs_enabled true
|
|
iseq ${sigs_enabled} true && set sigs_enabled false || set sigs_enabled true
|
|
goto main_menu
|
|
goto main_menu
|
|
|
|
|
|
|
|
+:img_sigs_check
|
|
|
|
+iseq ${img_sigs_enabled} true && set img_sigs_enabled false || set img_sigs_enabled true
|
|
|
|
+goto main_menu
|
|
|
|
+
|
|
:nbxyz-custom
|
|
:nbxyz-custom
|
|
chain https://raw.githubusercontent.com/${github_user}/netboot.xyz-custom/master/custom.ipxe || goto error
|
|
chain https://raw.githubusercontent.com/${github_user}/netboot.xyz-custom/master/custom.ipxe || goto error
|
|
goto main_menu
|
|
goto main_menu
|