diff options
author | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2013-05-30 12:19:14 +0100 |
---|---|---|
committer | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2013-05-30 12:19:14 +0100 |
commit | a110f877d2ffc87c6e2adbd20d7052addc20b75c (patch) | |
tree | 41d2b6ea74801a265a175ff312663775250327db /base-system-armv7-highbank.morph | |
parent | 87d880e024d214b57de3ac541f836a945369b6ef (diff) | |
download | definitions-a110f877d2ffc87c6e2adbd20d7052addc20b75c.tar.gz |
CONFIGURE: Rationalise all configuration extensions
Diffstat (limited to 'base-system-armv7-highbank.morph')
-rw-r--r-- | base-system-armv7-highbank.morph | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/base-system-armv7-highbank.morph b/base-system-armv7-highbank.morph index 9d045f83..bb9cc5bd 100644 --- a/base-system-armv7-highbank.morph +++ b/base-system-armv7-highbank.morph @@ -30,6 +30,9 @@ "configuration-extensions": [ "set-hostname", "ssh", - "add-config-files" + "add-config-files", + "simple-network", + "nfsboot", + "install-files" ] } |