diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2013-05-10 05:30:54 +0000 |
---|---|---|
committer | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2013-05-13 14:49:39 +0100 |
commit | ca5771706e78cbdd0ad33bdca2b34a606f16e04c (patch) | |
tree | cb6db86590b74ab97eeb3cd0872d8f58baf4d1df /base-system-armv7-highbank.morph | |
parent | c03e4bcb5fcd2a06c9996f5ec157fdfaa745fce8 (diff) | |
download | definitions-ca5771706e78cbdd0ad33bdca2b34a606f16e04c.tar.gz |
Add add-config-files extension to all 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 d315c466..345b992f 100644 --- a/base-system-armv7-highbank.morph +++ b/base-system-armv7-highbank.morph @@ -29,6 +29,7 @@ ], "configuration-extensions": [ "set-hostname", - "ssh" + "ssh", + "drop-config-files" ] } |