From: Adam Glasgall Date: Wed, 24 Jul 2013 03:44:19 +0000 (-0400) Subject: update s_console and s_remote sysvm definitions for precise X-Git-Tag: 1.1.50^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-prodconfig.git/commitdiff_plain/refs/tags/1.1.50 update s_console and s_remote sysvm definitions for precise --- diff --git a/debian/changelog b/debian/changelog index 3ed605c..764c17f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (1.1.50) precise; urgency=low + + * Update s_remote and s_console sysvm definitions for precise. + + -- Adam Glasgall Tue, 23 Jul 2013 23:43:44 -0400 + xvm-prodconfig (1.1.49) unstable; urgency=low * Adding xh5-xh8 to the cluster. diff --git a/sysvms/s_console b/sysvms/s_console index e71318f..c07c471 100644 --- a/sysvms/s_console +++ b/sysvms/s_console @@ -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 = '256' -disk = ['phy:xenvg/s_console_hda,hda,w'] +disk = ['phy:xenvg/s_console_precise_xvda,xvda,w'] name = 's_console' @@ -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' 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'