mirror of
https://github.com/rosalinux/image-builder.git
synced 2025-02-23 18:32:51 +00:00
7 lines
422 B
Text
7 lines
422 B
Text
ARCH="aarch64"
|
|
KERNEL="https://github.com/raspberrypi/linux.git#rpi-6.6.y"
|
|
KERNEL_CONFIG="bcm2711_defconfig"
|
|
KERNEL_EXTRACONFIG="--module NTFS3_FS --enable NTFS3_LZX_XPRESS --enable NTFS3_FS_POSIX_ACL --disable NTFS3_64BIT_CLUSTER"
|
|
DTB="broadcom/bcm2711-rpi-4-b"
|
|
CMDLINE="dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait"
|
|
NEED_INITRD=no
|