diff options
author | Frans Pop <elendil@planet.nl> | 2008-10-15 18:10:38 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2008-10-15 18:10:38 +0000 |
commit | 8cdd417e742cb5e92b7c6815dc94dced3f59ff60 (patch) | |
tree | 9cb1ec51b5e6b426945f4ad43755cd8d6d61168d /en/install-methods/usb-setup/x86.xml | |
parent | 0f2c711ab9023ab4a000de89da73ec178607d1ff (diff) | |
download | installation-guide-8cdd417e742cb5e92b7c6815dc94dced3f59ff60.zip |
Fix build error
Diffstat (limited to 'en/install-methods/usb-setup/x86.xml')
-rw-r--r-- | en/install-methods/usb-setup/x86.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/en/install-methods/usb-setup/x86.xml b/en/install-methods/usb-setup/x86.xml index db5d58a15..69d244712 100644 --- a/en/install-methods/usb-setup/x86.xml +++ b/en/install-methods/usb-setup/x86.xml @@ -2,7 +2,7 @@ <!-- $Id$ --> <sect3 arch="x86"> - <title>USB stick partitioning on &arch-title;</title> + <title>Partitioning the USB stick</title> <para> We will show how to set up the memory stick to use the first partition, @@ -49,7 +49,12 @@ must not be mounted when starting <command>syslinux</command>. This procedure writes a boot sector to the partition and creates the file <filename>ldlinux.sys</filename> which contains the boot loader code. -</para><para> +</para> + </sect3> + + <sect3 arch="x86"> + <title>Adding the installer image</title> +<para> Mount the partition (<userinput>mount /dev/<replaceable>sdX1</replaceable> /mnt</userinput>) @@ -86,5 +91,12 @@ append initrd=initrd.gz For the graphical installer you should add <userinput>video=vesa:ywrap,mtrr vga=788</userinput> to the second line. +</para><para> + +If you used an <filename>hd-media</filename> image, you should now copy a +Debian ISO image (businesscard, netinst or full CD image; be sure to select +one that fits) onto the stick. When you are done, unmount the USB memory +stick (<userinput>umount /mnt</userinput>). + </para> </sect3> |