do the temporary hack for the other two sysvms
[invirt/packages/xvm-prodconfig.git] / sysvms / s_master
index 2fba5ca..92c747f 100644 (file)
@@ -1,7 +1,9 @@
 
 import os
 
-release     = os.uname()[2]
+# 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
 memory      = '1024'