Merge branch 'main' of github.com:ctrliq/warewulf into main

This commit is contained in:
Gregory Kurtzer
2021-03-10 15:09:37 -08:00
4 changed files with 28 additions and 1 deletions

1
docs/.gitignore vendored
View File

@@ -7,6 +7,7 @@
# Generated files
.docusaurus
.cache-loader
package-lock.json
# Misc
.DS_Store

View File

@@ -46,6 +46,19 @@ nfs:
- /var/warewulf
```
## Start and enable the Warewulf service
```bash
# Create the group the warewulfd service will run as
$ sudo groupadd -r warewulf
# Reload system services
$ sudo systemctl daemon-reload
# Start and enable the warewulfd service
$ sudo systemctl enable --now warewulfd
```
## Configure system services automatically
```bash

View File

@@ -48,6 +48,19 @@ nfs:
- /var/warewulf
```
## Start and enable the Warewulf service
```bash
# Create the group the warewulfd service will run as
$ sudo groupadd -r warewulf
# Reload system services
$ sudo systemctl daemon-reload
# Start and enable the warewulfd service
$ sudo systemctl enable --now warewulfd
```
## Configure system services automatically
```bash

View File

@@ -13,7 +13,7 @@ Control interface to the Cluster Warewulf Provisioning System
## Options
### -d, --debug
Run with debugging messages enabled
Run with increased verbosity and debug messages enabled
### -v, --verbose
Run with increased verbosity