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.
main
Dustin 2024-12-13 19:37:21 -06:00
parent adf77e301c
commit 588467d31c
1 changed files with 1 additions and 0 deletions

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'