summaryrefslogtreecommitdiff
path: root/ostree_commit.sh
blob: 23a04e013a44ba725430ae738c9be3e756c0cf07 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash -xe

ROOTFS_DIR=$1

[ ! -d repo ] && \
	ostree --repo=repo init

ostree --repo=repo commit --branch=rootfs "$ROOTFS_DIR"