Skip to content

Commit

Permalink
bootstrap: stick to old python
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux committed Aug 23, 2024
1 parent 7fd6dce commit 03a5dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def ipxe_script(release, farmer, extra="", source=None, version="v3"):
chain = "nomodeset version=%s runmode=%s panic=7200" % (version, release)

if farmer:
chain += f" farmer_id=%s" % farmer
chain += " farmer_id=%s" % farmer

if extra:
chain += " " + extra.replace("___", "/")
Expand Down

0 comments on commit 03a5dd5

Please sign in to comment.