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