From ec370987fd548d346b89a63a400e0a7b1f825e46 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 5 Jun 2023 13:17:08 +0200 Subject: [PATCH] pmb.flasher: remove outdated comment After refactoring the patch, it now directly installs the lk2nd package. Fixes: 68231d93 ("pmb.flasher: Improve flash_lk2nd action") --- pmb/flasher/frontend.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pmb/flasher/frontend.py b/pmb/flasher/frontend.py index 9a7dc695..a47191e6 100644 --- a/pmb/flasher/frontend.py +++ b/pmb/flasher/frontend.py @@ -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)