1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2025-12-16 03:42:44 +03:00

Adjust when tiny-cloud-early should start

This commit is contained in:
Natanael Copa 2023-04-14 21:21:07 +00:00 committed by Jake Buchholz Göktürk
parent fa01b4ea9a
commit 43bedda17f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,8 @@ description="Tiny Cloud Bootstrap - early phase"
: "${LIBDIR:=$PREFIX/lib}" : "${LIBDIR:=$PREFIX/lib}"
depend() { depend() {
before mdev after root
before net
} }
start() { start() {

View File

@ -18,7 +18,6 @@ expand_root() {
$MOCK partx -u "$volume" $MOCK partx -u "$volume"
fi fi
# resize filesystem # resize filesystem
$MOCK mount -orw,remount /
$MOCK resize2fs "$dev" $MOCK resize2fs "$dev"
} }