summaryrefslogtreecommitdiff
path: root/config-box-winston-base.PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-12 20:35:45 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-12 20:35:45 -0500
commit900764cb388a8709dff1f9c1d73c3fc96fcb43ec (patch)
tree9f9b5b9305b549cb454c0edbfde3672eaafe9976 /config-box-winston-base.PKGBUILD
parent37f5ede187984dac04b0d4c6f86680eebca15ae7 (diff)
improve the comments for better docs
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)