Make noc a list and add new sipb-noc address to monitoring and noc sections
[invirt/packages/xvm-devconfig.git] / sysvms / s_remote
index 9c7cdab..dce4c56 100644 (file)
@@ -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      = '512'
 
 disk        = ['phy:xenvg/s_remote_xvda,xvda,w']