summaryrefslogtreecommitdiff
path: root/en/boot-installer
diff options
context:
space:
mode:
authorHolger Wansing <linux@wansing-online.de>2015-05-06 20:43:47 +0000
committerHolger Wansing <linux@wansing-online.de>2015-05-06 20:43:47 +0000
commitb9a1f6b159c52da5b097ea4ecb88e16087f0d71a (patch)
treecb888b8495e7f4facbcd1f1c4c8b9589b0ce18cd /en/boot-installer
parent2a4d5f2aefb8f4e0b4402ba617ea5413f8c847d0 (diff)
downloadinstallation-guide-b9a1f6b159c52da5b097ea4ecb88e16087f0d71a.zip
Some minor fixes (add some missing fullstops; use <quote> </quote>
for quotes; make link clickable)
Diffstat (limited to 'en/boot-installer')
-rw-r--r--en/boot-installer/arm.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/en/boot-installer/arm.xml b/en/boot-installer/arm.xml
index 496c19f08..784995dac 100644
--- a/en/boot-installer/arm.xml
+++ b/en/boot-installer/arm.xml
@@ -56,15 +56,15 @@
for jessie so the serial console is used. The console device
should be detected automatically from the firmware, but if it is
not then after you boot linux from the GRUB menu you will see a
- 'Booting Linux' message then nothing more.
+ <quote>Booting Linux</quote> message, then nothing more.
</para>
<para>
If you hit this issue you will need to set a specific console
config on the kernel command line. Hit <userinput>e</userinput>
- for 'Edit Kernel command-line' at the GRUB menu, and change
+ for <quote>Edit Kernel command-line</quote> at the GRUB menu, and change
<informalexample><screen>--- quiet</screen></informalexample> to
<informalexample><screen>console=&lt;device&gt;,&lt;speed&gt;</screen></informalexample>
- e.g. <informalexample><screen>console=ttyAMA0,115200n8</screen></informalexample>
+ e.g. <informalexample><screen>console=ttyAMA0,115200n8</screen></informalexample>.
When finished hit <keycombo><keycap>Control</keycap>
<keycap>x</keycap></keycombo> to continue booting with new
setting.
@@ -121,8 +121,8 @@
</para>
<para>
Run a serial console at 115200, 8bit no parity, and boot the
- machine. Reboot the machine and when you see "Hit any key to
- stop autoboot:" hit a key to get a Mustang# prompt. Then use
+ machine. Reboot the machine and when you see <quote>Hit any key to
+ stop autoboot:</quote> hit a key to get a Mustang# prompt. Then use
U-Boot commands to load and boot the kernel, dtb and initrd.
</para>
</sect2>