Update README-Creating-Bases.md

This commit is contained in:
Cliffe
2019-07-09 11:12:52 +01:00
committed by GitHub
parent e0499edbed
commit 8af503387b

View File

@@ -44,6 +44,10 @@ sudo rm -f /EMPTY
history -c
history -w
```
And in oVirt we also:
```bash
sudo rm /etc/udev/rules.d/70-persistent-net.rules
```
Finally, on the host, package to upload:
`vagrant package --base vmname --output packaged.box`