From dc3f7225439b26d13a1a5d5d52f9b59c9232cc8f Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Tue, 24 Aug 2021 17:40:16 -0700 Subject: [PATCH] pmaports.cfg: add supported_mkinitfs_without_flavors (MR 2426) Signal to pmbootstrap that pmaports supports the new mkinitfs tool --- pmaports.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/pmaports.cfg b/pmaports.cfg index db99f7224..978e3d6f9 100644 --- a/pmaports.cfg +++ b/pmaports.cfg @@ -7,3 +7,4 @@ supported_root_filesystems=ext4,f2fs supported_firewall=nftables supported_base_nofde=True supported_install_boot_label=pmOS_i_boot +supported_mkinitfs_without_flavors=True