diff options
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |