summaryrefslogtreecommitdiff
path: root/build/arch-options/linux
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2010-09-18 13:25:25 +0000
committerSamuel Thibault <sthibault@debian.org>2010-09-18 13:25:25 +0000
commitd1537fbce1b97f42ddd4dc619107a40a97b3506b (patch)
treeb56544838ca363186954974cf83308ec68e0f8c3 /build/arch-options/linux
parente8976bc4cca526281160dc436417940d3c95e6e5 (diff)
downloadinstallation-guide-d1537fbce1b97f42ddd4dc619107a40a97b3506b.zip
Factorize os-specific parameters in build/arch-options.
Diffstat (limited to 'build/arch-options/linux')
-rw-r--r--build/arch-options/linux6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/arch-options/linux b/build/arch-options/linux
new file mode 100644
index 000000000..93904f7af
--- /dev/null
+++ b/build/arch-options/linux
@@ -0,0 +1,6 @@
+# This file contains os specific variables for the 'linux' os
+# It is sourced by the build scripts
+
+archspec="$archspec;linux-any"
+arch_kernel="Linux"
+arch_parttype="Linux"