1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-18 03:26:14 +02:00

Bump init version

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-06-02 16:52:53 +02:00
parent 5dd03bd5fb
commit 878f4360f1
3 changed files with 2 additions and 17 deletions

View file

@ -1,8 +1,8 @@
VERSION="0.3"
VERSION="0.4"
SRCDIR="init-${VERSION}"
TARBALL="${SRCDIR}.tar.xz"
URL="http://infraroot.at/pygos"
SHA256SUM="08999aae0865a8a0f26dac0c4bb8a11d3cf1ecfa51955d5fb53865c25a2f12df"
SHA256SUM="a128be18bbabca600e0553ec539e953eda0a467a337826d520c5fe3ef893ab03"
DEPENDS="toolchain"
prepare() {

View file

@ -1,6 +0,0 @@
description "DHCP client on %0"
type once
target boot
after dhcpcdmaster
exec dhcpcd -n %0

View file

@ -1,9 +0,0 @@
description "DHCP client - master service"
type wait
target boot
after sysinit ifrename ifcfg
exec {
mkdir -p /var/db/dhcpcd
dhcpcd --inactive
}