From 3229c6b8a21173d078d03094e1dfc931bd6146bc Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 10 Jul 2001 15:06:31 +0000 Subject: Changed literallayout's to screen's git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel.xml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'chapter08/kernel.xml') diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 54a1efa80..4fd0bf4a2 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -9,18 +9,19 @@ with the kernel source tree, and find out what the options are. The following commands are run to build the kernel: -
- cd /usr/src/linux && - make mrproper && - make menuconfig && - make dep && - make bzImage && - make modules && - make modules_install && - cp arch/i386/boot/bzImage /boot/lfskernel && - - cp System.map /boot -
+ + +cd /usr/src/linux && +make mrproper && +make menuconfig && +make dep && +make bzImage && +make modules && +make modules_install && +cp arch/i386/boot/bzImage /boot/lfskernel && +cp System.map /boot + + Note: the arch/i386/boot/bzImage path may vary on different platforms. -- cgit v1.2.3-54-g00ecf