summaryrefslogtreecommitdiff
path: root/config-box-winston-base.PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'config-box-winston-base.PKGBUILD')
-rw-r--r--config-box-winston-base.PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-box-winston-base.PKGBUILD b/config-box-winston-base.PKGBUILD
index c82b78f..d882c1a 100644
--- a/config-box-winston-base.PKGBUILD
+++ b/config-box-winston-base.PKGBUILD
@@ -3,8 +3,8 @@ pkgver=20161111.4
package() {
preamble
+# #### base setup
-# ## Base setup
depends+=(linux-libre-lts grub haveged irqbalance systemd-swap)
conflicts+=(linux-libre)
@@ -39,14 +39,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/Iceland etc/localtime
# Use timesyncd NTP client daemon.
add-unit etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
-# ### networking
+# ##### networking
depends+=(netctl)