1 $NetBSD: patch-bc,v 1.3 2007/04/28 17:14:52 bouyer Exp $
3 --- python/xen/xm/create.py.orig 2007-04-25 22:19:55.000000000 +0200
4 +++ python/xen/xm/create.py 2007-04-25 22:20:12.000000000 +0200
8 gopts.opt('path', val='PATH',
9 - fn=set_value, default='.:/etc/xen',
10 + fn=set_value, default='.:@XENDCONFDIR@',
11 use="Search path for configuration scripts. "
12 "The value of PATH is a colon-separated directory list.")
15 preferred instance number. The hotplug script will determine
16 which instance number will actually be assigned to the domain.
17 The associtation between virtual machine and the TPM instance
18 - number can be found in /etc/xen/vtpm.db. Use the backend in the
19 + number can be found in @XENDCONFDIR@/vtpm.db. Use the backend in the
21 The type parameter can be used to select a specific driver type
22 that the VM can use. To prevent a fully virtualized domain (HVM)