custom-kernel/linux.preset
Thomas Bächler 22fbe6b63f Commit preliminary PKGBUILD and files for the new 'linux' package.
The PKGBUILD and .install file still need some overhaul, most of the
renames have been done in the build() and the first package_() function.
2011-07-18 12:30:49 +00:00

14 lines
376 B
Text

# mkinitcpio preset file for the 'linux' package
ALL_config="/etc/mkinitcpio.conf"
ALL_kver="/boot/vmlinuz-linux"
PRESETS=('default' 'fallback')
#default_config="/etc/mkinitcpio.conf"
default_image="/boot/initramfs-linux.img"
#default_options=""
#fallback_config="/etc/mkinitcpio.conf"
fallback_image="/boot/initramfs-linux-fallback.img"
fallback_options="-S autodetect"