From 11ebea60aa77e5a8b24f08971e153d05c12a4406 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 18 May 2016 01:28:26 +0000 Subject: Fix the previous fix git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11067 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter08') diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index dc057f59b..d487327b4 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -156,7 +156,7 @@ Device Drivers ---> Install the modules, if the kernel configuration uses them: -make modules_install +make modules_install After kernel compilation is complete, additional steps are required to complete the installation. Some files need to be copied to @@ -167,7 +167,7 @@ Device Drivers ---> files copied below should go there. The easiest way to do that is to bind /boot on the host to /mnt/lfs/boot before proceeding: -mount --bind /boot /mnt/lfs/boot +mount --bind /boot /mnt/lfs/boot The path to the kernel image may vary depending on the platform being -- cgit v1.2.3-54-g00ecf