expand the size of the rootfs partition to 768M

This commit is contained in:
carbon
2023-09-05 11:21:14 +08:00
parent f1561fa656
commit 35bf297544

View File

@ -13,7 +13,7 @@ image rootfs.ext4 {
ext4 {
label = "rootfs"
}
size = 256M
size = 768M
}
image milkv-duo.img {