766768c9d2
opensuse13.img for SLE-Server virtinst-detect-suse-distros.patch - bnc#881549 - virt-manager/xen: Error changing VM configuration: 'NoneType' object has no attribute 'split' virtinst-xenbus-disk-index-fix.patch - Upstream bug fix 538edb3b-manpage-fix-incorrect-description.patch - Upstream bug fixes 536677aa-better-handling-of-keyboard-input-type.patch 5385d602-lxc-no-default-disk.patch 53869170-virt-install-add-events-support.patch 538a11dc-raise-error-if-populating-summary-page-fails.patch 538a3609-virtconv-fix-use-of-relative-OVF-file.patch 538a3ba9-diskbackend-start-pool-if-not-running.patch 538ca3f3-use-correct-dictionary-keys-for-old-pool-net-polling.patch 538d00a4-xen-keyboard-cant-be-removed.patch 538e2f74-fix-pool-create-call.patch - Dropped 531e0a82-reverse-keyboard-grab-commit.patch. Fixed instead with this patch. 538a6862-vnc-dont-force-keyboard-grab-before-widget-is-realized.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=182
23 lines
1.0 KiB
Diff
23 lines
1.0 KiB
Diff
Subject: man: fix an incorrect description in virt-install man page
|
|
From: Chen Hanxiao chenhanxiao@cn.fujitsu.com Wed Jun 4 16:38:29 2014 +0800
|
|
Date: Wed Jun 4 16:39:23 2014 +0800:
|
|
Git: 99df0057f50e55fccb42d50ca299399888e5f1f2
|
|
|
|
Actually --pm accepts suspend_to_mem rather than suspend_to_ram.
|
|
|
|
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
|
|
|
|
Index: virt-manager-1.0.1/man/virt-install.pod
|
|
===================================================================
|
|
--- virt-manager-1.0.1.orig/man/virt-install.pod
|
|
+++ virt-manager-1.0.1/man/virt-install.pod
|
|
@@ -270,7 +270,7 @@ Use --clock=? to see a list of all avail
|
|
|
|
=item --pm=PMOPTS
|
|
|
|
-Configure guest power management features. Example suboptions include suspend_to_ram=on|off and suspend_to_disk=on|off
|
|
+Configure guest power management features. Example suboptions include suspend_to_mem=on|off and suspend_to_disk=on|off
|
|
|
|
Use --pm=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsPowerManagement>
|
|
|