diff --git a/boot-uml.py b/boot-uml.py index 58b52e8..2ec73a4 100755 --- a/boot-uml.py +++ b/boot-uml.py @@ -54,7 +54,7 @@ def decomp_rootfs(): subprocess.run(["zstd", "-q", "-d", "{}.zst".format(rootfs), "-o", rootfs], check=True) - return rootfsi + return rootfs def run_kernel(kernel, rootfs, interactive):