From fa42e9a28e636d93f8a2f4b3d1445a6d5cfeee6a Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 22 Oct 2014 15:15:55 +0000 Subject: 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. --- systems/build-system-x86_32-chroot.morph | 31 +++++++++++++++++++++++++++++++ systems/build-system-x86_64-chroot.morph | 31 +++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 systems/build-system-x86_32-chroot.morph create mode 100644 systems/build-system-x86_64-chroot.morph 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 -- cgit v1.2.1