blob: 8e27350704792a68c93731784c0470fed95f14d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-bc,v 1.1.1.1 2008/08/07 20:26:58 cegger Exp $
--- python/xen/xm/create.py.orig 2008-08-01 16:38:07.000000000 +0200
+++ python/xen/xm/create.py
@@ -70,7 +70,7 @@ gopts.opt('quiet', short='q',
use="Quiet.")
gopts.opt('path', val='PATH',
- fn=set_value, default='.:/etc/xen',
+ fn=set_value, default='.:@XENDCONFDIR@',
use="Search path for configuration scripts. "
"The value of PATH is a colon-separated directory list.")
@@ -375,7 +375,7 @@ gopts.var('vtpm', val="instance=INSTANCE
preferred instance number. The hotplug script will determine
which instance number will actually be assigned to the domain.
The associtation between virtual machine and the TPM instance
- number can be found in /etc/xen/vtpm.db. Use the backend in the
+ number can be found in @XENDCONFDIR@/vtpm.db. Use the backend in the
given domain.
The type parameter can be used to select a specific driver type
that the VM can use. To prevent a fully virtualized domain (HVM)
|