temporary hack so we can move sysvms off old hardware 1.1.48_migration6
authorAdam Glasgall <adam@crossproduct.net>
Mon, 22 Jul 2013 01:43:05 +0000 (21:43 -0400)
committerAdam Glasgall <adam@crossproduct.net>
Mon, 22 Jul 2013 01:43:05 +0000 (21:43 -0400)
debian/changelog
sysvms/s_console

index d7731f3..de552c4 100644 (file)
@@ -1,3 +1,9 @@
+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.
index e27f0cf..e71318f 100644 (file)
@@ -1,9 +1,11 @@
 
 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']