Skip to content

Commit

Permalink
grub: do quiet boot
Browse files Browse the repository at this point in the history
quiet kernel parameter tells the kernel to boot in non-verbose mode,
e.g. disable most of the log messages which reduces console output and
the boot time.

Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
  • Loading branch information
sashko committed Aug 27, 2019
1 parent 041430c commit 506729c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/lib/wic/canned-wks/cfg
Expand Up @@ -8,9 +8,9 @@ save_env default

# Boot entries
menuentry 'bootA'{
linux /bzImage root=PARTUUID=4f531a2e-d931-4308-8ccd-d2262b910bad rootwait rootfstype=ext4 console=ttyS0,115200 console=tty0
linux /bzImage root=PARTUUID=4f531a2e-d931-4308-8ccd-d2262b910bad rootwait rootfstype=ext4 console=ttyS0,115200 console=tty0 quiet
}

menuentry 'bootB'{
linux /bzImage root=PARTUUID=12586f0b-38ad-42b8-8340-fe9d08db7139 rootwait rootfstype=ext4 console=ttyS0,115200 console=tty0
linux /bzImage root=PARTUUID=12586f0b-38ad-42b8-8340-fe9d08db7139 rootwait rootfstype=ext4 console=ttyS0,115200 console=tty0 quiet
}

0 comments on commit 506729c

Please sign in to comment.