Skip to content

Commit

Permalink
update-image: Don't install thor into /boot/managarm
Browse files Browse the repository at this point in the history
This is not used anymore, as all versions of eir load thor from the
initrd now.
  • Loading branch information
qookei committed Nov 7, 2024
1 parent 154b341 commit 1899fc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/update-image.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ def generate_plan(arch, root_uuid, scriptdir):
if arch == "x86_64-managarm":
yield FsAction.INSTALL, "usr/managarm/bin/eir-mb2", "boot/managarm"
yield FsAction.INSTALL, "usr/managarm/bin/eir-uefi", "boot/managarm"
yield FsAction.INSTALL, "usr/managarm/bin/thor", "boot/managarm"
yield FsAction.CP_SED, os.path.join(scriptdir, "grub.cfg"), \
"boot/grub/", "@ROOT_UUID@", root_uuid

Expand All @@ -407,7 +406,6 @@ def generate_plan(arch, root_uuid, scriptdir):
), "boot/", "@ROOT_UUID@", root_uuid
elif arch == "aarch64-managarm":
# TODO(qookie): Install an appropriate eir once we have one
yield FsAction.INSTALL, "usr/managarm/bin/thor", "boot/managarm"

yield (
FsAction.CP,
Expand Down

0 comments on commit 1899fc0

Please sign in to comment.