search for: load_defconfig

Displaying 2 results from an estimated 2 matches for "load_defconfig".

2005 Jun 21
0
[PATCH] novnc-dryrun.patch
Don''t start VNC on a dry run. Signed-off-by: Arun Sharma <arun.sharma@intel.com> --- a/tools/python/xen/xm/create.py Tue Jun 21 19:12:48 2005 +++ b/tools/python/xen/xm/create.py Tue Jun 21 13:50:09 2005 @@ -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'')))...
2008 Sep 18
1
答复: RE: 答复: RE:
...ne-dm". That is in file "tools/python/xen/xm/opts.py " the hvmachine config can be put anywhere, but your corresponding hvmachine-dm config should be put in /etc/xen/, otherwise, the above error occurs. That''s the problem i once met with. And hope it helps. > def load_defconfig(self, help=0): > """Load a defconfig script. Assumes these options set: > ''path'' search path > ''defconfig'' script name > """ > for x in [ '''' ] + self.vals.path.sp...