diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2013-05-02 22:03:04 +0000 |
---|---|---|
committer | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2013-05-03 14:10:11 +0100 |
commit | 5cf24f6256d16a5385cd316646bfab0d6abfa929 (patch) | |
tree | 9ca9295430425d425a6f198ad5a36f6613fdf7f6 /devel-system-armv7-highbank.morph | |
parent | cf9131ba8a36af6910a48ecf9847562651ed0d08 (diff) | |
download | definitions-5cf24f6256d16a5385cd316646bfab0d6abfa929.tar.gz |
Add set-hostname configure extension to all the system morphologies.
This is required so during deploy the hostname can be set.
Diffstat (limited to 'devel-system-armv7-highbank.morph')
-rw-r--r-- | devel-system-armv7-highbank.morph | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel-system-armv7-highbank.morph b/devel-system-armv7-highbank.morph index ab735416..66ae86b8 100644 --- a/devel-system-armv7-highbank.morph +++ b/devel-system-armv7-highbank.morph @@ -31,5 +31,8 @@ "repo": "baserock:baserock/morphs", "ref": "master" } + ], + "configuration-extensions": [ + "set-hostname" ] } |