image-builder/device/raspberry/pi4b/config
2024-11-13 11:48:35 +00:00

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