Commit d3284341 authored by fuyanbin's avatar fuyanbin
Browse files

system.img 加增加225M空间才够用

parent 29f0b474
Pipeline #51941 passed with stages
in 8 seconds
......@@ -127,7 +127,7 @@ resize_system_image() {
local loopdev
image_size="$(stat -c "%s" "$c_system_file")"
image_size=$((image_size+220200960)) # +210M
image_size=$((image_size+235929600)) # +225M
qemu-img resize -f raw "$c_system_file" "$image_size"
loopdev=$(losetup -P -f --show "$c_system_file")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment