diff options
author | Colin Watson <cjwatson@debian.org> | 2006-01-09 09:58:14 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-01-09 09:58:14 +0000 |
commit | 87aa91f8b22964a1c1087f02822ab2fd55960330 (patch) | |
tree | 32ed802f4e42899a218cf179a980902a9d8389bb /en | |
parent | e698cae0f1b80ac6351f4f026f3aaa25692453be (diff) | |
download | installation-guide-87aa91f8b22964a1c1087f02822ab2fd55960330.zip |
add more bootable-usb conditionals too
Diffstat (limited to 'en')
-rw-r--r-- | en/boot-installer/i386.xml | 2 | ||||
-rw-r--r-- | en/boot-installer/powerpc.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/en/boot-installer/i386.xml b/en/boot-installer/i386.xml index 9410b55c4..a9b01492b 100644 --- a/en/boot-installer/i386.xml +++ b/en/boot-installer/i386.xml @@ -192,7 +192,7 @@ or <command>LILO</command>. </para> </sect2> - <sect2 arch="i386" id="usb-boot"> + <sect2 arch="i386" condition="bootable-usb" id="usb-boot"> <title>Booting from USB Memory Stick</title> <para> diff --git a/en/boot-installer/powerpc.xml b/en/boot-installer/powerpc.xml index 95108df02..434973f98 100644 --- a/en/boot-installer/powerpc.xml +++ b/en/boot-installer/powerpc.xml @@ -111,7 +111,7 @@ doesn't work. The Debian installation program should start. </sect3> </sect2> - <sect2 arch="powerpc" id="usb-boot"> + <sect2 arch="powerpc" condition="bootable-usb" id="usb-boot"> <title>Booting from USB memory stick</title> <para> |