Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
Commits
781370e4
Commit
781370e4
authored
Sep 20, 2024
by
fuyanbin
Browse files
扩容240M
parent
b2696f70
Changes
1
Hide whitespace changes
Inline
Side-by-side
pack-ci.sh
View file @
781370e4
...
...
@@ -129,7 +129,7 @@ resize_system_image() {
local
loopdev
image_size
=
"
$(
stat
-c
"%s"
"
$c_system_file
"
)
"
image_size
=
$((
image_size+2
3592960
0
))
# +2
25
M
image_size
=
$((
image_size+2
5165824
0
))
# +2
40
M
qemu-img resize
-f
raw
"
$c_system_file
"
"
$image_size
"
loopdev
=
$(
losetup
-P
-f
--show
"
$c_system_file
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment