[grub]: allow access from both console and serial (#4444)
console means the vga port. this is mainly used for virtual environment such as hyper-v or virtualbox where you have the virtual vga port to display the boot up process. Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
parent
583bfde439
commit
87f2dbd75f
@ -545,8 +545,8 @@ export GRUB_CMDLINE_LINUX
|
||||
# Add common configuration, like the timeout and serial console.
|
||||
cat <<EOF > $grub_cfg
|
||||
$GRUB_SERIAL_COMMAND
|
||||
terminal_input serial
|
||||
terminal_output serial
|
||||
terminal_input console serial
|
||||
terminal_output console serial
|
||||
|
||||
set timeout=5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user