diff options
author | Adam Coldrick <adam.coldrick@codethink.co.uk> | 2014-03-26 15:40:46 +0000 |
---|---|---|
committer | Adam Coldrick <adam.coldrick@codethink.co.uk> | 2014-03-26 15:55:28 +0000 |
commit | 0736d7d9efd687aab8a0e55e91cc9ec6098e6076 (patch) | |
tree | 9975ae6c392ed648cfbc2399412143073f84335d /devel-system-x86_64-chroot.morph | |
parent | ced5a2f591a8307a9570e7568d68a8a5978f9130 (diff) | |
download | definitions-0736d7d9efd687aab8a0e55e91cc9ec6098e6076.tar.gz |
Add system morphology for small x86_64 devel system for a chroot
Diffstat (limited to 'devel-system-x86_64-chroot.morph')
-rw-r--r-- | devel-system-x86_64-chroot.morph | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel-system-x86_64-chroot.morph b/devel-system-x86_64-chroot.morph new file mode 100644 index 00000000..99ac6272 --- /dev/null +++ b/devel-system-x86_64-chroot.morph @@ -0,0 +1,17 @@ +arch: x86_64 +configuration-extensions: +- set-hostname +- add-config-files +- simple-network +- nfsboot +- install-files +description: A system that is able to build other systems based on the 64-bit x86 + architecture. +kind: system +name: devel-system-x86_64-chroot +strata: +- morph: build-essential +- morph: core +- morph: foundation +- morph: tools +- morph: glanceclient |