projects
/
invirt/packages/xvm-devconfig.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Boot sysvms with the host’s latest installed kernel
[invirt/packages/xvm-devconfig.git]
/
sysvms
/
s_console
diff --git
a/sysvms/s_console
b/sysvms/s_console
index
0faa2ca
..
9dae4c8
100644
(file)
--- a/
sysvms/s_console
+++ b/
sysvms/s_console
@@
-1,8
+1,8
@@
import os
release = os.uname()[2]
-kernel = '/boot/vmlinuz-%s' % release
-ramdisk = '/boot/initrd.img-%s' % release
+kernel = '/vmlinuz'
+ramdisk = '/initrd.img'
memory = '256'
disk = ['phy:xenvg/s_console_xvda,xvda,w']