diff options
author | Samuel Thibault <sthibault@debian.org> | 2012-07-17 05:10:15 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2012-07-17 05:10:15 +0000 |
commit | 24ccf3e458898b29df67bbf8816d6219cfce4f72 (patch) | |
tree | 90f351b5b8fc23aab30ba56d8e1990248aab2291 /build/arch-options | |
parent | 588e56db3549472d93c789038f2043ec4b02bb0d (diff) | |
download | installation-guide-24ccf3e458898b29df67bbf8816d6219cfce4f72.zip |
Add armhf, s390x architectures, comment hppa architecture
Diffstat (limited to 'build/arch-options')
-rw-r--r-- | build/arch-options/armhf | 26 | ||||
-rw-r--r-- | build/arch-options/s390x | 26 |
2 files changed, 52 insertions, 0 deletions
diff --git a/build/arch-options/armhf b/build/arch-options/armhf new file mode 100644 index 000000000..b202d4122 --- /dev/null +++ b/build/arch-options/armhf @@ -0,0 +1,26 @@ +# This file contains architecture specific variables for +# the 'armhf' architecture +# It is sourced by the build scripts + +# Note that we keep "arm" as archspec (and thus also for conditions) +# and also continue to use "arm" for arch-specific XML-files in order +# to minimize impact on translations. + +archspec="arm;not-x86;not-s390;not-powerpc" +arch_listname="arm" +arch_porturl="arm" +minimum_memory=36 +# 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-bootp;supports-nfsroot" +boot="" +frontend="newt;not-gtk" +other="supports-serial-console" +smp="" +goodies="supports-lang-chooser" +status="not-checked" diff --git a/build/arch-options/s390x b/build/arch-options/s390x new file mode 100644 index 000000000..350dff8b0 --- /dev/null +++ b/build/arch-options/s390x @@ -0,0 +1,26 @@ +# This file contains architecture specific variables for +# the 's390x' architecture +# It is sourced by the build scripts + +# Note that we keep "s390" as archspec (and thus also for conditions) +# and also continue to use "s390" for arch-specific XML-files in order +# to minimize impact on translations. + +archspec="s390;not-powerpc;not-x86" +arch_listname="s390" +arch_porturl="s390" +minimum_memory=20 +# 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="" +frontend="not-newt;not-gtk" +other="" +smp="defaults-smp" +goodies="" +status="not-checked" |