From 5f1a292a3c34e0eb738e71372a5f60ffa927f176 Mon Sep 17 00:00:00 2001 From: jandob Date: Thu, 12 Nov 2015 11:05:41 +0100 Subject: improve pxe menu --- dev-tools/TFTP/pxelinux.cfg/default | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dev-tools') diff --git a/dev-tools/TFTP/pxelinux.cfg/default b/dev-tools/TFTP/pxelinux.cfg/default index 74e774f3..94cb3901 100644 --- a/dev-tools/TFTP/pxelinux.cfg/default +++ b/dev-tools/TFTP/pxelinux.cfg/default @@ -5,11 +5,11 @@ PROMPT 0 MENU TITLE My PXE Boot Menu -LABEL BootNormal -MENU LABEL ^Boot Normal (HDD) -LOCALBOOT 0 - LABEL arch -MENU LABEL ^arch Normal (HDD) +MENU LABEL ^arch network boot KERNEL /vmlinuz-linux APPEND initrd=/initramfs-test.img root=PARTLABEL=system rw rootflags=subvol=root quiet loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break ip=on vconsole.font=latarcyrheb-sun16 vconsole.keymap=de + +LABEL BootNormal +MENU LABEL ^Boot Normal (HDD) +LOCALBOOT 0 -- cgit v1.2.3-55-g7522