23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
$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)
|