mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-16 11:52: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}"
|
: "${LIBDIR:=$PREFIX/lib}"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
before mdev
|
after root
|
||||||
|
before net
|
||||||
}
|
}
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
|||||||
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user