1 # Created by Tobias Powalowski <tpowa@archlinux.org>
2 # config file of mkpxelinux
4 # DEFAULT kernel boot options like ip=:::::eth0:dhcp etc.
5 # add your root= option, if you boot from a disk device
6 # and don't want to add it by hand on each boot
9 # mkinitcpio config file, defaulted to stock config file
10 MKINITCPIO_CONFIG="/etc/mkinitcpio.conf"
12 # kernel version, defaulted to build for runtime kernel
15 # kernel image, defaulted to stock arch kernel
16 KERNEL="/boot/vmlinuz-linux"
19 BOOTMESSAGE="/usr/share/mkpxelinux/boot.msg"
20 OPTIONSBOOTMESSAGE="/usr/share/mkpxelinux/options.msg"
22 #pxelinux default config file to use
25 # Prompt on boot, 1=yes 0=no
28 # Timeout, 30 seconds to fix usb keyboard issues
29 # 0 means wait for prompt
32 # Installdir of tftp, default location
33 INSTALLDIR="/var/tftpboot"
35 # Nfsrootdir, for hooks that might need it