mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +01:00
add comma to list in sysa.py
This commit is contained in:
parent
f7c028b588
commit
773cc5405c
1 changed files with 1 additions and 1 deletions
2
sysa.py
2
sysa.py
|
|
@ -180,7 +180,7 @@ class SysA(SysGeneral):
|
||||||
|
|
||||||
# Add commands to kick off stage0-posix
|
# Add commands to kick off stage0-posix
|
||||||
cmd = ' '.join(['hex0',
|
cmd = ' '.join(['hex0',
|
||||||
'./bootstrap-seeds/POSIX/x86/hex0_x86.hex0'
|
'./bootstrap-seeds/POSIX/x86/hex0_x86.hex0',
|
||||||
'./bootstrap-seeds/POSIX/x86/hex0-seed\n'])
|
'./bootstrap-seeds/POSIX/x86/hex0-seed\n'])
|
||||||
image_file.write(cmd.encode())
|
image_file.write(cmd.encode())
|
||||||
cmd = ' '.join(['hex0',
|
cmd = ' '.join(['hex0',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue