diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-09-16 23:41:05 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-09-16 23:41:05 +0000 |
commit | 655f74a0a780064791ffe36d9929d7be314b7447 (patch) | |
tree | 1d13ba94744343f709a87f2042e7c0cdd36e39e6 /en/howto | |
parent | 87ab377750a0944f5246d55264a97b2bd67fe2b8 (diff) | |
download | installation-guide-655f74a0a780064791ffe36d9929d7be314b7447.zip |
* Fix "howto" part for non-Linux ports.
Diffstat (limited to 'en/howto')
-rw-r--r-- | en/howto/installation-howto.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/en/howto/installation-howto.xml b/en/howto/installation-howto.xml index 3897df0ee..059b527e4 100644 --- a/en/howto/installation-howto.xml +++ b/en/howto/installation-howto.xml @@ -78,7 +78,7 @@ only need the first CD of the set. </para><para> Download whichever type you prefer and burn it to a CD. -<phrase arch="x86">To boot the CD, you may need to change your BIOS +<phrase arch="any-x86">To boot the CD, you may need to change your BIOS configuration, as explained in <xref linkend="bios-setup" />.</phrase> <phrase arch="powerpc"> To boot a PowerMac from CD, press the <keycap>c</keycap> key while booting. See @@ -152,7 +152,7 @@ There are other, more flexible ways to set up a memory stick to use the debian-installer, and it's possible to get it to work with smaller memory sticks. For details, see <xref linkend="boot-usb-files" />. -</para><para arch="x86"> +</para><para arch="any-x86"> Some BIOSes can boot USB storage directly, and some cannot. You may need to configure your BIOS to boot from a <quote>removable drive</quote> or even a @@ -188,7 +188,7 @@ For detailed instructions, see <xref linkend="install-tftp" />. </para> </sect2> - <sect2 id="howto-getting-images-hard-disk"> + <sect2 arch="linux-any" id="howto-getting-images-hard-disk"> <title>Booting from hard disk</title> <para> @@ -253,7 +253,7 @@ free space on a drive (see <xref linkend="partman-auto" />). This is recommended for new users or anyone in a hurry. If you do not want to autopartition, choose <guimenuitem>Manual</guimenuitem> from the menu. -</para><para arch="x86"> +</para><para arch="any-x86"> If you have an existing DOS or Windows partition that you want to preserve, be very careful with automatic partitioning. If you choose manual partitioning, @@ -302,7 +302,7 @@ account. The last step is to install a boot loader. If the installer detects other operating systems on your computer, it will add them to the boot menu and let you know. -<phrase arch="x86">By default GRUB will be installed to the master boot +<phrase arch="any-x86">By default GRUB will be installed to the master boot record of the first harddrive, which is generally a good choice. You'll be given the opportunity to override that choice and install it elsewhere. </phrase> |