Skip to content

Commit fcca755

Browse files
committed
Add quiet to the Linux commandline to speed up boot
1 parent 50c9a9d commit fcca755

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmdline.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
# /dev/serial0 won't exist unless you make it, so don't expected it in
44
# userland.
55
# 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
6+
# 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

Comments
 (0)