dotfiles/.local/bin/sparse2img

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