diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-01-26 23:07:38 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-01-26 23:07:38 +0100 |
commit | 3ab6b0fb427a225b3004022562f0dba37a456a64 (patch) | |
tree | 41898c6037a5b29061e39033a0489bf4d13e9970 /scripts/vyatta-grub-setup | |
parent | c8de959716ed7e32b47c24fe49a1f4785d4ecba1 (diff) | |
parent | 51cd34da47416003dda9ee2c10297a58cd2ed098 (diff) | |
download | vyatta-cfg-system-3ab6b0fb427a225b3004022562f0dba37a456a64.tar.gz vyatta-cfg-system-3ab6b0fb427a225b3004022562f0dba37a456a64.zip |
Merge branch 'current' into crux
Diffstat (limited to 'scripts/vyatta-grub-setup')
-rwxr-xr-x | scripts/vyatta-grub-setup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vyatta-grub-setup b/scripts/vyatta-grub-setup index 995b5c8a..8f0734ed 100755 --- a/scripts/vyatta-grub-setup +++ b/scripts/vyatta-grub-setup @@ -154,6 +154,7 @@ fi # set serial console options echo -e "serial --unit=0 --speed=9600" echo "terminal_output --append serial" + echo "terminal_input serial console" # EFI needs a few extra modules if [ -d /sys/firmware/efi ]; then |