From dea7278698513a8fe98d6450dd9080fc4455c632 Mon Sep 17 00:00:00 2001 From: mashed-potatoes Date: Wed, 24 Mar 2021 15:58:22 +0500 Subject: [PATCH] hotfix --- usrlock/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/usrlock/main.py b/usrlock/main.py index a4861e2..dc1792d 100644 --- a/usrlock/main.py +++ b/usrlock/main.py @@ -84,5 +84,6 @@ def main(): if not args.skip_bootloader: with open(args.manifest) as json_file: data = json.load(json_file) + data["name"] = args.bootloader flash_images(data) write_nvme(args.key)