You will need to install warewulf, and the warewulf-tools RPMS on your master
node. The other 2 RPMS (warewulf-wulfd) are meant for slave nodes (NOT THE 
MASTER)!

After Warewulf has been installed, you will need to create your VNFS image.
There are scripts that may help this in /usr/share/doc/warewulf-2*/extras, or
you can simply put a chroot'able file system /vnfs/[VNFS NAME]/ (default VNFS
should be put or linked to /vnfs/default).

   # edit /etc/warewulf/master.conf
      - Modify your configuration for your specific cluster
      - Confirm the network device specifications
   # edit /etc/warewulf/nodes.conf
      - Confirm the network device specifications
      - Add/change the list of kernel modules to support your node's NIC(s)
      - Specify the user/group access for the nodegroup(s)
   # wwinit --init
      - This will write all of the non-warewulf config files (based on the
        warewulf configs) and restart the services
      - It will create the VNFS chroot, and the bootable network image
   # wwnodes --add
      - You can now turn on the nodes one at a time
      - Press control-C when finished to exit out of the program

To make changes to the nodes:

   # wwvnfs --shell
      - Opens a chroot'ed shell in the vnfs specified (or the default)
      - Make changes
   # wwvnfs --build 
      - Builds the default VNFS bootable network image
   # wwnodes --sync
      - Synchronizes the node's configuration files (including user access)

Making changes to nodes.conf or master.conf:

   # wwinit --update

      Then reboot all nodes
