Skip to content

Commit

Permalink
[README] add genouest doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sphilipp35 committed Apr 14, 2023
1 parent 6edc248 commit 79f5842
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## netboot.xyz-custom Genouest
## 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:
Expand All @@ -12,3 +12,14 @@ name from the Utilities menu (**Tools:** -> **Utilities** -> **netboot.xyz tools
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.

## Genouest

genouest user is set automatically at boot by puppet which adds `/etc/netbootxyz/config/menus/local-vars.ipxe` on pxe server.

```
#!ipxe
### used for adding local variables before loading the menu
### deployed by puppet
set github_user genouest
```

0 comments on commit 79f5842

Please sign in to comment.