summaryrefslogtreecommitdiff
path: root/ostree_commit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ostree_commit.sh')
-rwxr-xr-xostree_commit.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/ostree_commit.sh b/ostree_commit.sh
deleted file mode 100755
index 23a04e0..0000000
--- a/ostree_commit.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash -xe
-
-ROOTFS_DIR=$1
-
-[ ! -d repo ] && \
- ostree --repo=repo init
-
-ostree --repo=repo commit --branch=rootfs "$ROOTFS_DIR"