Commit Graph

23 Commits

Author SHA1 Message Date
Gerard Beekmans
86900be48b Shortened the kernel install in chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-17 01:14:15 +00:00
Marc Heerdink
e5835c115f [Bug 270] Fixed the commands to install the kernel header files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-01-30 17:42:21 +00:00
Mark Hymers
451d334bd6 [Bug 196] ch5-kernel make mrproper explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-01-30 16:25:35 +00:00
Marc Heerdink
93dba6aba6 Implemented bug 149 (install chapter 5 as an unprivileged user)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-01-23 18:21:39 +00:00
Marc Heerdink
420aa7ab59 The installation of the kernel headers in chapter 5 was changed so having the
sources in a directory other than /usr/src/linux won't break the cp.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1430 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-01-14 14:14:45 +00:00
Gerard Beekmans
9a69cc7565 typo fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1276 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-09-27 20:07:06 +00:00
Gerard Beekmans
6910868275 removed -f flags from cp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1134 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-30 22:52:33 +00:00
Mark Hymers
45714a7d3b [Bug 127] Clean up ln, mv and cp commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-23 22:38:49 +00:00
Mark Hymers
b822811980 XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-07-22 19:45:10 +00:00
Gerard Beekmans
5f4af765fa removed duplicate chown of $LFS/usr/include/linux
clarified what the chown's do


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-07-20 19:18:22 +00:00
Gerard Beekmans
d39f322dd7 Updated explanation to talk about cp -a, not cp -R
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-06-29 18:14:51 +00:00
Gerard Beekmans
a4da68159c chown root.root the kernel include files in $LFS/usr/include/linux|asm
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-06-28 15:56:27 +00:00
Gerard Beekmans
01a97e6e8f Fixed grammar
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@674 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-06-15 22:48:17 +00:00
Gerard Beekmans
931e765cbe Last change for today:
mkdir asm && cp -a ../src/linux/include/asm/* asm


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-12 18:47:55 +00:00
Gerard Beekmans
74691747b8 Changed cp -a to cp -R
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@625 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-12 18:35:31 +00:00
Gerard Beekmans
b3156c992b Changed cp -r command to cp -a, and updated explanation accordingly
(plus a little grammar fix in -exp.xml)


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@624 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-12 18:09:38 +00:00
Simon Perreault
c4dfd49bf6 Copy the kernel include dirs instead of linking to them.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@610 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-11 03:00:48 +00:00
Gerard Beekmans
8be5ea9bfc Kernel installation update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@494 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 02:18:31 +00:00
Gerard Beekmans
ec6c66d250 Fixed yes "" | make config explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@437 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-06 12:31:03 +00:00
Thomas Balu Walter
584847559b small fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-05 15:36:41 +00:00
Simon Perreault
13dd793404 Grammar fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-25 08:46:07 +00:00
Gerard Beekmans
017a4f4aa2 Simplified symbolic link creation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-10 04:27:56 +00:00
Gerard Beekmans
b08f409653 Initial XML commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-02-15 15:26:52 +00:00