Skip to content

Support multiple architectures in `pmbootstrap menuconfig` command

Daniele Debernardi requested to merge feature/menuconfig-multiple-arch into master

This adds the --arch argument to the menuconfig command, it's only necessary when the kernel package have arch="all", which lets the user choose which config to edit. In case the package have a specific architecture and the --arch argument is passed, it should match the architecture of the package

Merge request reports