squashfs/rwx.cmd
This commit is contained in:
parent
b76d751161
commit
183163bbef
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
import cmd
|
|
||||||
import ps
|
import ps
|
||||||
|
import rwx.cmd
|
||||||
|
|
||||||
cmd.need('mksquashfs')
|
rwx.cmd.need('mksquashfs')
|
||||||
|
|
||||||
|
|
||||||
def mksquashfs(input_root: str, output_file: str):
|
def mksquashfs(input_root: str, output_file: str):
|
||||||
|
|
Loading…
Reference in a new issue