Commit 02638fcb authored by Anton Midyukov's avatar Anton Midyukov

grub: fix set multiple terminal_input|terminal_output

parent 22375008
......@@ -2,8 +2,8 @@ export GRUB_TERMINAL
export GRUB_SERIAL_COMMAND
if [ -n "$GRUB_TERMINAL" ]; then
$GRUB_SERIAL_COMMAND
terminal_output "$GRUB_TERMINAL"
terminal_input "$GRUB_TERMINAL"
terminal_output $GRUB_TERMINAL
terminal_input $GRUB_TERMINAL
fi
insmod echo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment