From c173bf1cb0c8ded105a36fa6aeb65adc52bc1e03 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 24 Oct 2020 12:43:08 +0200 Subject: [PATCH] README: use kernelopts='' instead of None --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4be96c..68b28d5 100644 --- a/README.md +++ b/README.md @@ -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 \