mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-15 11:22:43 +03:00
Adjust when tiny-cloud-early should start
This commit is contained in:
parent
fa01b4ea9a
commit
43bedda17f
@ -6,7 +6,8 @@ description="Tiny Cloud Bootstrap - early phase"
|
||||
: "${LIBDIR:=$PREFIX/lib}"
|
||||
|
||||
depend() {
|
||||
before mdev
|
||||
after root
|
||||
before net
|
||||
}
|
||||
|
||||
start() {
|
||||
|
||||
@ -18,7 +18,6 @@ expand_root() {
|
||||
$MOCK partx -u "$volume"
|
||||
fi
|
||||
# resize filesystem
|
||||
$MOCK mount -orw,remount /
|
||||
$MOCK resize2fs "$dev"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user