summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2010-04-12 01:08:35 +0000
committerFrans Pop <elendil@planet.nl>2010-04-12 01:08:35 +0000
commit884ec64b3960f783e7f6382280bf0cbaa4e9d611 (patch)
tree760addb28099645e75064342212f89023c9c75e8
parent402409fd3532b73d3a3486a278d05deb7d54b240 (diff)
downloadinstallation-guide-884ec64b3960f783e7f6382280bf0cbaa4e9d611.zip
Fix build errors for PDF
-rw-r--r--en/boot-installer/accessibility.xml2
-rw-r--r--en/boot-installer/parameters.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/en/boot-installer/accessibility.xml b/en/boot-installer/accessibility.xml
index 55589b9e9..22f2149b2 100644
--- a/en/boot-installer/accessibility.xml
+++ b/en/boot-installer/accessibility.xml
@@ -87,7 +87,7 @@ automatically installed on the target system.
Some accessibility devices are actual boards that are plugged inside the
machine and that read text directly from the video memory. To get them
to work framebuffer support must be disabled by using the
-<userinput><phrase arch="x86">vga=normal </phrase>fb=false</userinput>
+<userinput arch="x86">vga=normal</userinput> <userinput>fb=false</userinput>
boot parameter. This will however reduce the number of available languages.
</para><para arch="x86">
diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml
index fcbb04cab..464c8e717 100644
--- a/en/boot-installer/parameters.xml
+++ b/en/boot-installer/parameters.xml
@@ -244,7 +244,7 @@ Useful for unattended installations where physical security is limited.
Some architectures use the kernel framebuffer to offer installation in
a number of languages. If framebuffer causes a problem on your system
you can disable the feature using the parameter
-<userinput><phrase arch="x86">vga=normal </phrase>fb=false</userinput>.
+<userinput arch="x86">vga=normal</userinput> <userinput>fb=false</userinput>.
Problem symptoms are error messages about bterm or bogl, a blank screen,
or a freeze within a few minutes after starting the install.