Unverified Commit 46b2768c authored by anarcat's avatar anarcat
Browse files

fix syntax error

parent d6a52310
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -233,7 +233,7 @@ TODO: IPv6 configuration also needs to be done by hand. hints in new-machine.
Add this to the grub config to get the serial console working, in
Add this to the grub config to get the serial console working, in
(say) `/etc/default/grub.d/serial.cfg`:
(say) `/etc/default/grub.d/serial.cfg`:


````
```
# enable kernel's serial console on port 1 (or 0, if you count from there)
# enable kernel's serial console on port 1 (or 0, if you count from there)
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=tty0 console=ttyS0,115200n8"
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=tty0 console=ttyS0,115200n8"
# same with grub itself
# same with grub itself