search for: cfgpath

Displaying 4 results from an estimated 4 matches for "cfgpath".

2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...9; ] +# +on_poweroff = ''preserve'' +on_reboot = ''$onreboot'' +on_crash = ''preserve'' +# +vcpus = $vcpus +# +disk = [ + ''phy:$gho->{Lvdev},xvda,w'' + ] +# +#\$cfgrest +# +#\$xoptcfg +END + my $cfgpath= "/etc/xen/$gho->{Name}.cfg"; + + $gho->{CfgPath}= $cfgpath; + store_runvar("$gho->{Guest}_cfgpath", "$cfgpath"); + target_putfilecontents_root_stash($ho,30,$install_cfg, $cfgpath); + + my $cmd= toolstack()->{Command}." create ". +...
2016 Jun 10
1
When is PATH directive used?
...ote also that PATH is not used when opening INCLUDE files, or the various types of KERNEL binary files. > So, no, the case you are presenting here is not a bug. It seems PATH would be more useful if it applied to *all* loads of binary files, and perhaps also to INCLUDE or perhaps a separate CFGPATH directive could give places to look for configuration files. Which brings me back to my original question: any suggestion on how to make "common directory distinct config" work? Ady suggested: > In other words, put the c32 modules in the adequate (sub)directory, use > the PATH...
2013 Dec 11
29
[PATCH RFC V2 0/6] OSSTest: OVMF test job
RFC v2 of this series This series implements a basic test job for OVMF guest. The test case will install an OVMF guest and try to boot it. It is also possible to derive a debian HVM installation test case from ts-ovmf-debian-install - the only difference should be the BIOS option. I tested running the test script without specifying BIOS, it worked fine. I just didn''t figure out a
2011 Jan 01
1
[LLVMdev] "nmake check" doesn't work for MSVC
...t; ts, relative = search(item) > File "M:\Development\Source\LLVM\utils\lit\lit\main.py", line 183, in search > cache[path] = res = search1(path) > File "M:\Development\Source\LLVM\utils\lit\lit\main.py", line 174, in search1 > cfg = TestingConfig.frompath(cfgpath, None, litConfig, mustExist = True) > File "M:\Development\Source\LLVM\utils\lit\lit\TestingConfig.py", line 44, in frompath > exec f in cfg_globals > File "M:\Development\x64-msvc\llvm\test\lit.site.cfg", line 19, in <module> > lit.load_config(config,...