From faa30c752633303baf53cf61de5bae42f43f6ab0 Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Tue, 1 Apr 2014 03:27:53 +0000 Subject: Add help files for nfsboot, rawdisk and tar. Begin adding help documentation for configuration and write extensions starting with nfsboot.write, rawdisk.write and tar.write. --- nfsboot.write.help | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nfsboot.write.help (limited to 'nfsboot.write.help') diff --git a/nfsboot.write.help b/nfsboot.write.help new file mode 100644 index 00000000..598b1b23 --- /dev/null +++ b/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. -- cgit v1.2.1