mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
3d631704a8
New kernel package providing 16k framesize for bcm2712/RPi5. Very similar to linux-rpi but built off bcm2712_defconfig. Will work with Pi5 ONLY/will not boot on lower models. Since RPi Foundation has announced the 6.6 move[1] in the near future, just start tracking that branch now. 1. https://forums.raspberrypi.com/viewtopic.php?t=361116
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=""
|