summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-05-28 14:47:10 +0100
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-05-28 14:47:10 +0100
commitc5cee7e712c2f2908485b3faacd4615aba5e0ec9 (patch)
tree21d1f585b26b0cae165f7691636aabd8607d4843
parentb45fa1580b045ea93fdc83555224964d0bd4fbf3 (diff)
downloaddefinitions-c5cee7e712c2f2908485b3faacd4615aba5e0ec9.tar.gz
Add ssh-keys configure extension to x86 devel machines to test
-rw-r--r--devel-system-x86_32-generic.morph1
-rw-r--r--devel-system-x86_64-generic.morph1
2 files changed, 2 insertions, 0 deletions
diff --git a/devel-system-x86_32-generic.morph b/devel-system-x86_32-generic.morph
index 42d363b5..c70feb5c 100644
--- a/devel-system-x86_32-generic.morph
+++ b/devel-system-x86_32-generic.morph
@@ -5,6 +5,7 @@ configuration-extensions:
- simple-network
- nfsboot
- install-files
+- ssh-keys
description: A system that is able to build other systems based on the 32-bit x86
architecture.
kind: system
diff --git a/devel-system-x86_64-generic.morph b/devel-system-x86_64-generic.morph
index 7048df53..bf5881e5 100644
--- a/devel-system-x86_64-generic.morph
+++ b/devel-system-x86_64-generic.morph
@@ -5,6 +5,7 @@ configuration-extensions:
- simple-network
- nfsboot
- install-files
+- ssh-keys
description: A system that is able to build other systems based on the 64-bit x86
architecture.
kind: system