diff options
Diffstat (limited to 'en/install-methods')
-rw-r--r-- | en/install-methods/automatic-install.xml | 2 | ||||
-rw-r--r-- | en/install-methods/usb-setup/i386.xml | 4 | ||||
-rw-r--r-- | en/install-methods/usb-setup/powerpc.xml | 3 |
3 files changed, 2 insertions, 7 deletions
diff --git a/en/install-methods/automatic-install.xml b/en/install-methods/automatic-install.xml index 8cc630867..72ccbc3da 100644 --- a/en/install-methods/automatic-install.xml +++ b/en/install-methods/automatic-install.xml @@ -24,7 +24,7 @@ files. A preconfiguration file can be loaded from the network or from removable media, and used to fill in answers to questions asked during the installation process. -</para><para condition="etch"> +</para><para> Full documentation on preseeding including a working example that you can edit is in <xref linkend="appendix-preseed"/>. diff --git a/en/install-methods/usb-setup/i386.xml b/en/install-methods/usb-setup/i386.xml index 6fc993403..47c81e4ec 100644 --- a/en/install-methods/usb-setup/i386.xml +++ b/en/install-methods/usb-setup/i386.xml @@ -92,10 +92,6 @@ append initrd=initrd.gz ramdisk_size=12000 root=/dev/ram rw Please note that the <userinput>ramdisk_size</userinput> parameter may need to be increased, depending on the image you are booting. -<phrase condition="sarge"> -If the boot fails, you can try adding <userinput>devfs=mount,dall</userinput> -to the <quote>append</quote> line. -</phrase> </para> </sect3> diff --git a/en/install-methods/usb-setup/powerpc.xml b/en/install-methods/usb-setup/powerpc.xml index 12e1284b9..08d01e057 100644 --- a/en/install-methods/usb-setup/powerpc.xml +++ b/en/install-methods/usb-setup/powerpc.xml @@ -99,8 +99,7 @@ message=/boot.msg image=/vmlinux label=install initrd=/initrd.gz - initrd-size=10000<phrase condition="sarge"> - append="devfs=mount,dall --"</phrase> + initrd-size=10000 read-only </screen></informalexample> |