diff options
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 |