Installation guide

extra
=
ARGS
Set extra arguments to append to the kernel
command line.
ip
=
IPADDR
Set the kernel IP interface address.
gateway
=
IPADDR
Set the kernel IP gateway.
netmask
=
MASK
Set the kernel IP netmask.
hostname
=
NAME
Set the kernel IP hostname.
interface
=
INTF
Set the kernel IP interface name.
dhcp
=
off|dhcp
Set the kernel dhcp option.
nfs_server
=
IPADDR
Set the address of the NFS server for NFS root.
nfs_root
=
PATH
Set the path of the root NFS directory.
device_model
=
FILE
Path to device model program.
fda
=
FILE
Path to fda
fdb
=
FILE
Path to fdb
serial
=
FILE
Path to serial or pty or vc
localtime
=
no
|
yes
Is RTC set to localtime
keymap
=
FILE
Set keyboard layout used
usb
=
no
|
yes
Emulate USB devices
usbdevice
=
NAME
Name of a
USB
device to add
stdvga
=
no
|
yes
Use
std vga
or
Cirrus Logic
graphics
isa
=
no
|
yes
Simulate an
ISA
only system
boot
=
a|b|c|d
Default boot device
nographic
=
no
|
yes
Should device models use graphics?
soundhw
=
audiodev
Should device models enable audio device?
vnc
Should the device model use VNC?
vncdisplay
VNC display to use
vnclisten
Address for VNC server to listen on.
vncunused
Try to find an unused port for the VNC server.
Only valid when vnc=1.
sdl
Should the device model use SDL?
display
=
DISPLAY
X11 display to use
xauthority
=
XAUTHORITY
X11 Authority to use
uuid
xenstore UUID (universally unique identifier) to
use. One will be randomly generated if this
option is not set, just like MAC addresses for
virtual network interfaces. This must be a unique
value across the entire cluster.
Paramet er Descrip t io n
Table 32.3, “ Configuration parameter default values lists all configuration parameters available, the
Python parser function which sets the value and default values. The setter function gives an idea of
what the parser does with the values you specify. It reads these as Python values, then feeds them to
a setter function to store them. If the value is not valid Python, you get an obscure error message. If
the setter rejects your value, you should get a reasonable error message, except it appears to get lost
somehow, along with your bogus setting. If the setter accepts, but the value is incorrect the
application may fail.
T ab le 32.2. Pyt h o n f u n ct io n s wh ich set p aramet er valu es
Chapt er 32 . Xen configurat ion files
303