diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-08-13 11:09:56 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-08-13 11:09:56 +0000 |
commit | b2b6c6fda7aacd8ec831cab548a311d30b6d1eac (patch) | |
tree | ec16ad2bee96576cad181cebb5f7b285a066597d | |
parent | 8b0e97951feb2acd1052aaca2a565638991b280c (diff) |
kernel: remove another extra empty line
Strangely the empty line seems only in my local rendering.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12020 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter10/kernel.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index de824da72..dc8f3ead8 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -75,8 +75,7 @@ <para>Be sure to enable/disable/set the following features or the system might not work correctly or boot at all:</para> - <screen role="nodump" revision="sysv"> -Device Drivers ---> + <screen role="nodump" revision="sysv">Device Drivers ---> Generic Driver Options ---> [ ] Support for uevent helper [CONFIG_UEVENT_HELPER] [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen> |