This commit is contained in:
mashed-potatoes 2021-03-24 15:58:22 +05:00
parent 14000a9e52
commit dea7278698

View file

@ -84,5 +84,6 @@ def main():
if not args.skip_bootloader: if not args.skip_bootloader:
with open(args.manifest) as json_file: with open(args.manifest) as json_file:
data = json.load(json_file) data = json.load(json_file)
data["name"] = args.bootloader
flash_images(data) flash_images(data)
write_nvme(args.key) write_nvme(args.key)