Skip to content

pmb.helpers.args: Skip some initialisation code when running checksum

Newbyte requested to merge newbyte/checksum-with-nonexistent-device into master

Without this, pmbootstrap will give an error if you have a nonexistent device selected when trying to checksum a package. This can be annoying when switching between different branches where devices may or may not exist, and I don't think these initialisation steps are necessary for the checksum action anyway.

Merge request reports