Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by slords, Tue Jun 12 14:52:50 2007 UTC | Revision 1.4 by slords, Mon Apr 13 21:08:13 2009 UTC | |
---|---|---|
# | Line 18 diff -Nur -x '*.orig' -x '*.rej' booty-0 | Line 18 diff -Nur -x '*.orig' -x '*.rej' booty-0 |
18 | + nthreads = (int(nthreads / ncores) or 1) * ncpus | + nthreads = (int(nthreads / ncores) or 1) * ncpus |
19 | + | + |
20 | + xenkernel = 0 | + xenkernel = 0 |
21 | + if os.path.exists("/proc/xen"): | + if os.path.exists("/proc/xen/capabilities"): |
22 | + xenkernel = 1 | + xenkernel = 1 |
23 | + | + |
24 | # get the default image to boot... we have to walk and find it | # get the default image to boot... we have to walk and find it |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |