mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-12 16:19:48 +03:00
This isn't needed anymore as now we build each package only once: * Now we build a systemd-stage0 package first, against which we build dbus and polkit. * The proper systemd package gets built against these afterwards. Doing it this way simplifies things a lot: * Can do the bootstrap iteratively, instead of only in one go (and if it fails having to start all over again). * Makes pmbootstrap and bpo easier to maintain as we can drop this bootstrap logic. * CI works as expected again when modifying multiple packages that would need to be bootstrapped. Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6440
16 lines
469 B
INI
16 lines
469 B
INI
# Reference: https://postmarketos.org/pmaports.cfg
|
|
[pmaports]
|
|
version=7
|
|
pmbootstrap_min_version=3.4.0
|
|
channel=edge
|
|
supported_root_filesystems=btrfs,ext4,f2fs
|
|
supported_firewall=nftables
|
|
supported_base_nofde=True
|
|
supported_install_boot_label=pmOS_i_boot
|
|
supported_mkinitfs_without_flavors=True
|
|
supported_arches=x86_64,x86,aarch64,armv7,armhf
|
|
supported_fastboot_depends=android-tools
|
|
supported_heimdall_depends=heimdall,android-tools
|
|
|
|
[repo:systemd]
|
|
pmaports_dir=systemd
|