1
0
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:
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}"
depend() {
before mdev
after root
before net
}
start() {

View File

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