summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgueux2017-12-19 22:15:11 +0000
committeradmin2017-12-19 22:15:11 +0000
commit5031b59691da7f8fa6d25e39b813780caaa91f2e (patch)
treee76dd664c297e0a79edd077644a877e02e8342c9 /doc
parent54129d612f0bd5ed5f3dfafddc32e170481ba53a (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/grub-mkconfig_incorrectly_run_by_imageBuiltFor__63__.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/grub-mkconfig_incorrectly_run_by_imageBuiltFor__63__.mdwn b/doc/forum/grub-mkconfig_incorrectly_run_by_imageBuiltFor__63__.mdwn
index e956bf54..232dfe95 100644
--- a/doc/forum/grub-mkconfig_incorrectly_run_by_imageBuiltFor__63__.mdwn
+++ b/doc/forum/grub-mkconfig_incorrectly_run_by_imageBuiltFor__63__.mdwn
@@ -29,7 +29,7 @@ I'm trying to create an image to boot a PC Engines' APU2, which uses coreboot. T
where
serialGrub :: Property (HasInfo + DebianLike)
serialGrub = "/etc/default/grub" `File.containsLines`
- [ "GRUB_CMDLINE_LINUX=\"console=ttyS0,115200n8\" biosdevname=0"
+ [ "GRUB_CMDLINE_LINUX=\"console=ttyS0,115200n8 biosdevname=0\""
, "GRUB_SERIAL_COMMAND=\"serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1\""
, "GRUB_TERMINAL=serial"
]