From 9372ca04467b3def38af59cd4224cabb6b47b3ff Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 9 Nov 2011 06:19:24 -0500 Subject: [PATCH] parallel-debian: Update to latest --- parallel-debian/gnomeos-make-image.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/parallel-debian/gnomeos-make-image.sh b/parallel-debian/gnomeos-make-image.sh index b71a3894..5475a6d7 100755 --- a/parallel-debian/gnomeos-make-image.sh +++ b/parallel-debian/gnomeos-make-image.sh @@ -116,7 +116,7 @@ if ! test -d ${OBJ}; then cd ostree/worktree mkdir -m 0755 $INITRD_MOVE_MOUNTS $TOPROOT_BIND_MOUNTS $OSTREE_BIND_MOUNTS $READONLY_BIND_MOUNTS $MOVE_MOUNTS chmod a=rwxt tmp - $OSTREE --repo=../repo commit -b gnomeos-filesystem -s 'Base filesystem layout' + $OSTREE --repo=../repo commit -b gnomeos-filesystem -s "Base filesystem layout" BRANCHES="$BRANCHES gnomeos-filesystem" cd .. rm -rf worktree @@ -141,7 +141,7 @@ if ! test -d ${OBJ}; then $OSTREE --repo=repo compose --out-metadata=./compose-meta worktree $BRANCHES cd worktree - $OSTREE --repo=../repo commit --metadata-variant=../compose-meta -b gnomeos -s 'Compose of Debian $DEBTARGET' + $OSTREE --repo=../repo commit --metadata-variant=../compose-meta -b gnomeos -s "Compose of Debian $DEBTARGET" cd .. rm -rf worktree @@ -168,11 +168,11 @@ if ! test -d ${OBJ}; then chroot worktree ./debian-setup.sh rm worktree/debian-setup.sh cd worktree; - $OSTREE --repo=../repo commit -b gnomeos -s 'Run debian-setup.sh' + $OSTREE --repo=../repo commit -b gnomeos -s "Run debian-setup.sh" # This is the name for the real rootfs, not the chroot mkdir sysroot; - $OSTREE --repo=../repo commit -b gnomeos -s 'Add sysroot' --add=sysroot + $OSTREE --repo=../repo commit -b gnomeos -s "Add sysroot" cd .. rm -rf worktree