[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [PATCH] novnc-dryrun.patch
ChangeSet 1.1729, 2005/06/23 10:13:44+01:00, arun.sharma@xxxxxxxxx [PATCH] novnc-dryrun.patch Don't start VNC on a dry run. Signed-off-by: Arun Sharma <arun.sharma@xxxxxxxxx> create.py | 1 + 1 files changed, 1 insertion(+) diff -Nru a/tools/python/xen/xm/create.py b/tools/python/xen/xm/create.py --- a/tools/python/xen/xm/create.py 2005-06-23 07:05:22 -04:00 +++ b/tools/python/xen/xm/create.py 2005-06-23 07:05:22 -04:00 @@ -618,6 +618,7 @@ config = opts.vals.config else: opts.load_defconfig() + opts.vals.vnc = not opts.vals.dryrun preprocess(opts, opts.vals) if not opts.getopt('name') and opts.getopt('defconfig'): opts.setopt('name', os.path.basename(opts.getopt('defconfig'))) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |