mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
rpi-base: enable systemd services manually for now.
This commit is contained in:
parent
37b4963aa3
commit
a930a2e43c
2 changed files with 7 additions and 8 deletions
6
srcpkgs/rpi-base/INSTALL
Normal file
6
srcpkgs/rpi-base/INSTALL
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
case "$ACTION" in
|
||||||
|
post)
|
||||||
|
# enable sshd, ntpdate, ntpd and dhcpcd services.
|
||||||
|
systemctl enable sshd.service ntpdate.service ntpd.service dhcpcd.service
|
||||||
|
;;
|
||||||
|
esac
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rpi-base'
|
# Template file for 'rpi-base'
|
||||||
pkgname=rpi-base
|
pkgname=rpi-base
|
||||||
version=1.3
|
version=1.4
|
||||||
revision=1
|
revision=1
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
short_desc="Void Linux RaspberryPi base files"
|
short_desc="Void Linux RaspberryPi base files"
|
||||||
|
@ -15,13 +15,6 @@ depends="${makedepends}"
|
||||||
provides="rpi-base-files-${version}_${revision}"
|
provides="rpi-base-files-${version}_${revision}"
|
||||||
replaces="rpi-base-files>=0"
|
replaces="rpi-base-files>=0"
|
||||||
|
|
||||||
# enable ntpd, dhcpcd and sshd by default.
|
|
||||||
systemd_services="
|
|
||||||
ntpdate.service on
|
|
||||||
ntpd.service on
|
|
||||||
dhcpcd.service on
|
|
||||||
sshd.service on"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# Load the audio module by default.
|
# Load the audio module by default.
|
||||||
vmkdir usr/lib/modules-load.d
|
vmkdir usr/lib/modules-load.d
|
||||||
|
|
Loading…
Add table
Reference in a new issue