pmb.flasher: remove outdated comment

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

Fixes: 68231d93 ("pmb.flasher: Improve flash_lk2nd action")
This commit is contained in:
Oliver Smith 2023-06-05 13:17:08 +02:00
parent 68231d93e2
commit ec370987fd
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 0 additions and 1 deletions

View File

@ -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)