PKGBUILDs/core/linux-odroid-xu3/linux.preset
Daniel M. Capella bfc9b67fad
core/linux-linux-odroid-xu3 to 6.6.36
- Config copied directly from 23a9f75564/arch/arm/configs/odroidxu4_defconfig

  - Update config resulting from build

    Based on options used elsewhere in this repo.

- Remove unneeded 60-linux.hook and 90-linux.hook

  - 60-linux.hook is redundant as 60-depmod.hook provided by kmod handles it
  - 90-linux.hook is redundant and causes mkinitcpio to run twice under certain
   circumstances so instead, simply write a 0-byte file to trigger
   90-mkinitcpio-install.hook from mkinitcpio.

  Reflects change from 0f2bbe5123

- Consistency fixes

  Bring linux-odroid-xu3 more in line with the linux-aarch64 package.
2024-07-05 13:20:15 -04:00

11 lines
232 B
Plaintext

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