» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 4 » Question 17/20
17.You have downloaded the patch from 2.2.18 to 2.2.19, and applied it to /usr/src/linux, where you had previously configured and built kernel 2.2.18. How would you avoid going through the entire configuration process again, and only configure options which are new to the patched kernel?

make oldconfig
make reconfigure
sh scripts/reconfig
Edit .config by hand

Explanation

« Question 16 Question 18 »