1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-13 11:29:46 +03:00

pmbootstrap -s: remove option (!1868)

Remove in favor of similar, but more visible "--no-install" option for
"pmbootstrap flasher" and "pmbootstrap export".

It seems that the option wasn't really used by anybody, so let's just
remove it without a deprication period. If dear reader thinks otherwise
after this is merged, and is not happy with "--no-install", please state
your reasoning in a new issue, so we can discuss it.

Related: !1863
This commit is contained in:
Oliver Smith 2020-01-31 01:37:25 +01:00
parent 630310ebfb
commit 2f01c91c1a
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 0 additions and 8 deletions

View file

@ -25,11 +25,6 @@ import pmb.helpers.cli
def build(args, flavor, suffix):
# Bail out when '-s' is set
if args.skip_initfs:
logging.info("NOTE: Skipped initramfs generation (-s)!")
return
# Update mkinitfs and hooks
pmb.chroot.apk.install(args, ["postmarketos-mkinitfs"], suffix)
pmb.chroot.initfs_hooks.update(args, suffix)