From 5f894cd346f2339a47b43962e431a22c6b671980 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Sun, 30 Oct 2011 19:52:50 -0700 Subject: [PATCH] typo --- tools/build_libvirt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_libvirt.sh b/tools/build_libvirt.sh index 560e98f..f640957 100755 --- a/tools/build_libvirt.sh +++ b/tools/build_libvirt.sh @@ -272,7 +272,7 @@ EOF # User configuration for the instance chroot $ROOTFS groupadd libvirtd || true chroot $ROOTFS useradd stack -s /bin/bash -d $DEST -G libvirtd -cp -pr $TOPDIR $ROOTFS/$DEST/devstack +cp -pr $TOP_DIR $ROOTFS/$DEST/devstack echo "root:$ROOT_PASSWORD" | chroot $ROOTFS chpasswd echo "stack:pass" | chroot $ROOTFS chpasswd echo "stack ALL=(ALL) NOPASSWD: ALL" >> $ROOTFS/etc/sudoers