kernel: Use <caution> for make defconfig and...

tell people not to messing the options enabled by defconfig up.

Yes, I messed them up and shot my own foot.
This commit is contained in:
Xi Ruoyao 2023-03-09 01:14:15 +08:00
parent 835e40ce16
commit d0a9bda4e6
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -96,12 +96,18 @@
information about configuring and building the kernel can be found at
<ulink url="http://www.kroah.com/lkn/"/> </para>
<note>
<caution>
<para>A good starting place for setting up the kernel configuration is to
run <command>make defconfig</command>. This will set the base
configuration to a good state that takes your current system architecture
into account.</para>
<para>Do not disable any option enabled by <command>make
defconfig</command> unless the following note explicitly makes it
disabled or you really know what you are doing.</para>
</caution>
<note>
<para>Be sure to enable/disable/set the following features or the system might
not work correctly or boot at all:</para>