diff options
author | hagbard-01 <39653662+hagbard-01@users.noreply.github.com> | 2019-01-08 14:36:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-08 14:36:11 -0800 |
commit | 749d923ee9704624a476bef17d66d752aff6bf0d (patch) | |
tree | e61fe962cae74315cadf86bf6455a547d90475b2 /scripts | |
parent | 68cd1f0cd55bfe76a44f552fd04e4019539a3a99 (diff) | |
parent | a7afed2b8b3c20d0b221c68ba5d1fdcc4f59a228 (diff) | |
download | vyatta-cfg-system-749d923ee9704624a476bef17d66d752aff6bf0d.tar.gz vyatta-cfg-system-749d923ee9704624a476bef17d66d752aff6bf0d.zip |
Merge pull request #95 from kroy-the-rabbit/current
Fix: T1107 Added requested option to grub
Diffstat (limited to 'scripts')
-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 |