X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-devconfig.git/blobdiff_plain/af583f8bcd86bcd6634b7eba68472224f317d05b..49acbbd9e6963b6536cfdb06b4fc33c52127531e:/sysvms/s_remote diff --git a/sysvms/s_remote b/sysvms/s_remote index 4b69bea..041e161 100644 --- a/sysvms/s_remote +++ b/sysvms/s_remote @@ -5,15 +5,15 @@ kernel = '/boot/vmlinuz-%s' % release ramdisk = '/boot/initrd.img-%s' % release memory = '512' -disk = ['phy:xenvg/s_remote_hda,hda,w'] +disk = ['phy:xenvg/s_remote_xvda,xvda,w'] name = 's_remote' -vif = [ 'ip=18.181.0.231,mac=00:16:3e:26:dc:72' ] +vif = [ 'ip=18.181.0.216,mac=00:16:3e:5f:98:b4' ] on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' -root = "/dev/hda1 ro" +root = "/dev/xvda1 ro" extra = '2 console=xvc0'