Commit Graph

142 Commits

Author SHA1 Message Date
Simon Perreault
0c4eb2c99a he -> you
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@634 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-13 22:04:27 +00:00
Gerard Beekmans
b3d024fd0c Added note that modutils-2.4.6 does not work properly with 2.2.x kernels
and suggest downgrading to 2.4.5


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-13 03:51:23 +00:00
Gerard Beekmans
c4479156cc Removed not that Makefile has to be edited if you want compiler
optimization


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-13 00:16:18 +00:00
Gerard Beekmans
5222a88163 split the ./configure command up in two lines
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-12 16:46:23 +00:00
Gerard Beekmans
3fc180cf3c Let's do the cutting of lines properly this time - added </userinput>
after the \ else it won't do much


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@606 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-09 14:26:56 +00:00
Gerard Beekmans
e960008895 lines too long, added the \ and started on a new line
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-09 14:24:57 +00:00
Simon Perreault
b88080b588 removed the ldso section (and all references to it in the appendixes) and
replaced that by a patch to man-pages (and added references to it in all
appendixes)


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@602 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-09 01:05:49 +00:00
Gerard Beekmans
6b5bb8493c Added bin86-exp.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@590 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-07 12:40:15 +00:00
Gerard Beekmans
755c1e5902 Explained what the sed command is all about
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@588 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-07 00:12:58 +00:00
Gerard Beekmans
3fea0f7332 Changed bin86's installation instruction from:
make PREFIX=/usr install
to:
make INSTALL_OPTS="-m 755" PREFIX=/usr install


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@587 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-06 22:59:55 +00:00
Gerard Beekmans
fc776bcf76 Removed man-exp.xml file - the man patch does the work now, so the
commands explained in the file are obsolete


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-06 21:55:02 +00:00
Gerard Beekmans
cea989b674 *Removed note that hdc, hdd, audio, etc. aren't created. They are
created with this new MAKEDEV (yay!)
*The usual "he -> you" changes


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@584 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-06 20:48:49 +00:00
Gerard Beekmans
0e347034c8 Added note that configure will complain about missing msgfmt but that
it can be ignored


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-06 20:33:26 +00:00
Gerard Beekmans
b89ceb95ed emoved fileutils patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@579 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-06 18:54:57 +00:00
Simon Perreault
4294b908cd Added an FHS compliance note regarding the linking of [ with test.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-03 23:44:00 +00:00
Marc Heerdink
78fc6e4e59 Updated the book for the new packages and a tiny tar installation fix (that I mentioned in my mail).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-01 19:45:32 +00:00
Gerard Beekmans
820e2ee7e0 Use man patch instead of the sed hacks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@557 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-29 20:46:19 +00:00
Thomas Balu Walter
6577b771c0 example symlinks needed ln -sf (not just ln)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@545 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-26 18:26:31 +00:00
Marc Heerdink
0646a5a8f2 *** empty log message ***
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@544 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-25 21:21:54 +00:00
Simon Perreault
6a38efdfa8 make TEXMF=/usr/share/texmf install-tex
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@541 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-22 20:13:05 +00:00
Simon Perreault
e1589a277d work work
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@540 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-22 16:06:33 +00:00
Simon Perreault
9a0cfdff03 Reference to hint.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@538 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-21 16:47:37 +00:00
Simon Perreault
17c9ab2c36 /var/mail in login.defs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@537 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-21 04:21:50 +00:00
Simon Perreault
a8e5938ec5 FHS compliance notes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-20 17:26:14 +00:00
Gerard Beekmans
968689ed0b Minor text update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@532 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-18 02:07:15 +00:00
Simon Perreault
21d155b2ec FHS compliance notes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@531 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-18 01:43:30 +00:00
Gerard Beekmans
592fb7ce49 Added &nbsp;
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@530 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-17 01:42:24 +00:00
Simon Perreault
431f10c795 Cosmetic changes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@527 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-17 00:39:58 +00:00
Simon Perreault
22c89bdaff FHS compliance, step 1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@526 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-17 00:24:53 +00:00
Gerard Beekmans
1cf7b9e8a9 Changed rm file && ln -s file -> ln -sf file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@523 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-16 23:50:19 +00:00
Simon Perreault
942a92cbd7 a user -> you
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@522 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-16 22:57:21 +00:00
Simon Perreault
8e4c95488b Changed the chroot command to the new format.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-16 16:30:09 +00:00
Simon Perreault
8ef599c59a Removed blank lines after <literallayout> and before </literallayout>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-16 02:04:19 +00:00
Simon Perreault
2b81132af8 Put back the NSS instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-15 04:47:45 +00:00
Gerard Beekmans
09dc32c250 Updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@513 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-15 00:12:18 +00:00
Gerard Beekmans
a3368117a9 Initial commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-15 00:11:29 +00:00
Gerard Beekmans
6ac68255d7 Added more stuff
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@504 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 21:05:03 +00:00
Gerard Beekmans
9f2c65ab4a converted spaces->tabs in tags
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@503 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 14:33:49 +00:00
Gerard Beekmans
3a952f3d2b Removed config lilo from chapter 6 - will be dealt with in chapter 8
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@501 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 03:43:53 +00:00
Gerard Beekmans
4e138cb5c4 Added note that this isn't an archive
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@500 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 03:37:07 +00:00
Gerard Beekmans
8a7a48f71f Changed wording
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@499 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 03:34:36 +00:00
Gerard Beekmans
8fe7c1270a p0->p1 change
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@498 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 03:22:44 +00:00
Gerard Beekmans
12b7365664 I->we
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@497 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 03:15:13 +00:00
Gerard Beekmans
21651dc45e Updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@496 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 03:14:54 +00:00
Gerard Beekmans
8703c62e3f Update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@495 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 02:34:44 +00:00
Gerard Beekmans
3dc72c1985 Grammar update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@491 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 01:30:43 +00:00
Gerard Beekmans
607c737036 Grammar updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 01:29:56 +00:00
Simon Perreault
ee4bb54fdf Removed the line concerning the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@461 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-10 23:36:53 +00:00
Gerard Beekmans
4d994af419 Spell Checks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-09 17:38:08 +00:00
Simon Perreault
aa6b597de3 Added the rming of defkeymap.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@455 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-09 00:35:25 +00:00