mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-01 20:01:31 +02:00
Adding Ultimate Boot CD
This commit is contained in:
parent
ac2b68472d
commit
a1d1a4dd70
@ -68,6 +68,7 @@ Full documentation is at ReadTheDocs:
|
||||
* [Partition Wizard](http://www.partitionwizard.com)
|
||||
* [Pogostick - Offline Windows Password and Registry Editor](http://pogostick.net/~pnh/ntpasswd)
|
||||
* [Super Grub2 Disk](http://www.supergrubdisk.org)
|
||||
* [Ultimate Boot CD](http://www.ultimatebootcd.com)
|
||||
|
||||
#### Feedback
|
||||
|
||||
|
@ -72,6 +72,7 @@ You'll need to make sure to have [DOWNLOAD_PROTO_HTTPS](https://github.com/ipxe/
|
||||
* [Partition Wizard](http://www.partitionwizard.com)
|
||||
* [Pogostick - Offline Windows Password and Registry Editor](http://pogostick.net/~pnh/ntpasswd)
|
||||
* [Super Grub2 Disk](http://www.supergrubdisk.org)
|
||||
* [Ultimate Boot CD](http://www.ultimatebootcd.com)
|
||||
|
||||
### Source Code
|
||||
|
||||
|
@ -14,6 +14,7 @@ item netbootcd ${space} NetbootCD.us
|
||||
item partition_wizard ${space} Partition Wizard
|
||||
item pogostick ${space} Pogostick - Offline Windows Password and Registry Editor
|
||||
item supergrub ${space} Super Grub2 Disk
|
||||
item ubcd ${space} Ultimate Boot CD (UBCD)
|
||||
item --gap netboot.xyz tools:
|
||||
item nbxyz-custom ${space} Set Github User [user: ${github_user}]
|
||||
item testdistro ${space} Test Distribution ISO
|
||||
@ -130,6 +131,12 @@ echo Attempting to chainload:
|
||||
chain --autofree https://raw.githubusercontent.com/${github_user}/netboot.xyz/${github_hash}/src/menu.ipxe || echo Unable to find branch... && sleep 5 && goto utils_exit
|
||||
goto utils_exit
|
||||
|
||||
:ubcd
|
||||
kernel ${memdisk} iso raw
|
||||
initrd http://mirror.sysadminguide.net/ubcd/ubcd535.iso
|
||||
boot
|
||||
goto utils_exit
|
||||
|
||||
:utils_exit
|
||||
clear menu
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user