diff options
Diffstat (limited to 'config-box-winston-base.PKGBUILD')
-rw-r--r-- | config-box-winston-base.PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config-box-winston-base.PKGBUILD b/config-box-winston-base.PKGBUILD index 8e6d1ab..43c0f7a 100644 --- a/config-box-winston-base.PKGBUILD +++ b/config-box-winston-base.PKGBUILD @@ -1,11 +1,11 @@ . ${BUILDFILE%/*}/common.sh -pkgver=20161112 +pkgver=20170204 package() { preamble # #### base setup -depends+=(linux-libre-lts grub haveged irqbalance systemd-swap) +depends+=(linux-libre-lts grub haveged irqbalance) conflicts+=(linux-libre) add-file etc/hostname <<EOF @@ -28,7 +28,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/irqbalance.service add-unit etc/systemd/system/multi-user.target.wants/remote-fs.target |