summaryrefslogtreecommitdiff
path: root/es/boot-installer/boot-installer.xml
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-10-07 19:51:38 +0000
committerJoey Hess <joeyh@debian.org>2005-10-07 19:51:38 +0000
commit1ea73eea5ecc6a8ed901316049259aee737ee554 (patch)
tree03a077f0b1b1548f3c806bd1c5795964fba0fb52 /es/boot-installer/boot-installer.xml
downloadinstallation-guide-1ea73eea5ecc6a8ed901316049259aee737ee554.zip
move manual to top-level directory, split out of debian-installer package
Diffstat (limited to 'es/boot-installer/boot-installer.xml')
-rw-r--r--es/boot-installer/boot-installer.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/es/boot-installer/boot-installer.xml b/es/boot-installer/boot-installer.xml
new file mode 100644
index 000000000..dc1f65e38
--- /dev/null
+++ b/es/boot-installer/boot-installer.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- original version: 24701 -->
+<!-- revisado jfs, 21 noviembre 24 -->
+
+<chapter id="boot-installer"><title>Arranque del sistema de instalación</title>
+
+<!-- Include only archs that are documented to avoid build-errors -->
+<!-- The arch="..." condition can be deleted when al archs are present -->
+ <sect1 arch="alpha;arm;i386;ia64;m68k;mips;s390;powerpc;sparc">
+ <title>Arranque del instalador en &arch-title;</title>
+
+<!-- This info is so architecture dependent, that I have turned the -->
+<!-- structure inside out for this chapter. Each arch has a document. -->
+<!-- Note: archs hppa and mipsel are currently missing -->
+
+&boot-installer-alpha.xml;
+&boot-installer-arm.xml;
+<!-- &boot-installer-hppa.xml; -->
+&boot-installer-i386.xml;
+&boot-installer-ia64.xml;
+&boot-installer-m68k.xml;
+&boot-installer-mips.xml;
+<!-- &boot-installer-mipsel.xml; -->
+&boot-installer-s390.xml;
+&boot-installer-powerpc.xml;
+&boot-installer-sparc.xml;
+
+ </sect1>
+
+&boot-installer-parameters.xml;
+&boot-installer-trouble.xml;
+
+</chapter>