Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #14 from mslacken/main
Browse files Browse the repository at this point in the history
added instructions of how to enable dhpc inetrface
  • Loading branch information
gmkurtzer authored Feb 11, 2022
2 parents 38decb4 + 9551033 commit e5f1e4c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/quickstart/suse15.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The DHCP range ends at `192.168.200.99` and as you will see below, the first nod
address (post boot) is configured to `192.168.200.100`.
:::


## Start and enable the Warewulf service

```bash
Expand All @@ -83,7 +84,10 @@ will print a help and usage instructions.
```bash
sudo wwctl configure --all
```

:::note
If the `dhcpd` service was not used before you will have to add the interface on which
the cluster network is running to the `DHCP_INTERFACE` in the file `/etc/sysconfig/dhcpd`.
:::

## Pull and build the VNFS container and kernel

Expand Down

0 comments on commit e5f1e4c

Please sign in to comment.