diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-03-10 18:07:46 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-03-10 18:53:48 +0800 |
commit | 10262709515b6e4f5355441e7e7f3c8853f5b95d (patch) | |
tree | 471a029dc54a04bf2535273c1d82b22f3b9e1486 /chapter10 | |
parent | 34f1344072936506032e2ef77bf8aac5eef1ec2b (diff) |
Revert "kernel: Use <caution> for make defconfig and..."
This reverts commit d0a9bda4e696f4be02499b87c2bd6d8f40a3d4a3.
"Don't change anything enabled by defconfig" seems too strong.
Diffstat (limited to 'chapter10')
-rw-r--r-- | chapter10/kernel.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index 7c64e0983..4618cc18e 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -96,18 +96,12 @@ information about configuring and building the kernel can be found at <ulink url="http://www.kroah.com/lkn/"/> </para> - <caution> + <note> <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> |