From 773cc5405c2ff0ce09d7ad9e0e1ed25a03d29f73 Mon Sep 17 00:00:00 2001 From: MaxHearnden Date: Tue, 28 Nov 2023 22:50:47 +0000 Subject: [PATCH] add comma to list in sysa.py --- sysa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysa.py b/sysa.py index d474109..dff2bfe 100755 --- a/sysa.py +++ b/sysa.py @@ -180,7 +180,7 @@ class SysA(SysGeneral): # Add commands to kick off stage0-posix cmd = ' '.join(['hex0', - './bootstrap-seeds/POSIX/x86/hex0_x86.hex0' + './bootstrap-seeds/POSIX/x86/hex0_x86.hex0', './bootstrap-seeds/POSIX/x86/hex0-seed\n']) image_file.write(cmd.encode()) cmd = ' '.join(['hex0',