summarylogtreecommitdiffstats
path: root/wireguard_install
diff options
context:
space:
mode:
authorDavid Harrigan2019-10-22 11:11:10 +0100
committerDavid Harrigan2019-10-22 11:11:10 +0100
commit1e97882eee2b4178bb5ddc049e80e770f2395f48 (patch)
tree9cd873f566b66c9e9289921ea8b4dbb13358753e /wireguard_install
parent20b2b7af017ea381fd217592c29abf63e835083d (diff)
downloadaur-1e97882eee2b4178bb5ddc049e80e770f2395f48.tar.gz
feat: use a subdirectory for configuration
Instead of pulling in the entire `/etc/wireguard` directory, use a subdirectory, namely `/etc/wireguard/initcpio` to store the configuration. upgpkg: mkinitcpio-wireguard 0.2.0-1 upstream release
Diffstat (limited to 'wireguard_install')
-rw-r--r--wireguard_install4
1 files changed, 2 insertions, 2 deletions
diff --git a/wireguard_install b/wireguard_install
index d681830892d7..1ba2f65f774a 100644
--- a/wireguard_install
+++ b/wireguard_install
@@ -31,7 +31,7 @@ build()
add_binary wg
add_module wireguard
- add_full_dir /etc/wireguard
+ add_full_dir /etc/wireguard/initcpio
add_runscript
}
@@ -40,7 +40,7 @@ help() {
cat <<HELPME
This hook provides basic Wireguard support to assist in the remote unlocking
of encrypted partitions. There are various parameters that are to be
-configured via the "/etc/wireguard/remote-unlock" file. This must be done!
+configured via the "/etc/wireguard/initcpio/unlock" file. This must be done!
In addition to this hook, you will require something like tinyssh or dropbear
appropriately configured in order to gain remote access. Please refer to the