Merge branch 'main' of github.com:ctrliq/warewulf into main
This commit is contained in:
1
docs/.gitignore
vendored
1
docs/.gitignore
vendored
@@ -7,6 +7,7 @@
|
||||
# Generated files
|
||||
.docusaurus
|
||||
.cache-loader
|
||||
package-lock.json
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user