From c48f59d1dc7d33984003ae0354ffa24f1bf41eaa Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Fri, 3 May 2024 13:59:53 -0700 Subject: [PATCH] use labels --- config.sh | 3 +++ sbc/pi.xml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config.sh b/config.sh index 4bb1825..d30f546 100644 --- a/config.sh +++ b/config.sh @@ -713,6 +713,9 @@ EOF function raspberrypi_sbc_steps() { cd /lib/firmware/brcm xz -d -k brcmfmac43430-sdio.raspberrypi,3-model-b.txt.xz + cat > /boot/cmdline.txt << EOF +console=ttyAMA0,115200 console=tty1 root=LABEL=RPIROOT rootfstype=ext4 elevator=deadline rootwait +EOF } # diff --git a/sbc/pi.xml b/sbc/pi.xml index e703ef6..2ebf2fb 100644 --- a/sbc/pi.xml +++ b/sbc/pi.xml @@ -15,8 +15,8 @@