archrelease: copy trunk to extra-x86_64
[arch-packages.git] / mkisolinux / trunk / mkisolinux.conf
blob6b79a3ef833950b41036bbfc3179fa5eca1cc7c7
1 # Created by Tobias Powalowski <tpowa@archlinux.org>
2 # config file of mkisolinux
4 # DEFAULT kernel boot options like root=/dev/sda3 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/mkisolinux/boot.msg"
20 OPTIONSBOOTMESSAGE="/usr/share/mkisolinux/options.msg"
22 # syslinux.cfg file to use
23 SYSLINUXCFG=""
25 # Prompt on boot, 1=yes 0=no
26 PROMPT="1"
28 # Name of the ISO, if empty Arch Linux is used if not set by a HOOK later
29 ISONAME=""
31 # Timeout, 30 seconds to fix usb keyboard issues
32 # 0 means wait for prompt
33 TIMEOUT="300"
35 # Setting cdrecord options
36 DEVICE=""
37 SPEED=""
38 BLANKMODE=""