summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README-FEDORA.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README-FEDORA.md b/README-FEDORA.md
index 9ff5783..d5abb87 100644
--- a/README-FEDORA.md
+++ b/README-FEDORA.md
@@ -33,6 +33,12 @@ $ cd samba-integration/
$ make
```
+To run the CentOS8 version of test vms
+```
+$ cd samba-integration/
+$ EXTRA_VARS="use_distro=centos8" make
+```
+
If you encounter failures bringing up the vagrant vms, you can check for more details by switching into the vagrant directory and manually bring up the machine.
```
$ cd samba-integration/vagrant