summaryrefslogtreecommitdiffstats
path: root/dev-tools/TFTP/pxelinux.cfg/default
blob: 94cb39011864a0eb791b9ec6646647976a9c386f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DEFAULT menu.c32
TIMEOUT 300
ALLOWOPTIONS 0
PROMPT 0

MENU TITLE My PXE Boot Menu

LABEL arch
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