PKGBUILDs/core/linux-am33x/linux.preset
graysky ec63b5bb9d core/linux-am33x to 6.2.10-2
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
2024-08-18 12:08:02 -04:00

11 lines
237 B
Plaintext

# mkinitcpio preset file for the linux-am33x package
#ALL_config="/etc/mkinitcpio.conf"
ALL_kver="4.12.7-1-ARCH"
PRESETS=('default')
#default_config="/etc/mkinitcpio.conf"
default_image="/boot/initramfs-linux.img"
#default_options=""