summaryrefslogtreecommitdiff
path: root/build/arch-options
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2010-09-16 18:54:29 +0000
committerSamuel Thibault <sthibault@debian.org>2010-09-16 18:54:29 +0000
commitf6fdb77d1c28e4f73d5eee399fc8752066decdf6 (patch)
treeb2807ec3c95a3a96bcfb1a394027d9a61bafe352 /build/arch-options
parent1642337db58502576aaa855ee7691c1e73a12de2 (diff)
downloadinstallation-guide-f6fdb77d1c28e4f73d5eee399fc8752066decdf6.zip
Fix "preparing" part for non-Linux ports.
Diffstat (limited to 'build/arch-options')
-rw-r--r--build/arch-options/amd641
-rw-r--r--build/arch-options/armel1
-rw-r--r--build/arch-options/hppa1
-rw-r--r--build/arch-options/hurd-i3861
-rw-r--r--build/arch-options/i3861
-rw-r--r--build/arch-options/ia641
-rw-r--r--build/arch-options/kfreebsd-amd641
-rw-r--r--build/arch-options/kfreebsd-i3861
-rw-r--r--build/arch-options/mips1
-rw-r--r--build/arch-options/mipsel1
-rw-r--r--build/arch-options/powerpc1
-rw-r--r--build/arch-options/s3901
-rw-r--r--build/arch-options/sparc1
13 files changed, 13 insertions, 0 deletions
diff --git a/build/arch-options/amd64 b/build/arch-options/amd64
index 81461eed0..d72b00ec4 100644
--- a/build/arch-options/amd64
+++ b/build/arch-options/amd64
@@ -6,6 +6,7 @@ archspec="amd64;any-amd64;x86;any-x86;not-s390;not-powerpc;linux-any"
arch_listname="amd64"
arch_porturl="amd64"
arch_kernel="Linux"
+arch_parttype="Linux"
minimum_memory=56
minimum_memory_gtk=96
# These two options should be set if condition 'smp' is set below
diff --git a/build/arch-options/armel b/build/arch-options/armel
index c17dc63c3..568c28228 100644
--- a/build/arch-options/armel
+++ b/build/arch-options/armel
@@ -10,6 +10,7 @@ archspec="arm;not-x86;not-s390;not-powerpc;linux-any"
arch_listname="arm"
arch_porturl="arm"
arch_kernel="Linux"
+arch_parttype="Linux"
minimum_memory=32
# These two options should be set if condition 'smp' is set below
smp_config_section="N/A"
diff --git a/build/arch-options/hppa b/build/arch-options/hppa
index a6047da33..75acda562 100644
--- a/build/arch-options/hppa
+++ b/build/arch-options/hppa
@@ -6,6 +6,7 @@ archspec="hppa;not-x86;not-s390;not-powerpc;linux-any"
arch_listname="hppa"
arch_porturl="hppa"
arch_kernel="Linux"
+arch_parttype="Linux"
minimum_memory=32
# These two options should be set if condition 'smp' is set below
smp_config_section="Processor type and features"
diff --git a/build/arch-options/hurd-i386 b/build/arch-options/hurd-i386
index 53d4c4ed1..f9973609c 100644
--- a/build/arch-options/hurd-i386
+++ b/build/arch-options/hurd-i386
@@ -6,6 +6,7 @@ archspec="hurd-i386;any-i386;any-x86;not-x86;not-s390;not-powerpc;hurd-any"
arch_listname="hurd"
arch_porturl="hurd"
arch_kernel="Hurd"
+arch_parttype="Linux"
# TODO: update
minimum_memory=44
minimum_memory_gtk=96
diff --git a/build/arch-options/i386 b/build/arch-options/i386
index 47a7a1802..befde767e 100644
--- a/build/arch-options/i386
+++ b/build/arch-options/i386
@@ -6,6 +6,7 @@ archspec="i386;any-i386;x86;any-x86;not-s390;not-powerpc;linux-any"
arch_listname="boot"
arch_porturl="i386"
arch_kernel="Linux"
+arch_parttype="Linux"
minimum_memory=44
minimum_memory_gtk=96
# These two options should be set if condition 'smp' is set below
diff --git a/build/arch-options/ia64 b/build/arch-options/ia64
index b70597dff..b1b4572b9 100644
--- a/build/arch-options/ia64
+++ b/build/arch-options/ia64
@@ -6,6 +6,7 @@ archspec="ia64;not-x86;not-s390;not-powerpc;linux-any"
arch_listname="ia64"
arch_porturl="ia64"
arch_kernel="Linux"
+arch_parttype="Linux"
minimum_memory=32
# These two options should be set if condition 'smp' is set below
smp_config_section="General setup"
diff --git a/build/arch-options/kfreebsd-amd64 b/build/arch-options/kfreebsd-amd64
index f61e649b9..a1cc34437 100644
--- a/build/arch-options/kfreebsd-amd64
+++ b/build/arch-options/kfreebsd-amd64
@@ -6,6 +6,7 @@ archspec="kfreebsd-amd64;any-amd64;any-x86;not-x86;not-s390;not-powerpc;kfreebsd
arch_listname="bsd"
arch_porturl="kfreebsd-gnu"
arch_kernel="kFreeBSD"
+arch_parttype="FreeBSD"
# TODO: update
minimum_memory=56
minimum_memory_gtk=96
diff --git a/build/arch-options/kfreebsd-i386 b/build/arch-options/kfreebsd-i386
index b1faf6007..700b26335 100644
--- a/build/arch-options/kfreebsd-i386
+++ b/build/arch-options/kfreebsd-i386
@@ -6,6 +6,7 @@ archspec="kfreebsd-i386;any-i386;any-x86;not-x86;not-s390;not-powerpc;kfreebsd-a
arch_listname="bsd"
arch_porturl="kfreebsd-gnu"
arch_kernel="kFreeBSD"
+arch_parttype="FreeBSD"
# TODO: update
minimum_memory=44
minimum_memory_gtk=96
diff --git a/build/arch-options/mips b/build/arch-options/mips
index 38ba2ae74..cfbe294a8 100644
--- a/build/arch-options/mips
+++ b/build/arch-options/mips
@@ -6,6 +6,7 @@ archspec="mips;not-x86;not-s390;not-powerpc;linux-any"
arch_listname="mips"
arch_porturl="mips"
arch_kernel="Linux"
+arch_parttype="Linux"
minimum_memory=32
# These two options should be set if condition 'smp' is set below
smp_config_section="N/A"
diff --git a/build/arch-options/mipsel b/build/arch-options/mipsel
index 240c5e234..81a8d8381 100644
--- a/build/arch-options/mipsel
+++ b/build/arch-options/mipsel
@@ -6,6 +6,7 @@ archspec="mipsel;not-x86;not-s390;not-powerpc;linux-any"
arch_listname="mips"
arch_porturl="mips"
arch_kernel="Linux"
+arch_parttype="Linux"
minimum_memory=32
# These two options should be set if condition 'smp' is set below
smp_config_section="N/A"
diff --git a/build/arch-options/powerpc b/build/arch-options/powerpc
index 8dc564b86..f5d9865d7 100644
--- a/build/arch-options/powerpc
+++ b/build/arch-options/powerpc
@@ -6,6 +6,7 @@ archspec="powerpc;not-s390;not-x86;linux-any"
arch_listname="powerpc"
arch_porturl="powerpc"
arch_kernel="Linux"
+arch_parttype="Linux"
minimum_memory=32
minimum_memory_gtk=128
# These two options should be set if condition 'smp' is set below
diff --git a/build/arch-options/s390 b/build/arch-options/s390
index 2a4021872..6f840fa06 100644
--- a/build/arch-options/s390
+++ b/build/arch-options/s390
@@ -6,6 +6,7 @@ archspec="s390;not-powerpc;not-x86;linux-any"
arch_listname="s390"
arch_porturl="s390"
arch_kernel="Linux"
+arch_parttype="Linux"
minimum_memory=20
# These two options should be set if condition 'smp' is set below
smp_config_section="Processor type and features"
diff --git a/build/arch-options/sparc b/build/arch-options/sparc
index a128b0047..848113b01 100644
--- a/build/arch-options/sparc
+++ b/build/arch-options/sparc
@@ -6,6 +6,7 @@ archspec="sparc;not-x86;not-s390;not-powerpc;linux-any"
arch_listname="sparc"
arch_porturl="sparc"
arch_kernel="Linux"
+arch_parttype="Linux"
minimum_memory=32
# These two options should be set if condition 'smp' is set below
smp_config_section="General setup"