|
@@ -47,13 +47,13 @@ item linux ${space} Linux Installers
|
|
item bsd ${space} BSD Installers
|
|
item bsd ${space} BSD Installers
|
|
item freedos ${space} FreeDOS Installers
|
|
item freedos ${space} FreeDOS Installers
|
|
item hypervisor ${space} Hypervisor Installers
|
|
item hypervisor ${space} Hypervisor Installers
|
|
-isset ${github_user} && item --gap Custom Menu: ||
|
|
|
|
-isset ${github_user} && item nbxyz-custom ${space} ${github_user}'s Custom Menu ||
|
|
|
|
item --gap Tools:
|
|
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} Signature Checks [ enabled: ${sigs_enabled} ]
|
|
|
|
+isset ${github_user} && item --gap 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
|
|
choose --timeout ${timeout} --default ${menu} menu || goto local
|
|
choose --timeout ${timeout} --default ${menu} menu || goto local
|
|
echo ${cls}
|
|
echo ${cls}
|