Closed lacc97 closed 4 years ago
I had the same issue, and found that the path "/usr/portage/distfiles/busybox-1.32.0.tar.bz2" is configured in /etc/genkernel.conf
You just have to change that to the correct location (e.g. /var/cache/distfiles/busybox-....") and everything works fine
That fixed it. Thanks!
Running the buildkernel script with genkernel-next-70 fails with
Since my distfiles directory is
/var/cache/distfiles/
, I imagine the problem is genkernel-next-70 does not respect the appropriate environment variables.