diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-11 08:17:00 +0000 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-11 08:17:00 +0000 |
commit | e64ef24ed35f28fb2985584f0ca07b51faf0ef64 (patch) | |
tree | 6415132329e77b9af641d531b33efda6603b38c7 /config-box-winston-base.PKGBUILD | |
parent | e6ab8cf5eb8cc9448af085b2bfc813aec614c22c (diff) |
fixity
Diffstat (limited to 'config-box-winston-base.PKGBUILD')
-rw-r--r-- | config-box-winston-base.PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config-box-winston-base.PKGBUILD b/config-box-winston-base.PKGBUILD index c408289..4072c81 100644 --- a/config-box-winston-base.PKGBUILD +++ b/config-box-winston-base.PKGBUILD @@ -5,7 +5,7 @@ package() { preamble # ## Base setup -depends+=(linux-libre-lts grub haveged irqbalance) +depends+=(linux-libre-lts grub haveged irqbalance systemd-swap) conflicts+=(linux-libre) add-file etc/hostname <<EOF @@ -28,8 +28,11 @@ LC_COLLATE=C EOF add-unit etc/systemd/system/getty.target.wants/getty@tty1.service +add-unit etc/systemd/system/local-fs.target.wants/systemd-swap.service add-unit etc/systemd/system/multi-user.target.wants/haveged.service add-unit etc/systemd/system/multi-user.target.wants/irqbalance.service +add-unit etc/systemd/system/multi-user.target.wants/remote-fs.target +add-unit etc/systemd/system/multi-user.target.wants/sshd.service ln -s ../usr/lib/os-release etc/os-release install -d etc/ssl/certs |