All pastes #956938 Raw Edit

xen grub.conf

public text v1 · immutable
#956938 ·published 2008-03-25 17:59 UTC
rendered paste body
#
# Configuration file for the Xen instance etch3, created
# by xen-tools 3.8 on Mon Mar 24 17:54:03 2008.
#

#
#  Kernel + memory size
#
kernel      = '/boot/vmlinuz-2.6.24-12-xen'
#ramdisk     = '/boot/initrd.img-2.6.24-12-xen'
ramdisk     = '/boot/xen-initrd.img'
memory      = '128'

#
#  Disk device(s).
#
root        = '/dev/sda1 ro'
disk        = [
                  'file:/home/xen/domains/etch3/disk.img,sda1,w',
              ]


#
#  Hostname
#
name        = 'etch3'

#
#  Networking
#
dhcp        = 'dhcp'
vif0         = [ 'mac=00:16:3E:82:E9:2B,bridge=xenbr0' ]
#vif0=['']
#
#  Behaviour
#
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'