1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2025-12-14 19:02:45 +03:00

Fix OpenRC Dependencies

This commit is contained in:
Jake Buchholz Göktürk 2023-05-10 18:16:14 +00:00
parent b03030182f
commit fa3125f0a5
3 changed files with 4 additions and 3 deletions

View File

@ -20,7 +20,8 @@ test-oksh:
- apk add oksh
- ln -sf /bin/oksh /bin/sh
test-yash:
# disabling for now - yash now hates 'local'
.test-yash:
extends: test-default
before_script:
- apk add yash

View File

@ -5,7 +5,7 @@ description="Tiny Cloud Bootstrap - main phase"
extra_commands="complete incomplete"
depend() {
need net tiny-cloud-net
need net
before sshd
}

View File

@ -4,7 +4,7 @@
description="Tiny Cloud Bootstrap - net phase"
depend() {
need net
before *
before tiny-cloud
}
start() {