source: trunk/packages/xvm-prodconfig/files/etc/xen/sysvms/xvm-2.mit.edu @ 941

Last change on this file since 941 was 941, checked in by price, 16 years ago

add some system-vm xen configs

File size: 595 bytes
Line 
1
2# Configuration file for the Xen instance xvm-2.mit.edu, created
3# by xen-tools 3.8 on Sun Sep 28 19:19:08 2008.
4#
5
6#
7#  Kernel + memory size
8#
9kernel      = '/boot/vmlinuz-2.6.24-19-xen'
10ramdisk     = '/boot/initrd.img-2.6.24-19-xen'
11memory      = '128'
12
13#
14#  Disk device(s).
15#
16disk        = ['phy:xenvg/s_master_hda,hda,w']
17root        = '/dev/hda1 ro'
18
19#
20#  Hostname
21#
22name        = 'xvm-2.mit.edu'
23
24#
25#  Networking
26#
27vif         = [ 'ip=18.181.0.80,mac=00:16:3E:5F:C1:D4' ]
28
29#
30#  Behaviour
31#
32on_poweroff = 'destroy'
33on_reboot   = 'restart'
34on_crash    = 'restart'
35
36extra = '2 console=xvc0'
37
38
Note: See TracBrowser for help on using the repository browser.