From 19d62879dd0a4da690b77b38d2c4cda0b387d19e Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Sun, 30 Oct 2011 19:26:28 -0700 Subject: [PATCH] another attempt at exclude --- 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 d89f40d..07fd102 100755 --- a/tools/build_libvirt.sh +++ b/tools/build_libvirt.sh @@ -275,7 +275,7 @@ EOF # User configuration for the instance chroot $ROOTFS groupadd libvirtd || true chroot $ROOTFS useradd stack -s /bin/bash -d $DEST -G libvirtd -rsync -av --exclude=$WORK_DIR $TOP_DIR $ROOTFS/$DEST/devstack +rsync -av --exclude=work $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