sbcl 2.1.11 rebuild
[arch-packages.git] / mkpxelinux / trunk / mkpxelinux.conf
blobf2427486f0980f8abbc92cee104dc4f21b7fecfc
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
7 KERNEL_BOOT_OPTIONS=""
9 # mkinitcpio config file, defaulted to stock config file
10 MKINITCPIO_CONFIG="/etc/mkinitcpio.conf"
12 # kernel version, defaulted to build for runtime kernel
13 VERSION="$(uname -r)"
15 # kernel image, defaulted to stock arch kernel
16 KERNEL="/boot/vmlinuz-linux"
18 # boot message files
19 BOOTMESSAGE="/usr/share/mkpxelinux/boot.msg"
20 OPTIONSBOOTMESSAGE="/usr/share/mkpxelinux/options.msg"
22 #pxelinux default config file to use
23 PXELINUX_DEFAULT=""
25 # Prompt on boot, 1=yes 0=no
26 PROMPT="1"
28 # Timeout, 30 seconds to fix usb keyboard issues
29 # 0 means wait for prompt
30 TIMEOUT="300"
32 # Installdir of tftp, default location
33 INSTALLDIR="/var/tftpboot"
35 # Nfsrootdir, for hooks that might need it
36 NFSROOTDIR=""