From bee1e69712a65c10fc7dade2832afa947221cb49 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Wed, 18 Sep 2002 19:17:55 +0000 Subject: Removed cd command, since this is assumed for all packages except makedev. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2115 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter08/kernel.xml | 17 ++++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f7d9784d5..24a2e651d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -56,6 +56,9 @@ +September 18th, 2002 [timothy]: Chapter 08 - Linux: +Removed cd command. + September 18th, 2002 [timothy]: Chapter 06 - Ncurses: Removed old mv /lib/*.a /usr/lib command explanation. diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index f4c972857..466d248a8 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -33,15 +33,14 @@ interest to you. The following commands are run to build the kernel: -cd /usr/src/linux-&kernel-version; && -make mrproper && -make menuconfig && -make dep && -make bzImage && -make modules && -make modules_install && -cp arch/i386/boot/bzImage /boot/lfskernel && -cp System.map /boot +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