We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c9a9d commit fcca755Copy full SHA for fcca755
cmdline.txt
@@ -3,4 +3,6 @@
3
# /dev/serial0 won't exist unless you make it, so don't expected it in
4
# userland.
5
# 2. If not using HDMI, remove console=tty1 and consoleblank=0
6
-dwc_otg.lpm_enable=0 console=tty1 console=serial0,115200 fbcon=scrollback:1024k root=/dev/mmcblk0p2 rootfstype=squashfs rootwait consoleblank=0
+# 3. quiet skips printing kernel messages to the output and significantly
7
+# shortens boot time
8
+dwc_otg.lpm_enable=0 console=tty1 console=serial0,115200 fbcon=scrollback:1024k root=/dev/mmcblk0p2 rootfstype=squashfs rootwait consoleblank=0 quiet
0 commit comments