diff --git a/src/pylorax/installer.py b/src/pylorax/installer.py index ec9e9d69..8908d48b 100644 --- a/src/pylorax/installer.py +++ b/src/pylorax/installer.py @@ -175,7 +175,7 @@ class QEMUInstall(object): if not os.path.exists("/usr/bin/"+qemu_cmd[0]): raise InstallError("%s does not exist, cannot run qemu" % qemu_cmd[0]) - qemu_cmd += ["-nodefconfig"] + qemu_cmd += ["-no-user-config"] qemu_cmd += ["-m", str(memory)] if vcpus: qemu_cmd += ["-smp", str(vcpus)]