lint/squashfs

This commit is contained in:
Marc Beninca 2024-09-13 16:58:01 +02:00
parent ce3629a776
commit f7c1d90dfd
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,3 +1,5 @@
"""Wrap SquashFS commands."""
import ps
import rwx.cmd
@ -5,7 +7,8 @@ import rwx.cmd
rwx.cmd.need("mksquashfs")
def mksquashfs(input_root: str, output_file: str):
def mksquashfs(input_root: str, output_file: str) -> None:
"""Make a SquashFS bootable image file."""
ps.run(
[
"mksquashfs",