diff --git a/roles/lmn_vm/files/vm-run b/roles/lmn_vm/files/vm-run index 5307c68..a957a49 100755 --- a/roles/lmn_vm/files/vm-run +++ b/roles/lmn_vm/files/vm-run @@ -216,7 +216,7 @@ while true; do shift ;; -o | --options ) - LIBVIRTOPTS="${LIBVIRTOPTS} $2" + LIBVIRTOPTS=$2 shift 2 ;; --no-viewer ) @@ -267,7 +267,6 @@ while true; do type="ethernet,mac=${mac},target.dev=${interface},xpath1.set=./target/@managed=no,model.type=virtio" LIBVIRTOPTS="${LIBVIRTOPTS} --network type=$type" done - LIBVIRTOPTS="${LIBVIRTOPTS} --check mac_in_use=off" shift ;; --os )