Skip to content

Commit

Permalink
Look for ZFSBootMenu and remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgdemon committed Jan 14, 2024
1 parent a3d56a8 commit 0fa5373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def cleanup():
"""
# Check if the boot menu entry already exists
entries = ["MaloneyOS"]
entries = ["ZFSBootMenu"]
for entry in entries:
existing_entry = subprocess.check_output(["efibootmgr"]).decode()
if entry in existing_entry:
Expand Down

0 comments on commit 0fa5373

Please sign in to comment.