aboutsummarylogtreecommitdiffstats
path: root/overlayroot-install.hooks
diff options
context:
space:
mode:
authorTim Hildering2023-01-02 16:31:54 +0100
committerTim Hildering2023-01-02 16:31:54 +0100
commit5543e81ceed1a2e3b1e2263d421bfe41594f3dff (patch)
treec69b35018c94c565eaa0c4cb7b222c441ab9a42a /overlayroot-install.hooks
parent9900338858e5345b0737babfb73944912c2dc6b1 (diff)
downloadaur-overlayroot.tar.gz
Added configuration file to set change some predefined values
Added further configuration options Updated PKGBUILD, README.md, .SRCINFO
Diffstat (limited to 'overlayroot-install.hooks')
-rw-r--r--overlayroot-install.hooks1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlayroot-install.hooks b/overlayroot-install.hooks
index 57e0e69aac16..43132c7a0f90 100644
--- a/overlayroot-install.hooks
+++ b/overlayroot-install.hooks
@@ -17,4 +17,5 @@
build() {
add_runscript
+ add_file "/etc/overlayroot.conf" "/etc/overlayroot.conf" "644"
}