diff -urN --exclude=SCCS --exclude=BitKeeper xen-unstable.latest/tools/python/xen/xm/create.py xeno-ft/tools/python/xen/xm/create.py --- xen-unstable.latest/tools/python/xen/xm/create.py 2005-06-23 08:47:36.000000000 -0400 +++ xeno-ft/tools/python/xen/xm/create.py 2005-06-23 10:14:14.000000000 -0400 @@ -618,7 +618,8 @@ config = opts.vals.config else: opts.load_defconfig() - opts.vals.vnc = not opts.vals.dryrun + if opts.vals.dryrun: + opts.vals.vnc = 0; preprocess(opts, opts.vals) if not opts.getopt('name') and opts.getopt('defconfig'): opts.setopt('name', os.path.basename(opts.getopt('defconfig')))