summaryrefslogtreecommitdiffstats
path: root/dev-tools
diff options
context:
space:
mode:
authorjandob2015-11-12 11:05:41 +0100
committerjandob2015-11-12 11:05:41 +0100
commit5f1a292a3c34e0eb738e71372a5f60ffa927f176 (patch)
tree644e160106e3f9c928e3ba8b131fda7c0323ab48 /dev-tools
parentadd kernel parameters to pxe boot (diff)
downloadsystemd-init-5f1a292a3c34e0eb738e71372a5f60ffa927f176.tar.gz
systemd-init-5f1a292a3c34e0eb738e71372a5f60ffa927f176.tar.xz
systemd-init-5f1a292a3c34e0eb738e71372a5f60ffa927f176.zip
improve pxe menu
Diffstat (limited to 'dev-tools')
-rw-r--r--dev-tools/TFTP/pxelinux.cfg/default10
1 files changed, 5 insertions, 5 deletions
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