summaryrefslogtreecommitdiff
path: root/morphlib/exts/nfsboot.write.help
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-31 18:15:20 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-31 18:15:20 +0000
commit447231f27d0a4e4fb0320b0f13e64d9f27e208f0 (patch)
tree52b7731c93de3d4dda989bfc7d5411870f6faee8 /morphlib/exts/nfsboot.write.help
parent20b4bf7dbf1b4950b82113f6ffdd2ef171cfc04e (diff)
parent64f10305f3303ea933314558d1433c33be218e29 (diff)
downloadmorph-447231f27d0a4e4fb0320b0f13e64d9f27e208f0.tar.gz
Merge remote-tracking branch 'origin/baserock/markdoffman/s10617/add-yaml-help-option'
Diffstat (limited to 'morphlib/exts/nfsboot.write.help')
-rw-r--r--morphlib/exts/nfsboot.write.help12
1 files changed, 12 insertions, 0 deletions
diff --git a/morphlib/exts/nfsboot.write.help b/morphlib/exts/nfsboot.write.help
new file mode 100644
index 00000000..598b1b23
--- /dev/null
+++ b/morphlib/exts/nfsboot.write.help
@@ -0,0 +1,12 @@
+help: |
+ Deploy a system image and kernel to an nfsboot server.
+
+ An nfsboot server is defined as a baserock system that has
+ tftp and nfs servers running, the tftp server is exporting
+ the contents of /srv/nfsboot/tftp/ and the user has sufficient
+ permissions to create nfs roots in /srv/nfsboot/nfs/.
+
+ The `location` argument is the hostname of the nfsboot server.
+
+ The extension will connect to root@HOST via ssh to copy the
+ kernel and rootfs, and configure the nfs server.