From f5191fcf1aaa439e7846f3713e798d05588003b8 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Fri, 7 Oct 2016 13:00:04 -0400 Subject: [PATCH] Add an empty postprocess script This is a place to add workarounds and config changes --- fedora-ostree-workstation.json | 2 ++ post.sh | 3 +++ 2 files changed, 5 insertions(+) create mode 100755 post.sh diff --git a/fedora-ostree-workstation.json b/fedora-ostree-workstation.json index 98b2830..ac0f502 100644 --- a/fedora-ostree-workstation.json +++ b/fedora-ostree-workstation.json @@ -18,6 +18,8 @@ "check-passwd": { "type": "file", "filename": "passwd" }, "check-groups": { "type": "file", "filename": "group" }, + "postprocess-script": "post.sh", + "packages": [ "aajohan-comfortaa-fonts", "abrt", diff --git a/post.sh b/post.sh new file mode 100755 index 0000000..0827765 --- /dev/null +++ b/post.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +set -xeuo pipefail