X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-devconfig.git/blobdiff_plain/5a1ee36f7503363abc0e43f6a30e747caf411407..c8177012397c5a9fd74fe812b169aafa7c0b5a48:/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'