Mon Feb 23 11:23:24 2009 UTC ()
Fix typo


(adam)
diff -r1.1.1.1 -r1.2 pkgsrc/sysutils/xentools33/files/netbsd1-nbsd

cvs diff -r1.1.1.1 -r1.2 pkgsrc/sysutils/xentools33/files/Attic/netbsd1-nbsd (expand / switch to unified diff)

--- pkgsrc/sysutils/xentools33/files/Attic/netbsd1-nbsd 2008/08/07 20:26:57 1.1.1.1
+++ pkgsrc/sysutils/xentools33/files/Attic/netbsd1-nbsd 2009/02/23 11:23:24 1.2
@@ -9,27 +9,27 @@ @@ -9,27 +9,27 @@
9#---------------------------------------------------------------------------- 9#----------------------------------------------------------------------------
10# Kernel image file. 10# Kernel image file.
11kernel = "/usr/pkg/etc/xen/kernels/netbsd-XEN3_DOMU.gz" 11kernel = "/usr/pkg/etc/xen/kernels/netbsd-XEN3_DOMU.gz"
12#kernel = "/usr/pkg/etc/xen/kernels/netbsd-INSTALL_XEN3_DOMU.gz" 12#kernel = "/usr/pkg/etc/xen/kernels/netbsd-INSTALL_XEN3_DOMU.gz"
13 13
14# Initial memory allocation (in megabytes) for the new domain. 14# Initial memory allocation (in megabytes) for the new domain.
15memory = 256 15memory = 256
16 16
17# A name for your domain. All domains must have different names. 17# A name for your domain. All domains must have different names.
18name = "netbsd1" 18name = "netbsd1"
19 19
20#---------------------------------------------------------------------------- 20#----------------------------------------------------------------------------
21# network configuration. 21# network configuration.
22# The mac address is optionnal, it will use a random one if not specified. 22# The mac address is optional, it will use a random one if not specified.
23# By default we create a bridged configuration; when a vif is created 23# By default we create a bridged configuration; when a vif is created
24# the script @PKG_SYSCONFDIR@/scripts/vif-bridge is called to connect 24# the script @PKG_SYSCONFDIR@/scripts/vif-bridge is called to connect
25# the bridge to the designated bridge (the bridge should already be up) 25# the bridge to the designated bridge (the bridge should already be up)
26vif = [ 'mac=00:16:3e:00:00:11, bridge=bridge0' ] 26vif = [ 'mac=00:16:3e:00:00:11, bridge=bridge0' ]
27 27
28#it's possible to use a different script when the vif is created; 28#it's possible to use a different script when the vif is created;
29# for example to use a routed setup instead of bridged: 29# for example to use a routed setup instead of bridged:
30# vif = [ 'mac=00:16:3e:00:00:11, ip=10.0.0.1 netmask 255.255.255.0, script=vif-ip' ] 30# vif = [ 'mac=00:16:3e:00:00:11, ip=10.0.0.1 netmask 255.255.255.0, script=vif-ip' ]
31 31
32#---------------------------------------------------------------------------- 32#----------------------------------------------------------------------------
33# Define the disk devices you want the domain to have access to, and 33# Define the disk devices you want the domain to have access to, and
34# what you want them accessible as. 34# what you want them accessible as.
35# Each disk entry is of the form phy:UNAME,DEV,MODE 35# Each disk entry is of the form phy:UNAME,DEV,MODE