mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
75a9f5618e
Fix drop-ins for mkinitcpio by shipping ALL_config comment out in inux.preset. With this line defined, *.conf placed in /etc/mkinitcpio.conf.d/ are ignored in my testing. Remove etc/mkinitcpio.d/${pkgbase}.preset from backup array since having it there will cause breakage of mkinitcpio if the user modified the preset. This is due to our hard-coding the kernel version in the file. Closes #2029
14 lines
370 B
Text
14 lines
370 B
Text
# mkinitcpio preset file for the '%PKGBASE%' package
|
|
|
|
#ALL_config="/etc/mkinitcpio.conf"
|
|
ALL_kver="%KERNVER%"
|
|
|
|
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"
|