diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2013-05-07 13:17:59 +0000 |
---|---|---|
committer | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2013-05-07 13:17:59 +0000 |
commit | e717eabe43116f6055ad30c71f02a0ccdcbfd833 (patch) | |
tree | e75568951d3c88f8c3d415e75658c8cafb6da377 /base-system-armv7-highbank.morph | |
parent | 886de6aab49805e63f2aebd4c58cfcff6a2da33c (diff) | |
download | definitions-e717eabe43116f6055ad30c71f02a0ccdcbfd833.tar.gz |
Add the ssh configuration extension to all the system morphologies
Diffstat (limited to 'base-system-armv7-highbank.morph')
-rw-r--r-- | base-system-armv7-highbank.morph | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base-system-armv7-highbank.morph b/base-system-armv7-highbank.morph index 05d310d1..d315c466 100644 --- a/base-system-armv7-highbank.morph +++ b/base-system-armv7-highbank.morph @@ -28,6 +28,7 @@ } ], "configuration-extensions": [ - "set-hostname" + "set-hostname", + "ssh" ] } |