diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2014-09-23 10:06:41 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2014-11-14 14:56:49 +0000 |
commit | 16229d7c01a4c9b6db28e7ad27eed878be66096e (patch) | |
tree | 71140a9a700f9548cd0f1135cb27d395e5dcbbe7 /systems/devel-system-armv7lhf-wandboard.morph | |
parent | 45da8d54d7597187ba9f73273230eaa3974f7f1f (diff) | |
download | definitions-16229d7c01a4c9b6db28e7ad27eed878be66096e.tar.gz |
Add nfs userland tools to devel systems
It's handy to be able to start an NFS server when you want to.
Diffstat (limited to 'systems/devel-system-armv7lhf-wandboard.morph')
-rw-r--r-- | systems/devel-system-armv7lhf-wandboard.morph | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/devel-system-armv7lhf-wandboard.morph b/systems/devel-system-armv7lhf-wandboard.morph index fb52e2ea..7c27bcdf 100644 --- a/systems/devel-system-armv7lhf-wandboard.morph +++ b/systems/devel-system-armv7lhf-wandboard.morph @@ -25,6 +25,8 @@ strata: morph: strata/nodejs.morph - name: ruby morph: strata/ruby.morph +- name: nfs + morph: strata/nfs.morph configuration-extensions: - set-hostname - add-config-files |