projects
/
invirt/packages/xvm-prodconfig.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
temporary hack so we can move sysvms off old hardware
[invirt/packages/xvm-prodconfig.git]
/
sysvms
/
s_console
diff --git
a/sysvms/s_console
b/sysvms/s_console
index
e27f0cf
..
e71318f
100644
(file)
--- a/
sysvms/s_console
+++ b/
sysvms/s_console
@@
-1,9
+1,11
@@
import os
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']
memory = '256'
disk = ['phy:xenvg/s_console_hda,hda,w']