diff options
author | Colin Watson <cjwatson@debian.org> | 2006-01-09 09:50:14 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-01-09 09:50:14 +0000 |
commit | e698cae0f1b80ac6351f4f026f3aaa25692453be (patch) | |
tree | cf73ed0a49aea816daf5bcf20835d4efa79325a3 /en | |
parent | 7bd7956a514692a307b52e71a8275449fedc81b0 (diff) | |
download | installation-guide-e698cae0f1b80ac6351f4f026f3aaa25692453be.zip |
* Add a few more supports-floppy-boot conditionals to make it easier to
turn all this off in rebuilds of the manual.
Diffstat (limited to 'en')
-rw-r--r-- | en/boot-installer/i386.xml | 4 | ||||
-rw-r--r-- | en/boot-installer/powerpc.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/en/boot-installer/i386.xml b/en/boot-installer/i386.xml index ed89407a9..9410b55c4 100644 --- a/en/boot-installer/i386.xml +++ b/en/boot-installer/i386.xml @@ -203,7 +203,7 @@ computer. The system should boot up, and you should be presented with the <prompt>boot:</prompt> prompt. Here you can enter optional boot arguments, or just hit &enterkey;. -</para><para> +</para><para condition="supports-floppy-boot"> In case your computer doesn't support booting from USB memory devices, you can still use a single floppy to do the initial boot and then @@ -215,7 +215,7 @@ When it asks for the root floppy, simply press &enterkey;. You should see </para> </sect2> - <sect2 arch="i386" id="floppy-boot"> + <sect2 arch="i386" condition="supports-floppy-boot" id="floppy-boot"> <title>Booting from Floppies</title> <para> diff --git a/en/boot-installer/powerpc.xml b/en/boot-installer/powerpc.xml index 7d7219d08..95108df02 100644 --- a/en/boot-installer/powerpc.xml +++ b/en/boot-installer/powerpc.xml @@ -195,7 +195,7 @@ you should try </sect2> - <sect2 arch="powerpc"> + <sect2 arch="powerpc" condition="supports-floppy-boot"> <title>Booting from Floppies</title> <para> |