From 79d424ee5d5b7f019dc7bbdac4680ff90177c194 Mon Sep 17 00:00:00 2001 From: pedro Date: Fri, 27 Sep 2024 18:03:04 -0300 Subject: [PATCH] pxe: more on customize pxe menus, give example --- .gitignore | 1 - pxe/.gitignore | 2 ++ pxe/pxe-menu.cfg.example | 12 ++++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 pxe/.gitignore create mode 100644 pxe/pxe-menu.cfg.example diff --git a/.gitignore b/.gitignore index ee8601d..69029b0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ iso settings.ini # ignore all possible snapshots in this repo *.json -pxe/.env diff --git a/pxe/.gitignore b/pxe/.gitignore new file mode 100644 index 0000000..9f6d6c8 --- /dev/null +++ b/pxe/.gitignore @@ -0,0 +1,2 @@ +.env +pxe-menu.cfg diff --git a/pxe/pxe-menu.cfg.example b/pxe/pxe-menu.cfg.example new file mode 100644 index 0000000..f702f1f --- /dev/null +++ b/pxe/pxe-menu.cfg.example @@ -0,0 +1,12 @@ +DEFAULT menu.c32 +PROMPT 0 +TIMEOUT 50 +ONTIMEOUT wb + +MENU TITLE PXE Boot Menu + +LABEL wb + MENU LABEL Boot Workbench + KERNEL vmlinuz + INITRD initrd + APPEND ip=dhcp netboot=nfs nfsroot=${server_ip}:${nfs_path}/ boot=live text forcepae