From bc54920800b106e5d3c967565a53278fa8da0c45 Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Tue, 23 Jul 2013 23:44:19 -0400 Subject: [PATCH] update s_console and s_remote sysvm definitions for precise --- debian/changelog | 6 ++++++ sysvms/s_console | 15 ++++++--------- sysvms/s_remote | 15 ++++++--------- 3 files changed, 18 insertions(+), 18 deletions(-) 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' -- 1.7.9.5