summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-22 15:15:55 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-22 16:46:29 +0000
commitfa42e9a28e636d93f8a2f4b3d1445a6d5cfeee6a (patch)
tree5e7bf4c6567122580864d90ddc3366b1b9fd6e4d
parenta95c9fdcf3ae245f6c6f22969b92465ee74444d4 (diff)
downloaddefinitions-fa42e9a28e636d93f8a2f4b3d1445a6d5cfeee6a.tar.gz
Add chroot variants of the build-systems
These take the place of the devel system chroots that we released previously, and should be functionally equivalent.
-rw-r--r--systems/build-system-x86_32-chroot.morph31
-rw-r--r--systems/build-system-x86_64-chroot.morph31
2 files changed, 62 insertions, 0 deletions
diff --git a/systems/build-system-x86_32-chroot.morph b/systems/build-system-x86_32-chroot.morph
new file mode 100644
index 00000000..776fa4ab
--- /dev/null
+++ b/systems/build-system-x86_32-chroot.morph
@@ -0,0 +1,31 @@
+name: build-system-x86_32-chroot
+kind: system
+description: The system that should be used for building all other Baserock systems for 32-bit Intel x86 computers, chroot variant.
+arch: x86_32
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+- name: core
+ morph: strata/core.morph
+- name: foundation
+ morph: strata/foundation.morph
+- name: tools
+ morph: strata/tools.morph
+- name: morph-utils
+ morph: strata/morph-utils.morph
+- name: nfs
+ morph: strata/nfs.morph
+- name: ansible
+ morph: strata/ansible.morph
+- name: cloudinit-support
+ morph: strata/cloudinit-support.morph
+configuration-extensions:
+- set-hostname
+- add-config-files
+- simple-network
+- nfsboot
+- install-files
+- distbuild
+- fstab
+- mason
+- cloud-init
diff --git a/systems/build-system-x86_64-chroot.morph b/systems/build-system-x86_64-chroot.morph
new file mode 100644
index 00000000..4cc66226
--- /dev/null
+++ b/systems/build-system-x86_64-chroot.morph
@@ -0,0 +1,31 @@
+name: build-system-x86_64-chroot
+kind: system
+description: The system that should be used for building all other Baserock systems for 64-bit Intel x86 computers, chroot variant.
+arch: x86_64
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+- name: core
+ morph: strata/core.morph
+- name: foundation
+ morph: strata/foundation.morph
+- name: tools
+ morph: strata/tools.morph
+- name: morph-utils
+ morph: strata/morph-utils.morph
+- name: nfs
+ morph: strata/nfs.morph
+- name: ansible
+ morph: strata/ansible.morph
+- name: cloudinit-support
+ morph: strata/cloudinit-support.morph
+configuration-extensions:
+- set-hostname
+- add-config-files
+- simple-network
+- nfsboot
+- install-files
+- distbuild
+- fstab
+- mason
+- cloud-init