Skip to content
Snippets Groups Projects
Commit a8d3a5ca authored by Guy Zana's avatar Guy Zana
Browse files

run.py: fix image name, we now write arguments to usr.img

parent 6bdae19f
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ def set_imgargs():
if (not cmdargs.execute):
return
args = ["setargs", "build/%s/loader.img" % opt_path, cmdargs.execute]
args = ["setargs", "build/%s/usr.img" % opt_path, cmdargs.execute]
subprocess.call(["scripts/imgedit.py"] + args)
def start_osv():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment