e32323fb86
This enables the busybox syslog implementation, which logs to /var/log/messages, on boot. This is very helpful for debugging applications which write to syslog (e.g. NetworkManager) syslog is being set up to log to shared memory (not to disk), so log is lost 1) on reboot and 2) if the service is restarted. It can be read with `logread`
20 lines
624 B
Text
20 lines
624 B
Text
pkgname=postmarketos-base
|
|
pkgver=2
|
|
pkgrel=2
|
|
pkgdesc="Meta package for minimal postmarketos base"
|
|
url="https://github.com/postmarketOS"
|
|
arch="noarch"
|
|
license="GPL3+"
|
|
depends="alpine-base haveged cryptsetup wpa_supplicant iw openssh mosh
|
|
tmux htop nano postmarketos-mkinitfs eudev sudo"
|
|
makedepends=""
|
|
install="$pkgname.post-install"
|
|
subpackages=""
|
|
source="sudoers"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -D -m644 "$srcdir"/sudoers \
|
|
"$pkgdir"/etc/sudoers.d/postmarketos
|
|
}
|
|
sha512sums="c6de3b44bc45b9f9c641a7e34c69a481ee39b99ac0251cd28f2b3aae49c1a8d1ca448f4936b7942b1a8b8f7c18a5415c938098765ed8cf08456543800160e64b sudoers"
|