README: use kernelopts='' instead of None

This commit is contained in:
Hannes Mehnert 2020-10-24 12:43:08 +02:00
parent 006801c03e
commit c173bf1cb0

View File

@ -69,7 +69,7 @@ Run this command in dom0 to create a `mirage-firewall` VM using the `mirage-fire
```
qvm-create \
--property kernel=mirage-firewall \
--property kernelopts=None \
--property kernelopts='' \
--property memory=64 \
--property maxmem=64 \
--property netvm=sys-net \