summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2012-05-26 17:05:08 +0200
committerDominique Martinet <asmadeus@codewreck.org>2012-08-23 13:26:07 +0200
commita37904a7ca2145fd2a2e29854d52fdc9c1e5a812 (patch)
tree467322c3f5ec019768e8749bd2827a44256a41e8
parentf39589ceb52a19f4d18d2e7714b221f53e46cb26 (diff)
fixed typo in bootstrap script update (KVM_NET_OPT0)
-rwxr-xr-xbootstrap/debian/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/debian/bootstrap.sh b/bootstrap/debian/bootstrap.sh
index 9eafc05..f876ab6 100755
--- a/bootstrap/debian/bootstrap.sh
+++ b/bootstrap/debian/bootstrap.sh
@@ -178,7 +178,7 @@ EOF
# Start VM to debootstrap, second stage
desc_update_setting "KVM_IF0" "virtio-net-pci"
- #desc_update_setting "KVM_NETOPT0" ",vhost=on"
+ #desc_update_setting "KVM_NET_OPT0" ",vhost=on"
test_blockdev "$KVM_DISK1" \
&& desc_update_setting "KVM_DRIVE_IF" "virtio-blk-pci,scsi=off"
desc_update_setting "KVM_KERNEL" "$BOOTSTRAP_KERNEL"