config: Set rootflags

Need to add `rootwait` because the Raspberry Pi SD card reader is really
slow and does not initialize in time for the kernel to load the root
filesystem from it.
This commit is contained in:
2024-12-13 19:37:21 -06:00
parent 3de06660b0
commit 26d83bd68b

1
config
View File

@@ -3,3 +3,4 @@ profile=default/linux/arm64/23.0/systemd
kernel_pkg=sys-kernel/raspberrypi-sources
kernel_defconfig=bcm2835
device_tree=broadcom/bcm2711-rpi-4-b.dtb
rootflags='ro rootwait=4'