Commit Graph

628 Commits

Author SHA1 Message Date
Gerard Beekmans
b6eccacf9a specified which gcc and glibc patches are applied
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-28 19:03:12 +00:00
Timothy Bauscher
4a7171007f Added - before tar options for clarity and uniformity.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2131 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-23 19:02:43 +00:00
Timothy Bauscher
bed61bb6ad Applied Alex's grammatic-fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2128 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-22 14:22:43 +00:00
Timothy Bauscher
f8decc78cf mv shared zlib lib to /lib instead of using --libdir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2123 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-22 02:06:55 +00:00
Timothy Bauscher
88abb11b7b Install zlib libs in /lib.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-21 23:23:01 +00:00
Timothy Bauscher
26e62aa22d Removed --enable-threads=posix from static gcc compilation. Fixed changelog and a number of typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-20 21:11:28 +00:00
Timothy Bauscher
06c61cacc1 Some anal fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2116 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-18 21:07:42 +00:00
Timothy Bauscher
60ed866798 Fixed typos, removed old command explanation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-18 18:31:39 +00:00
Gerard Beekmans
8d8ab633a0 Fixed the 'superfluous *.so symlinks' again.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2111 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-14 04:18:47 +00:00
Gerard Beekmans
0b74af37ec added sbus
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2108 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-13 19:31:55 +00:00
Gerard Beekmans
d5b037fcac added --libdir=/usr/lib so proper *.la files are generated. Then mv all the .so* files from /usr/lib to /lib
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2107 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-13 14:59:37 +00:00
Gerard Beekmans
e8dfe4426f forgot to add patch instructions for procps
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2106 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-13 14:06:02 +00:00
Gerard Beekmans
670ea77a1b fix typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2105 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-13 13:43:46 +00:00
Gerard Beekmans
3a3b76eeb7 Added glibc linuxthreads man pages installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2104 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-13 13:43:14 +00:00
Gerard Beekmans
57a5ecfef9 made the mtab link command an 'ln -sf' since mount may create /etc/mtab when mounting proc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2103 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-13 04:24:47 +00:00
Gerard Beekmans
b464a72548 added some notes that mounting proc may give some errors
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-13 04:22:29 +00:00
Gerard Beekmans
b06ac510ac removed hostname installation from the sh-utils package by way of the sh-utils-2.0-hostname patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2100 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-12 23:16:37 +00:00
Gerard Beekmans
f600ad8dfa Removed all superfluous /usr/lib/*.so symbolic links from library
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2092 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-12 17:39:25 +00:00
Gerard Beekmans
38b08ea670 Changed sulogin's respawn in inittab to 'once'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2088 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-12 17:20:08 +00:00
Gerard Beekmans
f9d25dd2c5 Added --enable-clocale=gnu to chapter 06 -gcc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2087 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-12 17:15:29 +00:00
Timothy Bauscher
44c2fd8fab Applied Alex\'s grammar patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2082 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-08 21:54:14 +00:00
Timothy Bauscher
549cfcfe7a Added gzip patch, added re_max_failures2 to Textutils.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2079 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-07 16:42:31 +00:00
Timothy Bauscher
4bc6304e66 Symlink sh to bash, and bash to /static/bin/bash. Shortened some cp commands. Changed call to less so SGR will work.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-02 15:46:18 +00:00
Timothy Bauscher
54eee9df47 Fix man bug, added a CC variable to omit symbols from compilation in static packages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-02 00:01:22 +00:00
Timothy Bauscher
5ebcbccb4e rm /bin/bash after makedev, re-added HAVE_GAS_HIDDEN, removed --enable-__cxa-atexit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2075 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-30 23:08:49 +00:00
Gerard Beekmans
6f9d1a9f8e updated to automake-1.6.3, gcc-3.2, groff-1.18, makedev-1.7, perl-5.8.0, util-linux-2.11u | added gcc-3.2.patch glibc-2.2.5-2.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-26 23:43:23 +00:00
Timothy Bauscher
819ecc6532 Changed ln -sf to ln -s where possible, cp libiberty.h after binutils install, remove groups program from Shadow, re-added the sh-utils-2.0.patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2061 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-18 17:26:58 +00:00
Mark Hymers
6babce5487 move man-pages to after kernel headers install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2060 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-16 20:59:19 +00:00
Mark Hymers
ef4653beba remove removal of /dev/null
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2059 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-15 20:39:14 +00:00
Mark Hymers
4735209374 move makedev to before glibc and remove manual /dev/null creation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2058 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-15 20:36:23 +00:00
Gerard Beekmans
d29479a11f textual change that removes some confusion and very bad English
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2056 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-14 02:07:20 +00:00
Timothy Bauscher
f73dcacc8a Updated to modutils-2.4.19, linux-2.4.19, gettext-0.11.5, binutils-2.13, textutils-2.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2054 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-10 19:51:51 +00:00
Gerard Beekmans
1c9bc6a47e removed --disable-termcap from ncurses installation, it's disabled by default now
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-08 17:32:09 +00:00
Gerard Beekmans
ee41fd5577 updated explantion
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2052 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-08 17:29:45 +00:00
Gerard Beekmans
0532f60dd7 added cp include/asm-generic /usr/include
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2051 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-08 17:28:01 +00:00
Gerard Beekmans
5a07c87459 20020804->20020806 | change single quotes to double quotes in chapter06/procps-exp.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2049 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-06 20:51:30 +00:00
Timothy Bauscher
24380c7774 Added zlib-1.1.4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-04 14:59:31 +00:00
Timothy Bauscher
a0eb51acda Updated to man-pages-1.52, man-1.5k, gettext-0.11.4, modutils-2.4.18.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2044 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-03 20:17:33 +00:00
Gerard Beekmans
399b6eeb45 removed stale bashprofile.xml file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2043 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-08-03 18:12:41 +00:00
Timothy Bauscher
ad58f79fa4 Reverted man commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2042 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-07-29 19:20:32 +00:00
Timothy Bauscher
9be68e94b2 Removed reiserfsprogs xml files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-07-29 18:36:15 +00:00
Timothy Bauscher
fde5bc7ead Removed reiserfsprogs. Updated file and util-linux. Many miscellaneous changes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-07-29 18:12:02 +00:00
Timothy Bauscher
de7df318ac Pointed to BLFS, added hints-index and blfs entities, updated URL in Vim.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2032 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-07-08 21:43:36 +00:00
Timothy Bauscher
4ad61b4b96 Cleaned up my Changelog entries. Removed bin86-exp.xml.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2027 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-07-03 23:53:19 +00:00
Timothy Bauscher
b8aa29f873 Sysvinit: Simplified the sed command, updated installation description. Added screen tags to chrootcmd.xml.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2026 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-07-03 18:32:30 +00:00
Mark Hymers
2344896535 fix all patches to use -patch-version entities and remove hard-coding of patch versions. sorry to timothy for breaking his run of changelog entries\!
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2024 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-07-02 19:25:34 +00:00
Gerard Beekmans
d41d540880 minor typo fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2004 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-06-22 20:42:23 +00:00
Timothy Bauscher
bc8b8a6881 Removed the compilation of the C++ compiler, which is not needed until after the second build. Made grammatic changes to the Shadow page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1991 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-06-13 04:22:33 +00:00
Timothy Bauscher
60cd5856e6 Removed trailing spaces from commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-06-11 23:23:24 +00:00
Mark Hymers
b864e062ce change usr,usr/local to usr in ch06-createdirs as per Jesse's suggestion on lfs-dev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1981 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-06-09 21:15:14 +00:00
Timothy Bauscher
817c2d590f Named the hint authors, updated the URL to the editors in the hints index, and mentioned the Gawk patch to avoid confusion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-06-06 04:26:10 +00:00
Timothy Bauscher
d944017d56 Reverted to a relative link for localtime
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-06-03 19:19:07 +00:00
Timothy Bauscher
c1a7c17f72 made absolute paths for localtime
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1963 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-06-03 17:03:32 +00:00
Gerard Beekmans
19c068f4a3 applied Alex's small-edits.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1961 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-06-03 11:27:43 +00:00
Gerard Beekmans
a2cd10ffba applied Alex's commas.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1960 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-06-03 11:27:19 +00:00
Timothy Bauscher
f50aec7046 Fixed a typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1959 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-06-02 17:48:43 +00:00
Gerard Beekmans
53c19e734b added note that the shadow hint deals with things like MD5 passwords (which is probably the most important thing for most people)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1953 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-31 11:32:09 +00:00
Gerard Beekmans
5756284c7e applied alex's ch5-intro-rewrite and chapter6-intro.patch patches
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1950 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-30 23:43:04 +00:00
Gerard Beekmans
5e84d795b1 added gawk patch explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1948 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-30 11:51:48 +00:00
Gerard Beekmans
3b3e965d29 Fix bug #316 - replace sed's with patches. Done for c5-fileutils, c6-glibc, c6-gawk and c6-ed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1947 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-30 11:51:27 +00:00
Gerard Beekmans
ca6391e659 added sentence about stripping /static before beginning if low on disk space
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-29 23:35:00 +00:00
Gerard Beekmans
81d786ba58 shortened install command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-29 23:32:41 +00:00
Gerard Beekmans
8a352b8bdf inserted space
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-29 23:32:11 +00:00
Gerard Beekmans
159c2d2da3 applied Alex's so-it's-ids.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1941 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-29 23:13:57 +00:00
Gerard Beekmans
c4eeb6f378 we create bash scripts here...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1940 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-29 12:42:01 +00:00
Gerard Beekmans
7c1805bb64 removed reference
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-28 23:36:05 +00:00
Gerard Beekmans
20b08cc320 it's gcc not binutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1929 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-28 19:43:00 +00:00
Gerard Beekmans
b4ff064a69 remove chown /lost+found
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-28 14:17:20 +00:00
Gerard Beekmans
6bb1e79860 removed 'this package needs its patch applied blah'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1926 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-28 03:07:50 +00:00
Gerard Beekmans
1495852dd0 added vim patch command to FHS section
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1925 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-28 02:16:10 +00:00
Gerard Beekmans
da9119c1eb added note to be root before chrooting
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-28 02:15:34 +00:00
Gerard Beekmans
93bd664419 applied Alex' procandshuffle patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1922 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-28 00:52:20 +00:00
Gerard Beekmans
43f167cdab upgraded to ncurses-5.2-2.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-27 12:14:01 +00:00
Gerard Beekmans
f6810d47a9 Upgraded to: automake-1.6.1, bin86-0.16.3, file-3.38, gawk-3.1.1, gcc-3.1, gettext-0.11.2, modutils-2.4.16, psmisc-21 and util-linux-2.11r. Added gcc-3.1 compile fix patches for ncurses, perl and vim
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-27 03:17:49 +00:00
Gerard Beekmans
69b8ba44aa removed \ typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-26 23:21:55 +00:00
Gerard Beekmans
3c3ba615bb re-added ld.so.conf touching explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1915 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-26 23:18:24 +00:00
Gerard Beekmans
fe7f278759 removed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1914 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-26 21:27:44 +00:00
Gerard Beekmans
32cee45c71 Applied Alex Groenewoud's namesandspaces.dat patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-26 21:25:09 +00:00
Gerard Beekmans
f6ea270237 removed tooldir from c5-binutils - not needed here, moved explanation to chap6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1911 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-26 20:48:08 +00:00
Gerard Beekmans
f76d55ad08 added 'touch /etc/ld.so.conf' which was removed by accident
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1909 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-26 18:48:42 +00:00
Gerard Beekmans
07d45745ab removed 'toplevel directory' part
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1908 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-26 18:47:12 +00:00
Gerard Beekmans
a358a4746b removed cd / command and just use absolute paths for the two chmod's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1905 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-26 18:24:30 +00:00
Mark Hymers
24bb762288 some fixes related to removal from ch6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1904 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-26 01:07:46 +00:00
Gerard Beekmans
1814dcd81e forgot this lil file..
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-25 00:21:35 +00:00
Gerard Beekmans
1987d724ce second set of commits for keep-chap5-chap6-seperate
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-25 00:21:12 +00:00
Gerard Beekmans
5e2cb65219 first set of commits for keep-chap5-chap6-seperate
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-25 00:19:47 +00:00
Gerard Beekmans
a81d3ab061 removed sentence refering to cd'ing first which isn't true anymore
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1890 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-21 16:50:46 +00:00
Mark Hymers
14ac599867 change chown X.X's to chown X:X's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1888 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-17 23:04:26 +00:00
Gerard Beekmans
34a2f0ce88 fixed setup to 'set up'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-16 18:40:04 +00:00
Mark Hymers
d920fb0a20 sort out ulink tags (see my mail to lfs-book)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1877 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-11 13:26:21 +00:00
Gerard Beekmans
1de0682431 removed suprious
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1874 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-09 17:43:48 +00:00
Gerard Beekmans
8886cca0de fix typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1872 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-09 01:02:31 +00:00
Gerard Beekmans
f109c01229 fixed vigr symlink location
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-06 16:38:05 +00:00
Gerard Beekmans
3f12743405 fix bugs #335 and #342 plus various touch ups, layout fixed (line wrapping mostly)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-02 20:15:02 +00:00
Mark Hymers
9ef087369c remove removenss page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1863 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-02 18:50:00 +00:00
Gerard Beekmans
46e606f940 Removed glibc-2.0 workarounds, removed export...unset constructs and replaced with var=varu ./configure constructs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-01 19:10:46 +00:00
Gerard Beekmans
689a79b113 added better notes regarding needed patches (gcc note was missing as well as kbd, findutils was present but updated)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1861 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-05-01 17:21:09 +00:00
Marc Heerdink
d9760bffa1 [Bug 326] added libexecdir=/usr/bin to the make command for fileutils to fix a wrong libexecdir path in updatedb
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-04-26 12:11:12 +00:00
Gerard Beekmans
86139bbf40 added note that /usr/lib/locale must be created before you manually install locales
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1853 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-04-25 18:25:09 +00:00
Marc Heerdink
921ef9fb97 Fixed some minor typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-04-21 13:01:52 +00:00
Gerard Beekmans
e69a59f2e4 various fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1840 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-04-19 18:27:01 +00:00
Gerard Beekmans
747f5dda8e grammar fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1839 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-04-19 18:13:09 +00:00
Gerard Beekmans
b34a7575e5 added space between number and KB/MB
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1838 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-04-19 18:09:37 +00:00
Gerard Beekmans
7f022bfb69 removed the part in which we tell that make install isn't used
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1804 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-04-06 21:06:03 +00:00
Gerard Beekmans
a5043ab95f added instructions how you can compile keymap directly into the kernel
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1801 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-04-05 20:26:49 +00:00
Gerard Beekmans
5fb9eb8119 added commands to remove the ()/usr/*-gnu directory
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-04-05 19:21:29 +00:00
Gerard Beekmans
7e41eee3f8 added three symlinks to groff installation to make programs like xman work properly
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-04-03 23:35:44 +00:00
Gerard Beekmans
0d544d4111 finished e2fsprogs install with a install-info to update the /usr/share/info/dir file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-04-03 23:07:46 +00:00
Gerard Beekmans
cb5965baed fixed installation instructions so that chapter 06-bzip2 is compiled properly with PIC on all object files (switch make and make -f Makefile-libbz2_so)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-04-03 21:37:41 +00:00
Gerard Beekmans
10aeeb61e6 added the warning that gawk's make uninstall will do a rm -rf /usr/bin/* if the libexec dir override is applied
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-04-01 14:42:18 +00:00
Mark Hymers
7af976fb7d Bugs 44, 64 and 320
Update to: diffutils-2.8, modutils-2.4.15, vim-6.1
See chapter01/changelog.xml for details of changes to install procedures
(only diffutils and vim instructions were changed; modutils is same)


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-29 23:49:44 +00:00
Mark Hymers
ef7f59131e fix typo in directory name
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-28 12:16:23 +00:00
Gerard Beekmans
edfe9b6f82 added rm /bin/bzless /bin/bzmore
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1746 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-21 19:49:12 +00:00
Gerard Beekmans
67b127d567 fix up + note removal of /lib and /usr/lib from ld.so.conf
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-21 04:02:41 +00:00
Gerard Beekmans
f88a4aebfb no cd necessary
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-17 17:08:01 +00:00
Gerard Beekmans
6f265d231a added --libexecdir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-16 23:28:17 +00:00
Gerard Beekmans
1858558e82 Added sed's for gawk install to change datadir and libexecdir definitions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1715 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-16 22:48:08 +00:00
Gerard Beekmans
ceef8bef24 moved libmisc.*a to /usr/lib too
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-15 21:38:57 +00:00
Gerard Beekmans
85aeef2e26 upgraded to bison-1.34, gettext-0.11.1, shadow-4.0.3, grep-2.5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-15 00:35:20 +00:00
Gerard Beekmans
87446433d6 added rm /usr/bin/bz* to chapter06/bzip2 installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1701 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-11 19:41:05 +00:00
Gerard Beekmans
2ddaf06dc5 new lfs-packages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1699 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-11 04:09:18 +00:00
Gerard Beekmans
4c1a3af90c added chapter06/config-keyboard.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-10 19:55:10 +00:00
Gerard Beekmans
3f51761835 moved man.conf file to /etc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-09 23:30:31 +00:00
Gerard Beekmans
26a89c559c provided some notes regarding the 'make' phase's questions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1690 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-09 22:44:47 +00:00
Gerard Beekmans
d97d855f70 removed note that older autoconf/automake are needed for KDE
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-09 16:48:03 +00:00
Gerard Beekmans
9602db22d8 added gawk files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-09 02:54:58 +00:00
Gerard Beekmans
d7abb6865b Updated to the following
packages: autoconf-2.53, automake-1.6, bin86-0.16.2, bison-1.33,
bzip2-1.0.2, e2fsprogs-1.27, gawk-3.1.0, gettext-0.11, less-374, lilo-22.2,
linux-2.4.18, man-pages-1.48, modutils-2.4.14, reiserfsprogs-3.x.1b,
shadow-4.0.2, texinfo-4.1, util-linux-2.11o


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1682 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-09 02:52:58 +00:00
Gerard Beekmans
a3b46b9a46 added /opt/lib
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1681 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-09 01:38:35 +00:00
Gerard Beekmans
09455475e9 added class attribute for filename tag containing a directory name
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-07 18:25:47 +00:00
Gerard Beekmans
a971ec4c0f change of msgfmt description to be more accurate
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1669 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-06 21:59:52 +00:00
Mark Hymers
f1d11bf768 [Bug 251] fix comment
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-05 23:25:45 +00:00
Gerard Beekmans
3bc007754d xml fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-05 20:31:28 +00:00
Gerard Beekmans
c15f4a72ab removed /lib and /usr/lib from ld.so.conf, updated explanation of the file's usage
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1662 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-05 13:18:52 +00:00
Gerard Beekmans
35b625cf00 better explanation for the *.so symlinks in /usr/lib
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1660 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-04 21:19:37 +00:00
Gerard Beekmans
ae11e83e81 Added commands to remove setgid kmem from /usr/bin/make
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-02-27 14:49:28 +00:00
Gerard Beekmans
aabc1e0983 fix bad typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-02-20 00:46:42 +00:00
Mark Hymers
8f9069b37b spelling corrections
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1572 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-02-14 14:58:00 +00:00
Gerard Beekmans
5ca1b36bcb Added a sed command to chapter 6-gzip to change the hard-coded
/usr/bin/gzip path to /bin/gzip


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1554 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-02-10 15:56:45 +00:00
Gerard Beekmans
9d12a8a4e9 Moved additional programs to the ($LFS)/bin directory that are used by the
bootscripts


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-02-10 15:36:19 +00:00
Mark Hymers
76c0b783ee spelling / phrasing fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1547 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-02-05 00:44:06 +00:00
Gerard Beekmans
ffdd2c749a slight change to make it more pleasant to type out
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1541 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-02-02 20:47:25 +00:00
Gerard Beekmans
1123777140 removed the compress symlink
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1533 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-02-02 16:28:59 +00:00
Gerard Beekmans
94cb444490 instead of sed'ing the config.make file, create a configparms file with
'cross-compiling = no' as contents


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1524 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-02-01 19:23:54 +00:00
Gerard Beekmans
6da5dd7509 added chown for /lost+found if the fs has it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1519 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-01-30 20:59:47 +00:00
Gerard Beekmans
b6e5dcfd09 changed patch CPPFLAGS part to match how it's done with for example
chapter5/sed


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1518 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-01-30 20:11:21 +00:00
Mark Hymers
5d3dcef94a [Bug 242] patch 2.5.4 needs -D_GNU_SOURCE on PPC
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-01-30 16:54:26 +00:00
Marc Heerdink
1d91cdf2fa [Bug 261] Removed the --libexecdir configure option from fileutils' configure flags
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1511 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-01-30 16:23:29 +00:00
Marc Heerdink
b1bc8e0120 [Bug 245] Added a symlink from vipw to vigr
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-01-30 16:16:20 +00:00
Mark Hymers
d6bc819962 [Bug 258] More packages suggest seperate build dir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-01-30 16:11:56 +00:00
Gerard Beekmans
9c7097bbb8 Added a chown root.root after the cp during bootscript installation.</para></listitem>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1507 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-01-30 16:06:40 +00:00