summaryrefslogtreecommitdiff
path: root/build/arch-options
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 /build/arch-options
downloadinstallation-guide-1ea73eea5ecc6a8ed901316049259aee737ee554.zip
move manual to top-level directory, split out of debian-installer package
Diffstat (limited to 'build/arch-options')
-rw-r--r--build/arch-options/alpha19
-rw-r--r--build/arch-options/arm19
-rw-r--r--build/arch-options/hppa19
-rw-r--r--build/arch-options/i38619
-rw-r--r--build/arch-options/ia6419
-rw-r--r--build/arch-options/m68k19
-rw-r--r--build/arch-options/mips19
-rw-r--r--build/arch-options/mipsel19
-rw-r--r--build/arch-options/powerpc19
-rw-r--r--build/arch-options/s39019
-rw-r--r--build/arch-options/sparc19
11 files changed, 209 insertions, 0 deletions
diff --git a/build/arch-options/alpha b/build/arch-options/alpha
new file mode 100644
index 000000000..85b423779
--- /dev/null
+++ b/build/arch-options/alpha
@@ -0,0 +1,19 @@
+# This file contains architecture specific variables for
+# the 'alpha' architecture
+# It is sourced by the build scripts
+
+archspec="alpha;not-i386;not-s390;not-m68k;not-powerpc"
+kernelversion="2.4.27"
+# These two options should be set if condition 'smp' is set below
+smp_config_section="General setup"
+smp_config_option="Symmetric multi-processing support"
+
+# Options below are assembled into one variable 'condition'
+# in the build scripts
+fdisk="fdisk.txt;cfdisk.txt"
+network="supports-tftp;supports-nfsroot"
+boot=""
+other="supports-serial-console;rescue-needs-root-disk"
+smp="supports-smp"
+goodies=""
+status="checked"
diff --git a/build/arch-options/arm b/build/arch-options/arm
new file mode 100644
index 000000000..45cf7cc50
--- /dev/null
+++ b/build/arch-options/arm
@@ -0,0 +1,19 @@
+# This file contains architecture specific variables for
+# the 'arm' architecture
+# It is sourced by the build scripts
+
+archspec="arm;not-i386;not-s390;not-m68k;not-powerpc;not-alpha"
+kernelversion="2.4.27"
+# These two options should be set if condition 'smp' is set below
+smp_config_section="N/A"
+smp_config_option="N/A"
+
+# Options below are assembled into one variable 'condition'
+# in the build scripts
+fdisk="fdisk.txt;cfdisk.txt"
+network="supports-tftp;supports-rarp;supports-dhcp;supports-bootp;supports-nfsroot"
+boot=""
+other="supports-serial-console;rescue-needs-root-disk"
+smp=""
+goodies="supports-lang-chooser"
+status="not-checked"
diff --git a/build/arch-options/hppa b/build/arch-options/hppa
new file mode 100644
index 000000000..dc8b49c69
--- /dev/null
+++ b/build/arch-options/hppa
@@ -0,0 +1,19 @@
+# This file contains architecture specific variables for
+# the 'hppa' architecture
+# It is sourced by the build scripts
+
+archspec="hppa;not-i386;not-s390;not-m68k;not-powerpc;not-alpha"
+kernelversion="2.6.8"
+# These two options should be set if condition 'smp' is set below
+smp_config_section="Processor type and features"
+smp_config_option="Symmetric multi-processing support"
+
+# Options below are assembled into one variable 'condition'
+# in the build scripts
+fdisk="cfdisk.txt"
+network="supports-tftp;supports-dhcp;supports-bootp;supports-nfsroot"
+boot=""
+other="supports-serial-console;rescue-needs-root-disk"
+smp="supports-smp"
+goodies="supports-lang-chooser"
+status="not-checked"
diff --git a/build/arch-options/i386 b/build/arch-options/i386
new file mode 100644
index 000000000..88cd447b8
--- /dev/null
+++ b/build/arch-options/i386
@@ -0,0 +1,19 @@
+# This file contains architecture specific variables for
+# the 'i386' architecture
+# It is sourced by the build scripts
+
+archspec="i386;not-s390;not-m68k;not-powerpc;not-alpha"
+kernelversion="2.6.11"
+# These two options should be set if condition 'smp' is set below
+smp_config_section="Processor type and features"
+smp_config_option="Symmetric multi-processing support"
+
+# Options below are assembled into one variable 'condition'
+# in the build scripts
+fdisk="fdisk.txt;cfdisk.txt"
+network="supports-tftp;supports-dhcp;supports-bootp;supports-nfsroot"
+boot="supports-floppy-boot;bootable-disk;bootable-usb"
+other="supports-pcmcia;supports-serial-console;rescue-needs-root-disk;workaround-bug-99926"
+smp="supports-smp-sometimes"
+goodies="supports-lang-chooser"
+status="checked"
diff --git a/build/arch-options/ia64 b/build/arch-options/ia64
new file mode 100644
index 000000000..2603d966f
--- /dev/null
+++ b/build/arch-options/ia64
@@ -0,0 +1,19 @@
+# This file contains architecture specific variables for
+# the 'ia64' architecture
+# It is sourced by the build scripts
+
+archspec="ia64;not-i386;not-s390;not-m68k;not-powerpc;not-alpha"
+kernelversion="2.4.27"
+# These two options should be set if condition 'smp' is set below
+smp_config_section="General setup"
+smp_config_option="SMP support"
+
+# Options below are assembled into one variable 'condition'
+# in the build scripts
+fdisk="parted.txt;cfdisk.txt"
+network="supports-tftp;supports-dhcp;supports-bootp;supports-nfsroot"
+boot=""
+other="supports-serial-console;rescue-needs-root-disk"
+smp="supports-smp"
+goodies="supports-lang-chooser"
+status="checked"
diff --git a/build/arch-options/m68k b/build/arch-options/m68k
new file mode 100644
index 000000000..39935fe57
--- /dev/null
+++ b/build/arch-options/m68k
@@ -0,0 +1,19 @@
+# This file contains architecture specific variables for
+# the 'm68k' architecture
+# It is sourced by the build scripts
+
+archspec="m68k;not-i386;not-s390;not-powerpc;not-alpha"
+kernelversion="2.4.27"
+# These two options should be set if condition 'smp' is set below
+smp_config_section="N/A"
+smp_config_option="N/A"
+
+# Options below are assembled into one variable 'condition'
+# in the build scripts
+fdisk="atari-fdisk.txt;mac-fdisk.txt;amiga-fdisk.txt;pmac-fdisk.txt"
+network="supports-tftp;supports-rarp;supports-dhcp;supports-bootp;supports-nfsroot"
+boot="supports-floppy-boot;bootable-disk"
+other="supports-serial-console;rescue-needs-root-disk"
+smp=""
+goodies="supports-lang-chooser"
+status="checked"
diff --git a/build/arch-options/mips b/build/arch-options/mips
new file mode 100644
index 000000000..3a8495bf7
--- /dev/null
+++ b/build/arch-options/mips
@@ -0,0 +1,19 @@
+# This file contains architecture specific variables for
+# the 'mips' architecture
+# It is sourced by the build scripts
+
+archspec="mips;not-i386;not-s390;not-m68k;not-powerpc;not-alpha"
+kernelversion="2.4.27"
+# These two options should be set if condition 'smp' is set below
+smp_config_section="N/A"
+smp_config_option="N/A"
+
+# Options below are assembled into one variable 'condition'
+# in the build scripts
+fdisk="fdisk.txt;cfdisk.txt"
+network="supports-tftp;supports-dhcp;supports-nfsroot"
+boot=""
+other="supports-serial-console;rescue-needs-root-disk"
+smp=""
+goodies=""
+status="not-checked"
diff --git a/build/arch-options/mipsel b/build/arch-options/mipsel
new file mode 100644
index 000000000..85912a8b0
--- /dev/null
+++ b/build/arch-options/mipsel
@@ -0,0 +1,19 @@
+# This file contains architecture specific variables for
+# the 'mipsel' architecture
+# It is sourced by the build scripts
+
+archspec="mipsel;not-i386;not-s390;not-m68k;not-powerpc;not-alpha"
+kernelversion="2.4.27"
+# These two options should be set if condition 'smp' is set below
+smp_config_section="N/A"
+smp_config_option="N/A"
+
+# Options below are assembled into one variable 'condition'
+# in the build scripts
+fdisk="fdisk.txt;cfdisk.txt"
+network="supports-tftp;supports-dhcp;supports-bootp;supports-nfsroot"
+boot=""
+other="supports-serial-console;rescue-needs-root-disk"
+smp=""
+goodies=""
+status="not-checked"
diff --git a/build/arch-options/powerpc b/build/arch-options/powerpc
new file mode 100644
index 000000000..7cbb2830f
--- /dev/null
+++ b/build/arch-options/powerpc
@@ -0,0 +1,19 @@
+# This file contains architecture specific variables for
+# the 'powerpc' architecture
+# It is sourced by the build scripts
+
+archspec="powerpc;not-s390;not-m68k;not-i386;not-alpha"
+kernelversion="2.6.8"
+# These two options should be set if condition 'smp' is set below
+smp_config_section="Platform support"
+smp_config_option="Symmetric multi-processing support"
+
+# Options below are assembled into one variable 'condition'
+# in the build scripts
+fdisk="mac-fdisk.txt;cfdisk.txt"
+network="supports-tftp;supports-dhcp;supports-bootp;supports-nfsroot"
+boot="supports-floppy-boot;bootable-disk;bootable-usb"
+other="supports-pcmcia;supports-serial-console;rescue-needs-root-disk"
+smp="supports-smp"
+goodies="supports-lang-chooser"
+status="not-checked"
diff --git a/build/arch-options/s390 b/build/arch-options/s390
new file mode 100644
index 000000000..b523cbc6f
--- /dev/null
+++ b/build/arch-options/s390
@@ -0,0 +1,19 @@
+# This file contains architecture specific variables for
+# the 's390' architecture
+# It is sourced by the build scripts
+
+archspec="s390;not-powerpc;not-m68k;not-i386;not-alpha"
+kernelversion="2.4.27"
+# These two options should be set if condition 'smp' is set below
+smp_config_section="Processor type and features"
+smp_config_option="Symmetric multi-processing support"
+
+# Options below are assembled into one variable 'condition'
+# in the build scripts
+fdisk="fdasd.txt;dasdfmt.txt"
+network=""
+boot=""
+other="rescue-needs-root-disk"
+smp="supports-smp"
+goodies=""
+status="not-checked"
diff --git a/build/arch-options/sparc b/build/arch-options/sparc
new file mode 100644
index 000000000..2de87b242
--- /dev/null
+++ b/build/arch-options/sparc
@@ -0,0 +1,19 @@
+# This file contains architecture specific variables for
+# the 'sparc' architecture
+# It is sourced by the build scripts
+
+archspec="sparc;not-i386;not-s390;not-m68k;not-powerpc;not-alpha"
+kernelversion="2.4.27"
+# These two options should be set if condition 'smp' is set below
+smp_config_section="General setup"
+smp_config_option="Symmetric multi-processing support"
+
+# Options below are assembled into one variable 'condition'
+# in the build scripts
+fdisk="fdisk.txt"
+network="supports-tftp;supports-rarp;supports-dhcp;supports-bootp;supports-nfsroot"
+boot="supports-floppy-boot"
+other="supports-serial-console;rescue-needs-root-disk"
+smp="supports-smp"
+goodies=""
+status="not-checked"