From 2ca8941c1fd5739874e4c29bd5ad176b21587a3d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 11 Feb 2013 20:09:22 +0000 Subject: Remove trailing whitespace from all files. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter08/kernel.xml') diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index fbca889fb..7eed8d290 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -65,7 +65,7 @@ Due to recent changes in udev, be sure to select: - + Device Drivers ---> Generic Driver Options ---> Maintain a devtmpfs filesystem to mount at /dev @@ -134,7 +134,7 @@ System.map is a symbol file for the kernel. It maps the function entry points of every function in the kernel API, as well as the addresses of the kernel data structures for the running - kernel. It is used as a resource when investigating kernel problems. + kernel. It is used as a resource when investigating kernel problems. Issue the following command to install the map file: cp -v System.map /boot/System.map-&linux-version; @@ -228,7 +228,7 @@ EOF Installed directories - config-&linux-version;, + config-&linux-version;, vmlinux-&linux-version;-lfs-&version;-&linux-version;, and System.map-&linux-version; /lib/modules, /usr/share/doc/linux-&linux-version; -- cgit v1.2.3-54-g00ecf