Skip to content
Snippets Groups Projects
Unverified Commit ec370987 authored by Oliver Smith's avatar Oliver Smith
Browse files

pmb.flasher: remove outdated comment

After refactoring the patch, it now directly installs the lk2nd package.

Fixes: 68231d93 ("pmb.flasher: Improve flash_lk2nd action")
parent 68231d93
Branches
Tags
No related merge requests found
......@@ -137,7 +137,6 @@ def flash_lk2nd(args):
if not lk2nd_pkg:
raise RuntimeError(f"{device_pkg} does not depend on any lk2nd package")
# Install device package since that should also install lk2nd package
suffix = "rootfs_" + args.device
pmb.chroot.apk.install(args, [lk2nd_pkg], suffix)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment