diff options
Diffstat (limited to 'config-box-proton-base.PKGBUILD')
-rw-r--r-- | config-box-proton-base.PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config-box-proton-base.PKGBUILD b/config-box-proton-base.PKGBUILD index 713df7b..2e138bc 100644 --- a/config-box-proton-base.PKGBUILD +++ b/config-box-proton-base.PKGBUILD @@ -6,7 +6,7 @@ preamble # ## Base setup -depends+=(linux-libre-lts grub haveged) +depends+=(linux-libre-lts grub haveged systemd-swap) conflicts+=(linux-libre) add-file etc/hostname <<EOF @@ -23,7 +23,9 @@ 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/remote-fs.target ln -s ../usr/lib/os-release etc/os-release install -d etc/ssl/certs |