diff --git a/rooter.py b/rooter.py index 13e2c88..719cb6c 100644 --- a/rooter.py +++ b/rooter.py @@ -57,6 +57,9 @@ def run(self): self.patch_uboot() if boot_only: log.info("Your Toon is now booting into a serial console") + if not cleanup_payload: + self.write_payload() + log.info("The payload is stored in the payload directory") else: log.info("Waiting for boot up") self.write_payload()