From a53a040b36e5a549c5c6506f70bfc245f5b31e6e Mon Sep 17 00:00:00 2001 From: Gregory Kurtzer Date: Sun, 20 Dec 2020 12:03:11 -0800 Subject: [PATCH] Fix README.md related to issue #11. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc8996d9..622465d7 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,12 @@ Note: You may need to change the systemd service names for your distribution. Once it has been configured, you can have Warewulf configure the services: ``` -sudo ./wwctl service -a +sudo ./wwctl configure -a ``` +note, at the time of this writing, there are additional services which are not included +in the `-a` option. Please do a `wwctl configure --help` to see all configurable services. + #### Pull and build the VNFS container and kernel: Once you have added the node, you can start building the needed bootable components.