pmaports.cfg: set pmbootstrap_min_version=1.53.0 (MR 4472)
Using versions before 1.53.0 leads to various problems, from Alpine v3.18 not appearing as supported, to some timezone file conflicts that were fixed long ago. Bump the version to force users to use at least that version.
This commit is contained in:
parent
3ffe37e840
commit
2d553c50f0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Reference: https://postmarketos.org/pmaports.cfg
|
||||
[pmaports]
|
||||
version=7
|
||||
pmbootstrap_min_version=1.47.0
|
||||
pmbootstrap_min_version=1.53.0
|
||||
channel=edge
|
||||
supported_root_filesystems=btrfs,ext4,f2fs
|
||||
supported_firewall=nftables
|
||||
|
|
Loading…
Reference in a new issue