From 7fba2e0ee82dbf2f0669a6561967bcae90c1fe2f Mon Sep 17 00:00:00 2001 From: melissaml Date: Wed, 23 May 2018 21:19:51 +0800 Subject: [PATCH] fix a typo in documentation Change-Id: I8846926ed7e6d48a750d331aa1c637bf16a51d10 --- berth/templates/bin/_startvm.sh.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/berth/templates/bin/_startvm.sh.tpl b/berth/templates/bin/_startvm.sh.tpl index 0de881f..5c1dd25 100755 --- a/berth/templates/bin/_startvm.sh.tpl +++ b/berth/templates/bin/_startvm.sh.tpl @@ -84,7 +84,7 @@ NEWMAC=`echo 06:FE$end` -device virtio-net-pci,netdev=net0,mac=\$NEWMAC"} # define some valeus for the VM side of the networking but -# allow them to be overriden by the operator +# allow them to be overridden by the operator : ${VM_IP:="192.168.254.2"} : ${VM_GW:="192.168.254.1"}