mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +01:00
Bump init version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
5dd03bd5fb
commit
878f4360f1
3 changed files with 2 additions and 17 deletions
|
@ -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() {
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
description "DHCP client on %0"
|
||||
type once
|
||||
target boot
|
||||
after dhcpcdmaster
|
||||
|
||||
exec dhcpcd -n %0
|
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue