From e0ff94fa8d1bedfb737e0d8ce57724daea662e6c Mon Sep 17 00:00:00 2001 From: Karl Date: Sat, 19 Jul 2025 08:21:02 +0100 Subject: [PATCH] try fix the build? --- raspberry_pi_skeleton/boot/cmdline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspberry_pi_skeleton/boot/cmdline.txt b/raspberry_pi_skeleton/boot/cmdline.txt index 27e719e..d80f0d6 100644 --- a/raspberry_pi_skeleton/boot/cmdline.txt +++ b/raspberry_pi_skeleton/boot/cmdline.txt @@ -1 +1 @@ -console=serial0,115200 console=tty1 root=PARTUUID=544c6228-02 rootfstype=ext4 ro rootwait logo.nologo consoleblank=0 loglevel=0 quiet \ No newline at end of file +console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 ro rootwait logo.nologo consoleblank=0 loglevel=0 quiet init=/bin/bash \ No newline at end of file