summaryrefslogtreecommitdiff
path: root/config-box-proton-base.PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'config-box-proton-base.PKGBUILD')
-rw-r--r--config-box-proton-base.PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/config-box-proton-base.PKGBUILD b/config-box-proton-base.PKGBUILD
index 751b70f..4c91978 100644
--- a/config-box-proton-base.PKGBUILD
+++ b/config-box-proton-base.PKGBUILD
@@ -3,8 +3,7 @@ pkgver=20161111.10
package() {
preamble
-
-# ## Base setup
+# #### base setup
depends+=(linux-libre-lts grub haveged systemd-swap)
conflicts+=(linux-libre)
@@ -33,14 +32,14 @@ ln -s ../../ca-certificates/extracted/tls-ca-bundle.pem etc/ssl/certs/ca-certifi
install -d etc/ssl/private
ln -s ../../letsencrypt/live/$(cat etc/hostname) etc/ssl/private/myhostname
-# ### timedate
+# ##### timedate
ln -s ../usr/share/zoneinfo/Europe/London etc/localtime
# Use timesyncd NTP client daemon.
add-unit etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
-# ### networking
+# ##### networking
depends+=(netctl)