From c6f4ad1dae80d6bc67a9b9eba3b96773aae77b58 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 1 Nov 2015 21:12:18 +0000 Subject: Fix Instructions for creating syslinux.cfg according to syslinux 5.00 change. --- debian/changelog | 4 ++++ en/install-methods/usb-setup/x86.xml | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 358a96912..1e2aeeaf8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,10 @@ installation-guide (20150528) UNRELEASED; urgency=medium [ Samuel Thibault ] * Document the fourth bootline parameter of brltty. + [ Matt Kraai ] + * Fix Instructions for creating syslinux.cfg according to syslinux 5.00 + change. Closes: #803267. + -- Martin Michlmayr Sun, 14 Jun 2015 19:13:39 -0400 installation-guide (20150528) unstable; urgency=medium 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 Next you should create a syslinux.cfg 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 linux if you used a netboot image): -default vmlinuz -append initrd=initrd.gz +default vmlinuz initrd=initrd.gz For the graphical installer you should add vga=788 to the -second line. Other parameters can be appended as desired. +line. Other parameters can be appended as desired. -- cgit v1.2.3