+xvm-prodconfig (1.1.48~migration6) precise; urgency=low
+
+ * temporary hack so we can move sysvms off old hardware
+
+ -- Adam Glasgall <glasgall@mit.edu> Sun, 21 Jul 2013 21:41:16 -0400
+
xvm-prodconfig (1.1.48~migration5) unstable; urgency=low
* Adding arklay-mansion to precise cluster.
import os
-release = os.uname()[2]
-kernel = '/boot/vmlinuz-%s' % release
-ramdisk = '/boot/initrd.img-%s' % release
+# 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
memory = '256'
disk = ['phy:xenvg/s_console_hda,hda,w']