From: Adam Glasgall Date: Mon, 22 Jul 2013 01:43:05 +0000 (-0400) Subject: temporary hack so we can move sysvms off old hardware X-Git-Tag: 1.1.48_migration6^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-prodconfig.git/commitdiff_plain/fa7816564c0b631e3002e1b6a9bf4d2e82ee842a?ds=inline temporary hack so we can move sysvms off old hardware --- diff --git a/debian/changelog b/debian/changelog index d7731f3..de552c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 21 Jul 2013 21:41:16 -0400 + xvm-prodconfig (1.1.48~migration5) unstable; urgency=low * Adding arklay-mansion to precise cluster. diff --git a/sysvms/s_console b/sysvms/s_console index e27f0cf..e71318f 100644 --- a/sysvms/s_console +++ b/sysvms/s_console @@ -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']