mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-07 11:55:23 +01:00
Merge pull request #342 from MaxHearnden/sysa-comma
This commit is contained in:
commit
70b7bc7f83
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
|
||||
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue