https://github.com/jonathanporta/netboot.xyz-custom
https://github.com/jonathanporta/netboot.xyz-custom
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathanporta/netboot.xyz-custom
- Owner: JonathanPorta
- Created: 2021-04-15T09:53:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T09:53:55.000Z (about 5 years ago)
- Last Synced: 2025-03-18T15:25:09.285Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## netboot.xyz-custom
Fork me! This repo will allow you to create custom menus within netboot.xyz.
It works by using your github user name that you input and chains to this URL:
https://raw.githubusercontent.com/${github_user}/netboot.xyz-custom/master/custom.ipxe
Once forked, you can edit the menu as much as you want. You can compile the iPXE image to
set the `github_user` name early on so that your Github user name is set ahead of time and
will automatically display your custom submenu on boot. You can also set your Github user
name from the Utilities menu (**Tools:** -> **Utilities** -> **netboot.xyz tools:**) which
will cause a custom menu to appear in the main menu.
If you are new to iPXE scripting, take a look at `custom.ipxe.example` and build up from that.