mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-10-29 16:04:09 +00:00
Allow using the U-Boot menu both from the serial and the graphical console. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
6 lines
207 B
INI
6 lines
207 B
INI
# Booting on many riscv64 systems is slow. Let the user view progress.
|
|
# For minimum output use
|
|
# GRUB_CMDLINE_LINUX_DEFAULT="quiet"
|
|
GRUB_CMDLINE_LINUX_DEFAULT="efi=debug earlycon=sbi"
|
|
GRUB_TERMINAL=console
|