Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
move etc to usr
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Sep 20, 2023
1 parent f7da2f6 commit 2f8f1c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/ostree/makeRepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ ROOTFS_TARBALL=$1
mkdir -p $OSTREE_ROOTFS
mkdir -p $OSTREE_REPO
tar xf "$ROOTFS_TARBALL" --directory=$OSTREE_ROOTFS
date > $OSTREE_ROOTFS/timestamp
mv $OSTREE_ROOTFS/etc $OSTREE_ROOTFS/usr/etc
ostree init --mode=archive --repo=$OSTREE_REPO
ostree commit --repo=$OSTREE_REPO --branch $OSTREE_REF --skip-if-unchanged -s "Debian testing build $(date)" $OSTREE_ROOTFS

0 comments on commit 2f8f1c0

Please sign in to comment.