X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-prodconfig.git/blobdiff_plain/462d32a4420e4d29460ee6dd67a5b983e663d786..826c8f956ba0330cacf67ff22942d5485228e8dc:/sysvms/s_remote?ds=inline diff --git a/sysvms/s_remote b/sysvms/s_remote index bbca0b6..40d2c5d 100644 --- a/sysvms/s_remote +++ b/sysvms/s_remote @@ -1,14 +1,12 @@ import os -# temporary hack so we can get the sysvms off the old hardware -#release = os.uname()[2] -release = "2.6.24-32-xen" -kernel = '/boot/hardy/vmlinuz-%s' % release -ramdisk = '/boot/hardy/initrd.img-%s' % release +release = os.uname()[2] +kernel = '/boot/vmlinuz-%s' % release +ramdisk = '/boot/initrd.img-%s' % release memory = '512' -disk = ['phy:xenvg/s_remote_hda,hda,w'] +disk = ['phy:xenvg/s_remote_precise_xvda,xvda,w'] name = 's_remote' @@ -18,6 +16,5 @@ on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' -root = "/dev/hda1 ro" -extra = '2 console=xvc0' - +root = "/dev/xvda1 ro" +extra = '2 console=hvc0'