diff options
author | Tim Hildering | 2023-01-02 16:31:54 +0100 |
---|---|---|
committer | Tim Hildering | 2023-01-02 16:31:54 +0100 |
commit | 5543e81ceed1a2e3b1e2263d421bfe41594f3dff (patch) | |
tree | c69b35018c94c565eaa0c4cb7b222c441ab9a42a /overlayroot-install.hooks | |
parent | 9900338858e5345b0737babfb73944912c2dc6b1 (diff) | |
download | aur-5543e81ceed1a2e3b1e2263d421bfe41594f3dff.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.hooks | 1 |
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" } |