Sabayon / genkernel-next

An improved and modern remake of Gentoo genkernel (in: udev, plymouth; out: cross compiler support)
47 stars 45 forks source link

arm arch has no kernel_config #38

Closed daviessm closed 3 years ago

daviessm commented 8 years ago

When running genkernel for the first time using on an arm device, this error is output:

It appears there's no kernel_config file for arm. At least a message indicating how to proceed would be haelpful.

sachsedd commented 3 years ago

Solution: copy config of current running kernel to /etc/kernels e.g.: zcat /proc/config.gz >/etc/kernels/kernel-config-5.10.61-gentoo-bpi-r2

daviessm commented 3 years ago

I don't use ARM any more so I'm going to close this issue.