+xvm-prodconfig (1.1.50) precise; urgency=low
+
+ * Update s_remote and s_console sysvm definitions for precise.
+
+ -- Adam Glasgall <glasgall@mit.edu> Tue, 23 Jul 2013 23:43:44 -0400
+
xvm-prodconfig (1.1.49) unstable; urgency=low
* Adding xh5-xh8 to the cluster.
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'
on_reboot = 'restart'
on_crash = 'restart'
-root = '/dev/hda1 ro'
-extra = '2 console=xvc0'
-
+root = '/dev/xvda1 ro'
+extra = '2 console=hvc0'
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'
on_reboot = 'restart'
on_crash = 'restart'
-root = "/dev/hda1 ro"
-extra = '2 console=xvc0'
-
+root = "/dev/xvda1 ro"
+extra = '2 console=hvc0'