diff options
Diffstat (limited to 'config-winston-base.PKGBUILD')
-rw-r--r-- | config-winston-base.PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config-winston-base.PKGBUILD b/config-winston-base.PKGBUILD index 00b41ae..f44f216 100644 --- a/config-winston-base.PKGBUILD +++ b/config-winston-base.PKGBUILD @@ -33,8 +33,10 @@ add-unit etc/systemd/system/multi-user.target.wants/haveged.service add-unit etc/systemd/system/multi-user.target.wants/irqbalance.service ln -s ../usr/lib/os-release etc/os-release -install -d ssl/certs -ln -s ../../ca-certificates/extracted/tls-ca-bundle.pem ssl/certs/ca-certificates.crt +install -d etc/ssl/certs +ln -s ../../ca-certificates/extracted/tls-ca-bundle.pem etc/ssl/certs/ca-certificates.crt +install -d etc/ssl/private +ln -s ../../letsencrypt/live/$(cat etc/hostname) etc/ssl/private/myhostname # ## timedate @@ -56,7 +58,7 @@ ln -s /dev/null etc/udev/rules.d/80-net-setup-link.rules # The netctl profile eth0-static just has the network information from # the 1984 VPS control panel. -install -Dm644 /dev/stdin etc/netctl/eth0-static <<EOF +add-file etc/netctl/eth0-static <<EOF Description='A basic static ethernet connection' Interface=eth0 Connection=ethernet |