parallel-debian: Update to latest
This commit is contained in:
parent
9a8736203d
commit
9372ca0446
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue