On 6/30/19 12:00 AM, DJ Lucas wrote:
So an hour into kernel build via jhalfs at j8, yep, this is taking way too long. The kernel build had hung waiting for input. Any reason not to have "yes y | make oldconfig" after copying the file? This serves two purposes, first for just a quick sanity check, and second to avoid any delay (like above).

Thoughts?

Personally I never have jhalfs build the kernel. If you are using a configuration file that you've tested, then it shouldn't be asking questions. If not, you really should be looking at what the new options are. Typically the new options default to "N", except new drivers that you probably do not need seem to default to 'Y'.

If you really want to automate it, then it probably should be

yes "" | make oldconfig

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to