From 1ea73eea5ecc6a8ed901316049259aee737ee554 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Oct 2005 19:51:38 +0000 Subject: move manual to top-level directory, split out of debian-installer package --- build/arch-options/alpha | 19 +++++++++++++++++++ build/arch-options/arm | 19 +++++++++++++++++++ build/arch-options/hppa | 19 +++++++++++++++++++ build/arch-options/i386 | 19 +++++++++++++++++++ build/arch-options/ia64 | 19 +++++++++++++++++++ build/arch-options/m68k | 19 +++++++++++++++++++ build/arch-options/mips | 19 +++++++++++++++++++ build/arch-options/mipsel | 19 +++++++++++++++++++ build/arch-options/powerpc | 19 +++++++++++++++++++ build/arch-options/s390 | 19 +++++++++++++++++++ build/arch-options/sparc | 19 +++++++++++++++++++ 11 files changed, 209 insertions(+) create mode 100644 build/arch-options/alpha create mode 100644 build/arch-options/arm create mode 100644 build/arch-options/hppa create mode 100644 build/arch-options/i386 create mode 100644 build/arch-options/ia64 create mode 100644 build/arch-options/m68k create mode 100644 build/arch-options/mips create mode 100644 build/arch-options/mipsel create mode 100644 build/arch-options/powerpc create mode 100644 build/arch-options/s390 create mode 100644 build/arch-options/sparc (limited to 'build/arch-options') 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" -- cgit v1.2.3