fix s_master sysvm definition
authorAdam Glasgall <adam@crossproduct.net>
Mon, 22 Jul 2013 02:49:41 +0000 (22:49 -0400)
committerAdam Glasgall <adam@crossproduct.net>
Mon, 22 Jul 2013 02:49:41 +0000 (22:49 -0400)
debian/changelog
sysvms/s_master

index 646b7a1..272919c 100644 (file)
@@ -1,3 +1,9 @@
+xvm-prodconfig (1.1.48~migration8) precise; urgency=low
+
+  * fix kernel/initrd paths for s_master
+
+ -- Adam Glasgall <glasgall@mit.edu>  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.
index 92c747f..3a9543d 100644 (file)
@@ -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',