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
parent
adf77e301c
commit
588467d31c
1
config
1
config
|
@ -3,3 +3,4 @@ profile=default/linux/arm64/23.0/systemd
|
||||||
kernel_pkg=sys-kernel/raspberrypi-sources
|
kernel_pkg=sys-kernel/raspberrypi-sources
|
||||||
kernel_defconfig=bcm2835
|
kernel_defconfig=bcm2835
|
||||||
device_tree=broadcom/bcm2711-rpi-4-b.dtb
|
device_tree=broadcom/bcm2711-rpi-4-b.dtb
|
||||||
|
rootflags='ro rootwait=4'
|
||||||
|
|
Loading…
Reference in New Issue