Skip to content

Commit 749d923

Browse files
authored
Merge pull request vyos#95 from kroy-the-rabbit/current
Fix: T1107 Added requested option to grub
2 parents 68cd1f0 + a7afed2 commit 749d923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/vyatta-grub-setup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ fi
154154
# set serial console options
155155
echo -e "serial --unit=0 --speed=9600"
156156
echo "terminal_output --append serial"
157+
echo "terminal_input serial console"
157158

158159
# EFI needs a few extra modules
159160
if [ -d /sys/firmware/efi ]; then

0 commit comments

Comments
 (0)