X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-autoinstaller.git/blobdiff_plain/02c61800c5bec6ed732e7a9d87485a6b28c474a9..01e814aebcb8d32f9c9fe10bebd1422fa0877ce0:/host/usr/sbin/invirt-install?ds=sidebyside diff --git a/host/usr/sbin/invirt-install b/host/usr/sbin/invirt-install index 2f982cd..eaa3e58 100644 --- a/host/usr/sbin/invirt-install +++ b/host/usr/sbin/invirt-install @@ -31,5 +31,5 @@ export TARGET=/dev/mapper/xenvg-"$(echo "${NAME}_hda" | sed -e 's/-/--/g')" /usr/sbin/invirt-create-image -echo "disk = ['phy:$VGNAME/${NAME}_hda,hda,w']" >>/etc/xen/$HOSTNAME.cfg -echo "root = '/dev/hda1 ro'" >>/etc/xen/$HOSTNAME.cfg +echo "disk = ['phy:$VGNAME/${NAME}_xvda,xvda,w']" >>/etc/xen/$HOSTNAME.cfg +echo "root = '/dev/xvda1 ro'" >>/etc/xen/$HOSTNAME.cfg