ia64/xen-unstable
changeset 5547:84b9630129d7
bitkeeper revision 1.1729 (42ba7d48EFeRBiv6YMxK_aR9binchA)
[PATCH] novnc-dryrun.patch
Don't start VNC on a dry run.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
[PATCH] novnc-dryrun.patch
Don't start VNC on a dry run.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
author | arun.sharma@intel.com[kaf24] |
---|---|
date | Thu Jun 23 09:13:44 2005 +0000 (2005-06-23) |
parents | 76346519b28e |
children | d5eaab0c875d |
files | tools/python/xen/xm/create.py |
line diff
1.1 --- a/tools/python/xen/xm/create.py Thu Jun 23 09:10:39 2005 +0000 1.2 +++ b/tools/python/xen/xm/create.py Thu Jun 23 09:13:44 2005 +0000 1.3 @@ -618,6 +618,7 @@ def main(argv): 1.4 config = opts.vals.config 1.5 else: 1.6 opts.load_defconfig() 1.7 + opts.vals.vnc = not opts.vals.dryrun 1.8 preprocess(opts, opts.vals) 1.9 if not opts.getopt('name') and opts.getopt('defconfig'): 1.10 opts.setopt('name', os.path.basename(opts.getopt('defconfig')))