diff --git a/postmarketos-base/APKBUILD b/postmarketos-base/APKBUILD index 3d320f6ab..b0e8fa2ab 100644 --- a/postmarketos-base/APKBUILD +++ b/postmarketos-base/APKBUILD @@ -1,6 +1,6 @@ pkgname=postmarketos-base pkgver=2 -pkgrel=1 +pkgrel=2 pkgdesc="Meta package for minimal postmarketos base" url="https://github.com/postmarketOS" arch="noarch" diff --git a/postmarketos-base/postmarketos-base.post-install b/postmarketos-base/postmarketos-base.post-install index ddd3dca4e..5e094b0ce 100644 --- a/postmarketos-base/postmarketos-base.post-install +++ b/postmarketos-base/postmarketos-base.post-install @@ -6,7 +6,7 @@ for service in devfs dmesg; do rc-update -q add $service sysinit done -for service in hwclock modules sysctl hostname bootmisc wpa_supplicant wifi-handler; do +for service in hwclock modules sysctl hostname bootmisc wpa_supplicant wifi-handler syslog; do rc-update -q add $service boot done for service in haveged sshd udev; do @@ -48,3 +48,6 @@ if ! apk audit /etc | grep -q etc/motd; then echo '' } >/etc/motd fi + +# Enable syslog to SHM. Note: size is 4048KiB, which *should* be More Than Enough(TM) for all but the most chattiest of devices. +sed s/=\"/=\""-C4048 "/ -i /etc/conf.d/syslog