01726b091f
- 'Import' install option, to create a VM around an existing OS image - Support multiple boot devices and boot order - Watchdog device support - Enable setting a human readable VM description. - Option to manually specifying a bridge name, if bridge isn't detected
15 lines
571 B
Diff
15 lines
571 B
Diff
diff -rup virt-manager-0.8.4/src/virtManager/engine.py new/src/virtManager/engine.py
|
|
--- virt-manager-0.8.4/src/virtManager/engine.py 2010-03-24 11:21:39.000000000 -0400
|
|
+++ new/src/virtManager/engine.py 2010-03-24 19:57:56.000000000 -0400
|
|
@@ -49,8 +49,8 @@ import virtManager.util as util
|
|
|
|
# List of packages to look for via packagekit at first startup.
|
|
# If this list is empty, no attempt to contact packagekit is made
|
|
-LIBVIRT_DAEMON = ""
|
|
-HV_PACKAGE = ""
|
|
+LIBVIRT_DAEMON = "libvirt"
|
|
+HV_PACKAGE = "qemu-system-x86"
|
|
OTHER_PACKAGES = []
|
|
PACKAGEKIT_PACKAGES = []
|
|
|