From: Adam Glasgall Date: Mon, 22 Jul 2013 02:49:41 +0000 (-0400) Subject: fix s_master sysvm definition X-Git-Tag: 1.1.49^2 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-prodconfig.git/commitdiff_plain/44ff6f60278b7edfadf68ea50138cca764f9dab5 fix s_master sysvm definition --- diff --git a/debian/changelog b/debian/changelog index 646b7a1..272919c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (1.1.48~migration8) precise; urgency=low + + * fix kernel/initrd paths for s_master + + -- Adam Glasgall Sun, 21 Jul 2013 22:49:01 -0400 + xvm-prodconfig (1.1.48~migration7) precise; urgency=low * Do the temporary hack for the other two sysvms. diff --git a/sysvms/s_master b/sysvms/s_master index 92c747f..3a9543d 100644 --- a/sysvms/s_master +++ b/sysvms/s_master @@ -4,8 +4,8 @@ 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/vmlinuz-%s' % release -ramdisk = '/boot/initrd.img-%s' % release +kernel = '/boot/hardy/vmlinuz-%s' % release +ramdisk = '/boot/hardy/initrd.img-%s' % release memory = '1024' disk = ['phy:xenvg/s_master_hda,hda,w',