mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
bfc9b67fad
- Config copied directly from23a9f75564/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 from0f2bbe5123
- Consistency fixes Bring linux-odroid-xu3 more in line with the linux-aarch64 package.
10 lines
232 B
Text
10 lines
232 B
Text
# 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=""
|