From 73e8627ee2c4f27071e8eaed5ba84e0e26e4e117 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 1 Mar 2020 11:54:51 +0100 Subject: [PATCH] pmaports.cfg: upgrade min pmbootstrap to 1.16.0 Require new pmbootstrap that gives the boot partition enough space required for latest mkinitfs script changes. Besides that, latest pmbootstrap has a big number of improvements. Refer to the changelog for details. Related: https://gitlab.com/postmarketOS/pmbootstrap/-/merge_requests/1884 Related: https://gitlab.com/postmarketOS/pmbootstrap/-/tags (changelog) --- pmaports.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmaports.cfg b/pmaports.cfg index a760c5a99..efa754f1b 100644 --- a/pmaports.cfg +++ b/pmaports.cfg @@ -3,7 +3,7 @@ # - "version" gets compared with "pmb.config.pmaports_min_version" # - "pmbootstrap_min_version" gets compared with "pmb.config.version" version=4 -pmbootstrap_min_version=1.11.0 +pmbootstrap_min_version=1.16.0 branch_pmos=master # Compatible branch from Alpine's aports repository branch_alpine=edge