diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-12 20:35:45 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-12 20:35:45 -0500 |
commit | 900764cb388a8709dff1f9c1d73c3fc96fcb43ec (patch) | |
tree | 9f9b5b9305b549cb454c0edbfde3672eaafe9976 /config-box-winston-base.PKGBUILD | |
parent | 37f5ede187984dac04b0d4c6f86680eebca15ae7 (diff) |
improve the comments for better docs
Diffstat (limited to 'config-box-winston-base.PKGBUILD')
-rw-r--r-- | config-box-winston-base.PKGBUILD | 6 |
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) |