pmb/chroot/initfs: change invocation to support the new mkinitfs
- Sep 03, 2021
-
-
Clayton Craft authored
-
Clayton Craft authored
-
Clayton Craft authored
-
Clayton Craft authored
-
Clayton Craft authored
kernel is named /boot/vmlinuz now, looking at the filename will no longer tell us what flavor it is. This now will look at /usr/share/kernel, which has always contained the kernel 'flavor', and since we currently only install 1 kernel these days, guarding this with pmaports.cfg should be unnecessary. In the worst case (if there are multiple kernel 'flavors' installed), it'll just grab the first one and return it.
-
Clayton Craft authored
multiple 'flavor' support will be going away
-
Clayton Craft authored
-
Clayton Craft authored
The new mkinitfs does not have options for kernel flavor or version A new pmaports.cfg variable, "supported_mkinitfs_without_flavors" is used to determine how to invoke mkinitfs
-