6 lines
119 B
Bash
Executable File
6 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
|
|
simg2img system.img_sparsechunk.* system.img.tmp
|
|
img2ext4 system.img.tmp system.img
|
|
rm -rf system.img.tmp
|