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:
parent
b03030182f
commit
fa3125f0a5
@ -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
|
||||
|
||||
2
dist/openrc/tiny-cloud
vendored
2
dist/openrc/tiny-cloud
vendored
@ -5,7 +5,7 @@ description="Tiny Cloud Bootstrap - main phase"
|
||||
extra_commands="complete incomplete"
|
||||
|
||||
depend() {
|
||||
need net tiny-cloud-net
|
||||
need net
|
||||
before sshd
|
||||
}
|
||||
|
||||
|
||||
2
dist/openrc/tiny-cloud-net
vendored
2
dist/openrc/tiny-cloud-net
vendored
@ -4,7 +4,7 @@
|
||||
description="Tiny Cloud Bootstrap - net phase"
|
||||
depend() {
|
||||
need net
|
||||
before *
|
||||
before tiny-cloud
|
||||
}
|
||||
|
||||
start() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user