diff options
Diffstat (limited to 'config-box-proton-base.PKGBUILD')
-rw-r--r-- | config-box-proton-base.PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config-box-proton-base.PKGBUILD b/config-box-proton-base.PKGBUILD index fdcb34d..c2587c1 100644 --- a/config-box-proton-base.PKGBUILD +++ b/config-box-proton-base.PKGBUILD @@ -1,11 +1,11 @@ . ${BUILDFILE%/*}/common.sh -pkgver=20161112 +pkgver=20170204 package() { preamble # #### base setup -depends+=(linux-libre-lts grub haveged systemd-swap) +depends+=(linux-libre-lts grub haveged) conflicts+=(linux-libre) add-file etc/hostname <<EOF @@ -22,7 +22,6 @@ 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 |