Gerard Beekmans
9bb59863bb
Removed the <blockquote><literallayout> and their closing tags from
...
chrootcmd.xml and added them to the files that call chrootcmd. This
allows for adding more commands around chroot (like logout in
glibc-inst.xml)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@679 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-06-19 22:42:12 +00:00
Gerard Beekmans
d41f4eae7b
Placed \ and </userinput> on the same line to avoid a space being placed
...
after \ which will cause a problem when copy&pasting that line into a
shell
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-26 10:16:48 +00:00
Gerard Beekmans
d16064b13d
Added the mv $LFS/usr/bin/bash|bashbug $LFS/bin again
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@653 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-24 12:04:13 +00:00
Gerard Beekmans
a65b85fa89
Added chrootcmd.xml and have bash-inst.xml, glibc-inst.xml, m4-inst.xml
...
and chroot.xml use that file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-22 23:31:21 +00:00
Craigthulu
31bb453495
Alphabetized the installation order per bug 41.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@647 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-21 17:36:25 +00:00
Gerard Beekmans
9d14a4f8c4
Changed URL from cvs.linuxfromscratch.org to
...
archive.linuxfromscratch.org
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-18 23:43:41 +00:00
Simon Perreault
016a86b50b
Added an explanation for the manpages patch.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-15 15:38:43 +00:00
Simon Perreault
9e4e34c050
he -> you
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@635 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-13 22:07:24 +00:00
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
...
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
Gerard Beekmans
a3d7d204a6
entity fix
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@452 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-08 02:54:01 +00:00
Gerard Beekmans
f044f4c521
Fixed install. instructions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@444 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-07 03:30:04 +00:00
Gerard Beekmans
9b7a9843c5
Updated installation instructions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@443 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-07 02:53:47 +00:00
Gerard Beekmans
f62e21bdab
No need to mention "don't enter that dir" anymore
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@442 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-07 02:52:03 +00:00
Gerard Beekmans
7cd0ecb5a1
Fixed re-entering chroot procedure
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@440 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-06 16:33:57 +00:00
Gerard Beekmans
ba3c4d322f
Force exit+re-enter chroot (rather than merely suggest it)
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@436 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-06 01:04:18 +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
55dd19a138
Removed the po-mode thingie.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-04 19:54:14 +00:00
Thomas Balu Walter
760e8cba2b
fix-description
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@431 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-03 23:39:14 +00:00
Thomas Balu Walter
42078c4674
Added description to file -C
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@429 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-03 23:19:45 +00:00
Thomas Balu Walter
20a1196523
removed don't enter the directories...
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@428 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-03 20:28:58 +00:00
Thomas Balu Walter
5c453fa156
added optimization-hint
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@427 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-03 20:27:57 +00:00
Thomas Balu Walter
72d67c996e
removed uneccary don't enter dir - message
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@425 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-03 20:16:22 +00:00
Thomas Balu Walter
3c02062847
Added file -C to install-instructions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@424 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-03 09:13:43 +00:00
Thomas Balu Walter
29eea4c597
new version needs patch - updated installation
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@423 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-03 08:41:42 +00:00
Gerard Beekmans
3661105eb8
Install. updates
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@408 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-02 23:17:06 +00:00
Gerard Beekmans
1242889532
Explanation update (included /dev/null)
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@407 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-02 23:15:27 +00:00
Gerard Beekmans
2c8e54a95e
Added /dev/null
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@406 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-02 23:14:43 +00:00
Gerard Beekmans
d0c3fbd215
Moved makedev install. after glibc
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@404 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-02 23:07:54 +00:00
Gerard Beekmans
7c1f6797bd
Added info page installation
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@399 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-02 22:26:03 +00:00
Simon Perreault
4b1ac042e6
Damned XML
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@398 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-01 22:29:26 +00:00
Simon Perreault
da633b7bb4
Added part about creating the defkeymap symlink.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@397 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-01 22:20:45 +00:00
Simon Perreault
5df28456db
Console(tools|data) -> Kbd
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@391 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-01 18:54:06 +00:00
Thomas Balu Walter
123880fa3b
easier procps-installation
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@386 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-30 23:43:09 +00:00
Thomas Balu Walter
60c3d93571
small typo fix
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-30 22:46:44 +00:00
Thomas Balu Walter
db85d5983f
removed --disable-nls from m4
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@384 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-29 15:42:09 +00:00
Thomas Balu Walter
cd40edaa94
Changed cd dir && make to make -C
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@382 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-29 09:18:57 +00:00
Simon Perreault
9b7fdcbb9d
Removed extra &&
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@379 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-29 02:50:43 +00:00
Thomas Balu Walter
ef17d31151
renamed Installing Makedev to Creating devices
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@378 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-28 21:20:29 +00:00
Thomas Balu Walter
5910fc3613
Fixed illegal character 32 - problem
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-28 16:43:36 +00:00
Thomas Balu Walter
a0fcc028b4
Added a sed to install pt_chown without copying it ourself
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-28 15:22:23 +00:00
Simon Perreault
fea15a34d9
Removed section about removing old nss files.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@369 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-28 01:30:03 +00:00
Gerard Beekmans
08463b5b7b
Text update
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@361 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-23 03:40:35 +00:00
Gerard Beekmans
abdeaad6a7
Text update
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@360 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-23 03:27:23 +00:00
Thomas Balu Walter
549af1cc41
typo ohters -> others
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@343 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-20 20:33:33 +00:00
Thomas Balu Walter
9aab9f542a
You
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@338 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-20 08:33:53 +00:00
Thomas Balu Walter
81a47c0302
You
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-19 16:02:50 +00:00
Thomas Balu Walter
137bd506ad
You's
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@335 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-18 20:39:49 +00:00
Gerard Beekmans
08fc41a52d
sed command update
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-15 11:30:16 +00:00
Simon Perreault
ebbf502a34
Added this:
...
sed -e 's|$(PERL)|/usr/bin/perl|' \
../glibc-2.2.1/malloc/Makefile > tmp &&
mv tmp ../glibc-2.2.1/malloc/Makefile &&
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@318 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-15 06:19:06 +00:00
Thomas Balu Walter
e0d18a70ca
Changed all "rm file && ln -s dest file" into "ln -sf file".
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-13 17:19:45 +00:00
Simon Perreault
8c62583d86
pw_chown -> pt_chown
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@299 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-12 17:38:27 +00:00