From 203d14aaaa2089b4b2650c1c7669bee11a38644f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Dec 2017 12:27:00 +0100 Subject: [PATCH] Minor updates --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c668e312..973c9f41 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,15 @@ ### EXPERIMENTAL 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: +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 -from the Utility menu which will cause a custom menu to appear in the main menu. +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. +If you are new to iPXE scripting, take a look at `custom.ipxe.example` and build up from that.