summaryrefslogtreecommitdiff
path: root/morphlib/exts/nfsboot.write.help
blob: 598b1b237137923a12a97adda44eb343b6f05455 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.