From de3fb4797a237da9db8d17956c57c7f671d359ed Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sun, 28 Sep 2008 20:46:04 -0400 Subject: [PATCH] fix spelling in xen config svn path=/trunk/packages/sipb-xen-autoinstaller/; revision=940 --- host/usr/sbin/sipb-xen-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/usr/sbin/sipb-xen-install b/host/usr/sbin/sipb-xen-install index b8acec3..e17e1f7 100644 --- a/host/usr/sbin/sipb-xen-install +++ b/host/usr/sbin/sipb-xen-install @@ -31,5 +31,5 @@ export TARGET=/dev/mapper/xenvg-"$(echo "${NAME}_hda" | sed -e 's/-/--/g')" /usr/sbin/sipb-xen-create-image -echo "dist = ['phy:$VGNAME/${NAME}_hda,hda,w']" >>/etc/xen/$HOSTNAME.cfg +echo "disk = ['phy:$VGNAME/${NAME}_hda,hda,w']" >>/etc/xen/$HOSTNAME.cfg echo "root = '/dev/hda1 ro'" >>/etc/xen/$HOSTNAME.cfg -- 1.7.9.5