aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index 7db37b6..1d1eef8 100755
--- a/kvmx
+++ b/kvmx
@@ -402,7 +402,7 @@ function kvmx_up {
fi
if [ ! -z "$boot" ]; then
- boot_opts="-boot $boot_opts"
+ boot_opts="-boot $boot"
fi
if [ -z "$net" ] || [ "$net" == "user" ]; then