summaryrefslogtreecommitdiff
path: root/en/install-methods/usb-setup
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2015-11-01 21:12:18 +0000
committerSamuel Thibault <sthibault@debian.org>2015-11-01 21:12:18 +0000
commitc6f4ad1dae80d6bc67a9b9eba3b96773aae77b58 (patch)
tree39f1da00f40fa6ca700d2cdd06e853b0a8444a4f /en/install-methods/usb-setup
parentbe1fae2fe2b3c9abb03df250fdb65e0d8ec2036a (diff)
downloadinstallation-guide-c6f4ad1dae80d6bc67a9b9eba3b96773aae77b58.zip
Fix Instructions for creating syslinux.cfg according to syslinux 5.00 change.
Diffstat (limited to 'en/install-methods/usb-setup')
-rw-r--r--en/install-methods/usb-setup/x86.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/en/install-methods/usb-setup/x86.xml b/en/install-methods/usb-setup/x86.xml
index afa3de1d4..102574876 100644
--- a/en/install-methods/usb-setup/x86.xml
+++ b/en/install-methods/usb-setup/x86.xml
@@ -93,17 +93,16 @@ subdirectory. If you want to rename the files, please note that
</para><para>
Next you should create a <filename>syslinux.cfg</filename> configuration
-file, which at a bare minimum should contain the following two lines (change
+file, which at a bare minimum should contain the following line (change
the name of the kernel binary to <quote><filename>linux</filename></quote>
if you used a <filename>netboot</filename> image):
<informalexample><screen>
-default vmlinuz
-append initrd=initrd.gz
+default vmlinuz initrd=initrd.gz
</screen></informalexample>
For the graphical installer you should add <userinput>vga=788</userinput> to the
-second line. Other parameters can be appended as desired.
+line. Other parameters can be appended as desired.
</para><para>