|
@@ -9,8 +9,8 @@ item {{ key }} ${space} {{ value.name }}
|
|
|
{% endfor %}
|
|
|
item --gap netboot.xyz tools:
|
|
|
item nbxyz-custom ${space} Set Github username [user: ${github_user}]
|
|
|
-item testdistro ${space} Test Distribution ISO
|
|
|
item testpr ${space} Test forked netboot.xyz branch or hash
|
|
|
+item nbxyz netboot.xyz endpoints
|
|
|
choose --default ${menu} menu || goto utils_exit
|
|
|
echo ${cls}
|
|
|
goto ${menu} ||
|
|
@@ -36,16 +36,6 @@ echo You can then customize your fork as needed and set up your own custom optio
|
|
|
echo Once your username is set, a custom option will appear on the main menu.
|
|
|
echo
|
|
|
echo -n Please enter your Github username: ${} && read github_user
|
|
|
-goto utils_exit
|
|
|
-
|
|
|
-:testdistro
|
|
|
-echo This option will allow you to test booting an ISO using memdisk. Please
|
|
|
-echo specify the URL of the ISO you want to test and it will automatically
|
|
|
-echo attempt to load the ISO using memdisk.
|
|
|
-echo -n URL: ${} && read distro_iso
|
|
|
-kernel ${memdisk} iso raw
|
|
|
-initrd ${distro_iso}
|
|
|
-boot
|
|
|
goto utils_exit
|
|
|
|
|
|
:testpr
|