Thomas Trepl (Moody)
6ff520fb98
Automatic merge of trunk into multilib
2021-08-02 05:45:10 +02:00
Bruce Dubbs
c2d234220b
Update test results for several packages.
...
Most of the changes were removing documentation of failed tests
that no longer fail.
2021-08-01 12:53:19 -05:00
Bruce Dubbs
0b10545515
Fackage updates and fixes.
...
Remove unneeded sed commands from automake and coreutils.
Update to linux-5.13.7.
Update to e2fsprogs-1.46.3.
2021-08-01 11:58:29 -05:00
Thomas Trepl (Moody)
16cdca7b48
Automatic merge of trunk into multilib
2021-07-30 05:45:11 +02:00
Xi Ruoyao
2f67a2a07f
Revert "util-linux: explain ioctl_ns failure more precisely"
...
This reverts commit 79902f4e51
.
2021-07-29 18:14:21 +08:00
Thomas Trepl (Moody)
00e8b5325a
Merge upstream changes
2021-07-28 15:43:47 +02:00
Xi Ruoyao
7f9a48070e
package update
...
Update to GCC-11.2.0 (#4883 )
Update to inetutils-2.1 (#4892 )
Update to automake-1.16.4 (#4894 )
SHA256 checksum entities for the three packages are added. I think we
can start a transition to SHA256 now.
2021-07-28 19:01:48 +08:00
Xi Ruoyao
8416b1f926
Revert coreutils library location change
...
libstdbuf.so is a LD_PRELOAD hook, instead of a library which would be
used at link time. So let's keep the upstream default.
2021-07-28 18:48:09 +08:00
Xi Ruoyao
08f72423ce
always use --strip-unneeded for stripping
...
The behavior of --strip-unneeded and --strip-all are same for
executables and shared libraries. For static libraries,
--strip-unneeded keeps the symbols needed for relocation processing so
it won't break static archives.
2021-07-28 18:46:22 +08:00
Xi Ruoyao
79902f4e51
util-linux: explain ioctl_ns failure more precisely
2021-07-28 12:30:03 +08:00
Thomas Trepl (Moody)
64a306d76a
Automatic merge of trunk into multilib
2021-07-27 21:29:34 +02:00
Bruce Dubbs
11d5dee3a4
Minor instruction changes and text updates.
...
Move coreutils library from /usr/libexec to /usr/lib in both
Chapter 6 and Chapter 8.
Text updates in chapter08/pkgmgt.xml and chapter09/locale.xml.
Restore deletion of hanging test in chapter08/util-linux.xml.
Text changes in stripping and make instruction compatible with jhalfs.
2021-07-27 14:11:38 -05:00
Xi Ruoyao
d1592b9d92
stripping: add libnss_*.so* into online_usrlib
...
Glibc loads these "NSS modules" (see man 5 nss) on startup. This is
implemented with something like dlopen() so "ldd" won't show them up.
So they should be considered "online" here.
Without this addition, overwriting libnss_files-2.33.so reproducibly
triggers a crash during jhalfs runs where stripping is enabled. In
manual builds, it reproducibly triggers a crash exiting from chroot.
After this change I reran stripping 5 times and there was no crash
observed.
2021-07-28 01:27:33 +08:00
Thomas Trepl (Moody)
5287d521e9
Simplify the new sed
2021-07-27 11:54:51 +02:00
Thomas Trepl (Moody)
85cd74c2cb
Merge upstream changes
2021-07-27 07:53:40 +02:00
Thomas Trepl (Moody)
6d6f242029
Fix a programming error in shadow-4.9
2021-07-26 22:14:09 +02:00
Xi Ruoyao
de28837402
Hopefully, complete strip workaround
...
In stripping, /usr/bin/bash, /usr/bin/find, and /usr/bin/strip are
running. Strip them, and all libraries used by them in /tmp, then
install them back.
We can't use this for all libraries or binaries: the process above
discouples hard links (for example /usr/bin/perl and perl5.34.0). So
unfortunately the stripping instruction is now a stupidly long bash
script...
2021-07-26 19:34:27 +08:00
Thomas Trepl (Moody)
3388c22918
Merge upstream changes
2021-07-26 09:13:05 +02:00
Bruce Dubbs
ff96923bf3
Package updates and stripping fixes
...
Add workaround to strip libraries correctly.
Update to shadow-4.9.
Update to util-linux 2.37.1.
2021-07-25 20:10:18 -05:00
Xi Ruoyao
ff5c009123
binutils: workaround empty man pages issue
2021-07-25 22:56:45 +08:00
Thomas Trepl (Moody)
f18f2d6134
Automatic merge of trunk into multilib
2021-07-24 05:45:09 +02:00
Douglas R. Reno
9f84752195
Update to binutils-2.37
...
Update to less-590
Update to meson-0.59.0
Guard systemd against CVE-2021-33910
2021-07-23 06:30:53 -05:00
Thomas Trepl (Moody)
cfb8eeac69
Automatic merge of trunk into multilib
2021-07-22 05:45:08 +02:00
DJ Lucas
4eee9ccd08
Ensure that glibc installs ldconfig and sln to /usr/sbin.
2021-07-21 20:02:02 -05:00
DJ Lucas
593b439ada
Correct page IDs in Chapter 08 dejagnu, expect, and tcl.
2021-07-21 19:53:52 -05:00
Thomas Trepl (Moody)
118b207b4a
Automatic merge of trunk into multilib
2021-07-21 05:48:24 +02:00
Bruce Dubbs
2a277fbaf8
Minor grammar fixes
2021-07-20 15:18:36 -05:00
Xi Ruoyao
7ea60d3c98
add changelog for tester-nohack merge
2021-07-20 19:43:41 +08:00
Xi Ruoyao
94862dad61
bash: pass "make test" exitcode through expect
2021-07-19 21:39:13 +08:00
Xi Ruoyao
7d88d57dd3
bash: disable timeout to prevent Expect from exiting early
...
The default timeout is only 10 seconds, where the bash tests won't
complete on most systems. Then expect will exit early, with bash tests
running in background. We won't like this.
2021-07-19 21:29:20 +08:00
Xi Ruoyao
2d30be476b
bash: use eof in expect commands instead of EOF
...
(for jhalfs)
2021-07-19 21:10:06 +08:00
Xi Ruoyao
d072573464
bash: add an explanation why use expect to run the test
2021-07-19 21:01:45 +08:00
Xi Ruoyao
590d255947
Merge branch 'trunk' into xry111/tester-nohack
2021-07-19 20:54:58 +08:00
Thomas Trepl (Moody)
dabd16bcf6
Automatic merge of trunk into multilib
2021-07-19 05:45:10 +02:00
Bruce Dubbs
c522873057
Grammar
2021-07-18 17:14:51 -05:00
Thomas Trepl (Moody)
3999c22ebf
Automatic merge of trunk into multilib
2021-07-18 05:45:11 +02:00
Ken Moffat
ac9f3952a6
Perl - fixes for 5.34 test failures.
2021-07-17 21:11:36 +01:00
Xi Ruoyao
ef61313366
do not use UID hack for tester
...
It's causing "root-tester namesis" (both have UID 0) if the tty is owned
by root. To fix bash test, use Expect to spawn a new PTY for it.
2021-07-18 01:04:22 +08:00
Thomas Trepl (Moody)
0906e3caf3
Automatic merge of trunk into multilib
2021-07-16 05:45:08 +02:00
Bruce Dubbs
f3997370c5
Remove modifications to m4 that are no longer needed.
2021-07-15 12:30:07 -05:00
Thomas Trepl (Moody)
9600ece7df
Automatic merge of trunk into multilib
2021-07-12 05:45:11 +02:00
Bruce Dubbs
176404f5e2
Work around a util-linux that can hang the tests.
...
If CONFIG_USER_NS or CONFIG_PID_NS are not set in the kernel, the tests will
hang forever. To work around the problem, delete one test.
2021-07-10 23:16:21 -05:00
Thomas Trepl (Moody)
aea9d3b7ad
Automatic merge of trunk into multilib
2021-07-09 08:31:41 +02:00
Thomas Trepl (Moody)
ecf55d8e08
Automatic merge of trunk into multilib
2021-07-09 08:29:57 +02:00
Xi Ruoyao
a9e964ed99
fix installed directories in jinja2 & markupsafe
2021-07-09 13:29:32 +08:00
Douglas R. Reno
47c9152b13
Add missing files
2021-07-09 00:03:50 -05:00
Douglas R. Reno
87119fd250
Package Updates and Additions
...
Add MarkupSafe
Add Jinja2
Update to texinfo-6.8
Update to iproute2-5.13.0
Update to Python-3.9.6 (Security Update)
Update to systemd-249 (Security Update)
Update to Linux-5.13.1
2021-07-08 21:16:54 -05:00
Thomas Trepl (Moody)
d49a03582a
Fix a copy-paste error
2021-07-08 18:02:04 +02:00
Thomas Trepl (Moody)
0939e5196f
Automatic merge of trunk into multilib
2021-07-07 05:45:10 +02:00
Xi Ruoyao
b1fb931003
DejaGNU: build in seperate directory
...
Upstream recommends it. And there are reports about test failure when
DejaGNU is build in source directory ("./configure").
2021-07-06 23:00:16 +08:00
Thomas Trepl (Moody)
2ab0d9caf5
Automatic merge of trunk into multilib
2021-07-03 05:45:09 +02:00
Xi Ruoyao
3e8234557c
man-pages: add prefix=/usr
...
Thanks John Burrell for reporting the issue.
2021-07-02 19:14:32 +08:00
Thomas Trepl (Moody)
cf65195a94
Automatic merge of trunk into multilib
2021-07-02 09:18:52 +02:00
Bruce Dubbs
d8a492a200
Fix gcc patch name in Chapter 8.
2021-07-01 16:24:16 -05:00
Ken Moffat
33505d67f8
Patch gcc :
...
Fix some regressions, and cope with removal of a kernel header in
linux-5.13 which broke the build in chapter 8's bootstrap.
2021-07-01 19:34:12 +01:00
Xi Ruoyao
e3d0e26c73
gcc: correct desc of locale related tests
2021-06-30 11:52:11 +08:00
Xi Ruoyao
3d08653292
gcc: correct the desc of constexpr-52830 XPASS and FAIL
2021-06-30 11:47:09 +08:00
Ken Moffat
cefe50534a
Add more locales used in gcc's libstdc++ testsuite.
2021-06-29 01:28:36 +01:00
Thomas Trepl (Moody)
641ab9bee7
Automatic merge of trunk into multilib
2021-06-28 05:45:11 +02:00
Bruce Dubbs
5809826800
Package updates.
...
Update to bash-5.1.8.
Update to dejagnu-1.6.3.
Update to gdbm-1.20.
Update to libcap-2.51.
Update to man-pages-5.1.
2021-06-27 12:54:09 -05:00
Xi Ruoyao
f23960ab25
shadow: adjust for merged /usr
2021-06-27 16:48:48 +08:00
Thomas Trepl (Moody)
c5750ecfca
Automatic merge of trunk into multilib
2021-06-23 05:45:09 +02:00
Ken Moffat
075d35fb3d
Some updates re test failures.
2021-06-22 21:56:42 +01:00
Thomas Trepl (Moody)
3a303528e6
Automatic merge of trunk into multilib
2021-06-20 05:45:23 +02:00
Xi Ruoyao
7aee3182a0
pkg management: add a note about kernel upgrade
2021-06-19 16:32:43 +08:00
Thomas Trepl (Moody)
faab037d6d
Automatic merge of trunk into multilib
2021-06-19 05:45:11 +02:00
Bruce Dubbs
577ac46eea
Ensure capsh in installed from the libcap package.
2021-06-18 09:23:28 -05:00
Thomas Trepl (Moody)
6e9ca9918b
Automatic merge of trunk into multilib
2021-06-17 05:45:12 +02:00
Bruce Dubbs
0f69f60924
Tweak spacing
2021-06-15 23:02:24 -05:00
Thomas Trepl (Moody)
dd79d3f5ad
Automatic merge of trunk into multilib
2021-06-16 05:45:12 +02:00
Bruce Dubbs
7fe99c2ca7
Package Updates.
...
Update to iana-etc-20210611.
Update to vim-8.2.3001.
Update to util-linux-2.37.
Update to meson-0.58.1.
Update to linux-5.12.10.
Update to m4-1.4.19.
Update to grub-2.06.
2021-06-15 22:31:48 -05:00
Thomas Trepl (Moody)
6a724046cf
Automatic merge of trunk into multilib
2021-06-10 05:45:09 +02:00
Ken Moffat
9c3ce2ac8b
For consistency, make the cpp link in /usr/lib.
2021-06-09 19:34:33 +01:00
Ken Moffat
c36301e75a
For consistency, install iproute2 progs in /usr/sbin
...
(merged /usr) - from Joe Locash.
2021-06-09 18:49:02 +01:00
Thomas Trepl (Moody)
e3835ace0c
Automatic merge of trunk into multilib
2021-06-07 05:45:12 +02:00
Xi Ruoyao
06cdaed873
systemd: sync with BLFS
2021-06-04 21:05:13 +08:00
Thomas Trepl (Moody)
25519ef261
Automatic merge of trunk into multilib
2021-05-29 05:45:10 +02:00
Bruce Dubbs
af4f4bfa8c
Package updates.
...
Update to iana-etc-20210526.
Update to vim-8.2.2890.
Update to zstd-1.5.0.
Update to perl-5.34.0.
Update to inux-5.12.7.
Update to libcap-2.50.
Update to kmod-29.
Update to expat-2.4.1.
Update to elfutils-0.185.
Update to bc-4.0.2.
2021-05-28 15:00:26 -05:00
Thomas Trepl (Moody)
8d5f7c7557
Tweak install in iproute2 (rmv DOCDIR)
2021-05-26 08:04:51 +02:00
Thomas Trepl (Moody)
d31877876d
Automatic merge of trunk into multilib
2021-05-26 05:45:10 +02:00
Thomas Trepl (Moody)
f081763f39
Tweak install in iproute2 (rmv DOCDIR)
2021-05-26 01:20:15 +02:00
Ken Moffat
d3e6c1b7e6
gdbm: The failing test is reported as 'FAIL: version'
...
so report that as lowercase.
2021-05-25 21:56:11 +01:00
Thomas Trepl (Moody)
8fbd2fb120
Automatic merge of trunk into multilib
2021-05-21 22:43:51 +02:00
Pierre Labastie
c31e35bd8a
kmod: do not install lsmod both in /usr/sbin and /usr/bin
2021-05-21 19:23:23 +02:00
Xi Ruoyao
dc90d88882
kmod: create lsmod symlink in /usr/bin (merge /usr)
...
Forgot it in the last commit...
2021-05-22 00:06:08 +08:00
Xi Ruoyao
e3471c8c4d
kmod: create symlinks in /usr/sbin (merge /usr)
2021-05-22 00:02:27 +08:00
Thomas Trepl (Moody)
70aadfbaf4
Cosmetic rearrange options to appear more consistent
2021-05-18 10:02:19 +02:00
Thomas Trepl (Moody)
32f47b1fb5
Merge branch 'trunk' into multilib
2021-05-18 08:17:35 +02:00
Thomas Trepl (Moody)
76531f2977
Cleanup instructions
2021-05-18 08:10:25 +02:00
Thomas Trepl (Moody)
30fb4c0470
Automatic merge of trunk into multilib
2021-05-18 08:09:10 +02:00
Bruce Dubbs
9901d50d9a
Tweak install directories for eudev and e2fsprogs
2021-05-17 14:34:48 -05:00
Xi Ruoyao
0389538132
bzip2: replace copies of bzip2 executable with symlinks
2021-05-17 23:09:39 +08:00
Ken Moffat
7fbfed5668
For consistency, do not use /bin in bzip2 and inetutils.
2021-05-16 03:06:47 +01:00
Xi Ruoyao
59fef4c47e
generalize ken's note for shared library update, ...
...
and move it into package management section
2021-05-16 02:55:02 +08:00
Xi Ruoyao
80838616e5
glibc: remove description of libc_cv_rtlddir for now
2021-05-16 02:28:22 +08:00
Thomas Trepl (Moody)
d4b521822c
Merge
2021-05-15 07:57:13 +02:00
Ken Moffat
6df63e484f
OpenSSL: add a note about upgrading.
2021-05-14 16:41:52 +01:00
Xi Ruoyao
7f25c8447d
glibc: remove libc_cv_rtlddir override for now
...
Back to use the sed. Need to investigate later.
2021-05-14 22:44:01 +08:00
Thomas Trepl (Moody)
1b1acbed65
Use /usr/lib for libc_cv_rtlddir
2021-05-14 12:54:44 +02:00
Thomas Trepl (Moody)
0ebda11158
Remove entities for multilib pathes
...
Add usage of libc_cv_rtlddir
2021-05-14 12:47:43 +02:00
Thomas Trepl (Moody)
f5c3bf6e7e
Use a configuration option to set the loader pathes in ldd
2021-05-13 18:30:55 +02:00
Douglas R. Reno
8725caed02
Remove unnecessary command for systemd. Nice eye, Xi!
2021-05-13 10:40:28 -05:00
Xi Ruoyao
7bf2e85ea6
glibc: fix ldd script
2021-05-13 23:28:16 +08:00
Thomas Trepl (Moody)
51c01bff45
Automatic merge of trunk into multilib
2021-05-13 05:45:11 +02:00
Bruce Dubbs
5d0219fdad
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2021-05-12 18:34:57 -05:00
Bruce Dubbs
5ed37b354c
Remove python tests in Chapter 8
2021-05-12 18:34:34 -05:00
Xi Ruoyao
871fd2f4a2
systemd: fix systemd-sysext description
...
Technically it's not a daemon, copy the desc from man page.
2021-05-13 01:57:28 +08:00
Xi Ruoyao
c03457342d
typos fix
2021-05-13 01:43:09 +08:00
Thomas Trepl (Moody)
3de7f52194
Fix some pathes in glibc
2021-05-12 18:24:06 +02:00
Thomas Trepl (Moody)
df462a9511
Merge pre-LFS-11-0 changes
2021-05-12 07:26:46 +02:00
Douglas R. Reno
d7a942197e
Merge Xi's changes into trunk
...
Update to meson-0.58.0
Update to systemd-248
Update to gcc-11.1.0
Update to linux-5.12.1
Update to iproute2-5.12.0
Update to Python-3.9.5
Make /bin, /sbin, and /lib symlinks to their counterparts in /usr.
Thanks again for a significant portion of this work goes to Xi, I only
really merged it and made a couple of modifications for my updates. To
LFS 11.x we go!
2021-05-11 23:24:11 -05:00
Thomas Trepl (Moody)
88bdbb7015
Automatic merge of trunk into multilib
2021-04-30 14:01:24 +02:00
Douglas R. Reno
99ee345ad6
Patch systemd to build with meson-0.57.2 and Linux-API-Headers-5.11.14
...
and higher.
2021-04-28 20:29:58 -05:00
Bruce Dubbs
49e360b9b5
Add manual locales needed for tests if using alternate locale installation
...
instructions.
Minor changes to boot scripts.
2021-04-28 16:40:51 -05:00
Thomas Trepl (Moody)
2db19cb07a
Automatic merge of trunk into multilib
2021-04-27 10:07:54 +02:00
Bruce Dubbs
7b2439a5df
Update to vim-8.2.2812.
...
Update to iana-etc-20210407.
Update to Python3-3.9.4.
Update to meson-0.57.2.
Update to linux-5.10.16.
Update to less-581.
Update to file-5.40.
Update to bc-4.0.1.
2021-04-26 19:26:06 -05:00
Xi Ruoyao
9a178619b9
add a paragraph for "downgrading issue" in package management page
2021-04-23 01:38:47 +08:00
Thomas Trepl (Moody)
feed564dfe
Automatic merge of trunk into multilib
2021-04-22 16:37:31 +02:00
Xi Ruoyao
24c34df04f
Revert "Fix a header file in python, so that #include <python3.9/Python.h> works."
...
This reverts commit 2772bb9c30
.
Python maintainers rejects the proposed fix in
https://bugs.python.org/issue39026 . We'll need to make a correct fix,
or patch the downstream packages instead.
2021-04-22 01:32:11 +08:00
Thomas Trepl (Moody)
c74edb30fd
Merge branch 'trunk' into multilib
2021-04-15 13:49:46 +02:00
Xi Ruoyao
1c16a05b81
modify the reference to lfs-uefi hint to BLFS instead
2021-04-09 19:07:48 +08:00
Thomas Trepl
ceebda5df5
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12176 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:41 +08:00
Thomas Trepl
b4dce40f7c
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12145 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:41 +08:00
Thomas Trepl
4c8c1288b8
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:41 +08:00
Thomas Trepl
a5c280368e
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12130 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:41 +08:00
Thomas Trepl
9da9d0146a
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12118 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:41 +08:00
Thomas Trepl
edd83dcce1
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12107 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:41 +08:00
Thomas Trepl
402226e604
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12075 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:41 +08:00
Thomas Trepl
38de42d0ed
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:40 +08:00
Thomas Trepl
16caca2b75
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12062 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:40 +08:00
Thomas Trepl
fb95c5c598
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12058 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:40 +08:00
Thomas Trepl
2d66549fae
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12048 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:40 +08:00
Thomas Trepl
d7e0db5ccd
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:40 +08:00
Thomas Trepl
4ea78e038f
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12021 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:40 +08:00
Thomas Trepl
032dc4e8e8
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12012 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:40 +08:00
Thomas Trepl
bd1abf6660
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12005 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:40 +08:00
Thomas Trepl
25b402cd29
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12003 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:39 +08:00
Thomas Trepl
51b58ad4fa
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11997 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:39 +08:00
Thomas Trepl
ce2f9d860e
Merge changes from trunk to multilib
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11991 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:39 +08:00
Thomas Trepl
07b2c96502
Add missing files
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:39 +08:00
Thomas Trepl
6dfcfecca3
Update to new lfs structure
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:39 +08:00
Thomas Trepl
8d4f212fe3
MultiLib: Merge changes up to 11861
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:39 +08:00
Thomas Trepl
66a21f1a48
MultiLib: Merge changes from trunk
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11855 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:38 +08:00
Thomas Trepl
939f5316e0
MultiLib: Merge changes from trunk
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11792 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:37 +08:00
Thomas Trepl
3e18fa2e89
MultiLib: Merge changes from trunk
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11752 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:37 +08:00
Thomas Trepl
725ef3bb00
MultiLib: Merge changes from trunk
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11747 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:37 +08:00
Thomas Trepl
0aaf6a318a
MultiLib: Merge changes from trunk
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11681 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:36 +08:00
Thomas Trepl
714599ff52
Apply trunk changes
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11577 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:34 +08:00
Thomas Trepl
1b7c90c265
Add a note about ML kernel config. Fixes #4451 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11572 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:34 +08:00
Thomas Trepl
fd48baafd5
Change profiling attribute to enable selection of m32 and/or mx32. Fixes #4452 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:34 +08:00
Thomas Trepl
b3f1ebb313
First apply of multilib-patch of April 1st, 2019
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11566 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-31 18:41:31 +08:00
Xi Ruoyao
8d557ad89d
file: secure the URL, add libseccomp as external dep, and move libmagic.so to /lib
...
/bin/more links to libmagic.so (found on gimli and rivendell with a script)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-28 15:11:25 +00:00
Xi Ruoyao
9c1ae4c826
bc: use a configure command line more like other packages
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-22 08:08:13 +00:00
Xi Ruoyao
03a41fd0cd
binutils: use -j1 for make install
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12166 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-17 16:30:50 +00:00
Xi Ruoyao
4311bfa961
bc: remove an extra quote
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12165 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-15 05:54:50 +00:00
Bruce Dubbs
fa510ae7f4
Update to vim-8.2.2604.
...
Update to iana-etc-20210304.
Update to zstd-1.4.9.
Update to sysvinit-2.99.
Update to linux-5.11.6.
Update to libcap-2.49.
Update to iproute2-5.11.0.
Update to e2fsprogs-1.46.2.
Update to bison-3.7.6.
Update to bc-3.3.3.
Update to attr-2.5.0.
Update to acl-2.3.0.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12164 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-14 20:42:56 +00:00
Xi Ruoyao
0d0e874248
meson: install bash and zsh completions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-13 07:20:59 +00:00
Xi Ruoyao
1f28ed1243
replace old x86_64 triplets
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12160 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-10 08:25:50 +00:00
Xi Ruoyao
ba011a9188
autoconf: restore TESTSUITEFLAGS
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-10 08:00:55 +00:00
Xi Ruoyao
14bfa91c11
coreutils: remove trailing period in short desc
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12158 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-10 04:42:16 +00:00
Xi Ruoyao
35e0479cb7
systemd: simplify systemd man page installation
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-05 19:43:12 +00:00
Douglas R. Reno
06addba1bf
Add systemd patch to allow systemd-rfkill to work on Linux-5.11+
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12154 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-05 01:10:02 +00:00
Pierre Labastie
2772bb9c30
Fix a header file in python, so that #include <python3.9/Python.h> works.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12153 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-03-02 22:02:06 +00:00
Pierre Labastie
5595514967
fix grub to prevent generation of a huge binary blob for lzma compression
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12143 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-20 21:02:59 +00:00
Xi Ruoyao
eb801a61c1
automake: typo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12140 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-19 07:10:05 +00:00
Bruce Dubbs
1e639b292c
Update descriptions of some new test failures
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12139 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-19 04:27:53 +00:00
Bruce Dubbs
d15bbff7a3
Fix a glibc bug that causes issues with chrooted applications.
...
Update to bc-3.3.0.
Update to openssl-1.1.1j.
Update to meson-0.57.0.
Update to linux-5.10.17.
Update build times and sizes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-19 04:04:03 +00:00
Xi Ruoyao
8d3553538e
clean up short descriptions
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-16 05:31:31 +00:00
Xi Ruoyao
164d38efea
fix typos and format
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12136 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-15 06:52:17 +00:00
Douglas R. Reno
f9a430a19d
Add a command explanation for 'pwait'
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-14 22:37:55 +00:00
Bruce Dubbs
0b52f7babf
Update to util-linux-2.36.2.
...
Update to tar-1.34.
Update to psmisc-23.4.
Update to procps-ng-3.3.17.
Update to man-db-2.9.4.
Update to eudev-3.2.10.
Update to elfutils-0.183.
Update to e2fsprogs-1.46.1.
Update to bc-3.2.7.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12134 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-14 21:27:29 +00:00
Xi Ruoyao
0ceb295279
document x86 ISA level related breakage and workaround
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-13 02:26:13 +00:00
Bruce Dubbs
4f8ae86158
Fix procps-ng currency
...
Minor grammar fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12132 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-11 18:19:06 +00:00
Xi Ruoyao
6e8c493d26
ch08/dbus: sync with BLFS
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12129 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-05 07:22:20 +00:00
Xi Ruoyao
a815ec734c
ch08/systemd: sync with BLFS
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12128 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-05 06:51:37 +00:00
Xi Ruoyao
30a8646a19
ch08/bzip2: typo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12123 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-03 10:29:23 +00:00
Xi Ruoyao
cd152f2277
remove unneeded static libraries
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-03 09:25:21 +00:00
Xi Ruoyao
1f460e53b4
ch{07,08}/util-linux: remove redundant command
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-03 09:03:51 +00:00
Xi Ruoyao
a55af7c6f1
ch08/coreutils: correct an explanation
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12120 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-03 09:02:40 +00:00
Xi Ruoyao
3cf8a59f78
ch08/python: remove unneeded commands
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12119 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-03 09:01:27 +00:00
Xi Ruoyao
f36db31a45
ch08/gcc: /usr/lib/bfd-plugins is already created by binutils
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12116 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-03 03:00:59 +00:00
Pierre Labastie
df2e99e94d
Really apply various fixes for building with glibc-2.33,
...
and change the order in chapter 8 so that everything is built against
chapter 8 glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12112 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-02 21:35:59 +00:00
Bruce Dubbs
d89ac35722
Tweak a comment
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12110 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-02 17:01:48 +00:00
Bruce Dubbs
305ab2a4fa
Update to bc-3.2.6.
...
Update to glibc-2.33.
Minor change to mountfs boot script.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-02 16:15:16 +00:00
Bruce Dubbs
0f8a1b64f8
Update to vim-8.2.2433.
...
Update to iana-etc-20210115.
Update to bc-3.2.5.
Update to e2fsprogs-1.46.0.
Update to autoconf-2.71.
Update to tzdata-2021a.
Update to perl-5.32.1.
Update to libcap-2.47.
Update to bison-3.7.5.
Update to binutils-2.36. Requires building zlig in Chapter 6.
Update to linux-5.10.12.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12105 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-31 21:48:14 +00:00
Xi Ruoyao
87621f8e29
systemd: use video group for /dev/dri/render*, to be consistent with eudev
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12104 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-28 05:14:11 +00:00
Xi Ruoyao
4622193e8e
libcap: make the installation like other packages
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-27 04:43:14 +00:00
Xi Ruoyao
a35db3ff05
tcl: fix the name of doc tarball
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12099 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-17 05:52:14 +00:00
Pierre Labastie
95e2d2bd4d
Fix versions of tcl sub-packages
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-16 08:46:51 +00:00
Douglas R. Reno
beaca0e3e5
Update to tcl-8.6.11
...
Update to meson-0.56.2
Update to linux-5.10.7
Update to tar-1.33
Update to kmod-28
Update to findutils-4.8.0
In kmod, add zstd support for compressed kernel modules
Typo fix for Cleaning Up
Document GDBM test failure
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12097 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-16 07:59:34 +00:00
Xi Ruoyao
5d6f3dd75c
ninja: don't use <command> just for emphasis
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12095 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-14 01:15:52 +00:00
Xi Ruoyao
704e800fcb
util-linux: runstatedir=/run is also needed by sysv
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12094 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-13 09:00:22 +00:00
Xi Ruoyao
02776dffe1
use /run for runtime state directories
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-13 08:44:28 +00:00
Xi Ruoyao
44cb6a287e
ch08/python: fix a hardcoded minor version in command explanation
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12080 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-04 14:03:35 +00:00
Xi Ruoyao
19a03e1e5a
fix the descriptions, after the removal of commands
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12079 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-01 11:25:47 +00:00
Xi Ruoyao
4df8426c6b
bc: remove unnecessary CFLAGS variable setting
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-01 00:40:41 +00:00
Xi Ruoyao
75aad9b150
chapter08/readline: remove one unneeded chmod
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-01 00:37:16 +00:00
Xi Ruoyao
2f5d7d7d19
chapter08/zstd: run the tests
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12076 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-01-01 00:35:52 +00:00
Bruce Dubbs
bb31c129bb
Happy New Year.
...
Update to vim-8.2.2253.
Update to iana-etc-20201229.
Update to gdbm-1.19.
Update to tzdata-2020f.
Update to man-pages-5.10.
Update to iproute2-5.10.0.
Update to zstd-1.4.8.
Update to kbd-2.4.0.
Update to linux-5.10.4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12074 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-12-31 17:20:49 +00:00
Xi Ruoyao
34fe7e07cd
decorate usernames with <systemitem>
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12071 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-12-26 15:51:54 +00:00
Bruce Dubbs
e8bdec57fa
Update to libcap-2.46.
...
Update to bc-3.2.4.
Update to autoconf-2.70.
Update to openssl-1.1.1i.
Update to Python3-3.9.1.
Update to linux-5.9.14.
Update to bash-5.1 and readline-8.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12069 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-12-14 21:45:13 +00:00
Xi Ruoyao
f82ef4995e
openssl: renaming the docdir is not 'if desired'
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12068 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-12-09 15:10:39 +00:00
Ken Moffat
02796f856d
Patch meson so that the pkgconfig file for sysprof in BLFS is created correctly.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12067 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-12-08 00:23:56 +00:00
Xi Ruoyao
fe42b2f995
systemd: add explanation to -Dmode
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12066 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-12-04 21:14:55 +00:00
Douglas R. Reno
22009fb768
Update to systemd-247
...
Update to bc-3.2.3
Update to linux-5.9.12
Incorporate kernel changes from rhubarbpieguy
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12065 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-12-04 04:05:25 +00:00
Pierre Labastie
e8c3099a45
Adapt libcap instruction to the new libpsx.so shared library (was only static
...
before)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12061 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-11-17 14:50:35 +00:00
Bruce Dubbs
a85486daa2
Update to iana-etc-20201012.
...
Update to vim-8.2.1845.
Update to bison-3.7.3.
Update to tzdata-2020b.
Update to libcap-2.44.
Update to Python-3.9.
Update to expat-2.2.10.
Update to bc-3.1.6.
Update to linux-5.9.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-10-15 15:23:42 +00:00
Bruce Dubbs
38b705d991
Update to grep-3.5.
...
Update to Python-3.8.6.
Update to openssl-1.1.1h.
Update to binutils-2.35.1.
Update to linux-5.8.12.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12051 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-10-01 15:28:53 +00:00
Bruce Dubbs
ec786b746e
Add autoconf-2.69-consolidated_fixes-1.patch which allows autoconf tests to pass.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12050 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-09-27 20:51:41 +00:00
Bruce Dubbs
d6683983a5
Update to linux-5.8.9.
...
Update to bison-3.7.2.
Update to elfutils-0.181.
Update to meson-0.55.3.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12047 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-09-15 18:40:33 +00:00
Bruce Dubbs
2efd28ae2e
Typo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12033 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-08-20 16:56:35 +00:00
Xi Ruoyao
14468928f5
systemd: install into versioned directory
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12031 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-08-19 18:09:09 +00:00
Xi Ruoyao
c0c616a439
fix some typos
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-08-19 15:31:33 +00:00
Bruce Dubbs
6a06eaf844
Update to man-pages-5.08.
...
Update to libpipeline-1.5.3.
Update to iproute2-5.8.0.
Update to linux-5.8.1.
Fix typo in settingenviron.xml.
Use entity in perl configuration instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-08-15 03:54:28 +00:00
Douglas R. Reno
2ca70d33d9
Update to check-0.15.2
...
Update to systemd-246
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12018 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-08-12 00:55:34 +00:00
Ken Moffat
9b9db38c2f
Change perl to not install modules from LFS and BLFS into /usr/share.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12017 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-08-10 10:29:25 +00:00
Xi Ruoyao
26c54f9e3d
kbd: remove libtswrap
...
Upstream says it is internal, and shouldn't be installed.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12016 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-08-09 12:15:08 +00:00
Xi Ruoyao
1d527ce6ff
chapter08/gcc: typo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-08-08 11:39:38 +00:00
Xi Ruoyao
f058001397
kbd: do not install static lib libtswrap.a
...
Actually I believe (shared) libtswrap shouldn't be installed at all.
Opened https://github.com/legionus/kbd/issues/46 .
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12014 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-08-08 11:22:59 +00:00
Xi Ruoyao
fe2a8244f1
check: don't install static library
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12013 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-08-08 11:02:42 +00:00
Bruce Dubbs
c8fd7fe8f6
Update to vim-8.2.1361.
...
Update to glibc-2.32.
Update to bison-3.7.1.
Update to bc-3.1.5.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-08-06 17:14:46 +00:00
Xi Ruoyao
68a5dcb9b8
openssl: static libs are not installed
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12010 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-08-06 07:55:44 +00:00
Bruce Dubbs
ba82c18266
Update to gettext-0.21.
...
Update to binutils-2.35.
Update to gcc-10.2.0.
Update to check-0.15.1.
Update to bison-3.7.1.
Update to util-linux 2.36.0.
Update to libcap-2.42.
Update to linux-5.7.12.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12007 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-08-04 20:14:32 +00:00
Xi Ruoyao
a0de64cd75
binutils: add libctf libraries to Installed Libraries
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12004 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-07-25 12:30:34 +00:00
Bruce Dubbs
52539e13be
Update to Python3-3.8.5.
...
Update to libcap-2.40.
Update to linux-5.7.9.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-07-21 16:37:51 +00:00
Pierre Labastie
101304fa9e
Install libelf into /lib, since it may be needed before /usr is mounted
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11996 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-07-07 15:22:39 +00:00
Pierre Labastie
b6c0d12e38
Change the cleaning of x86_64-lfs* files because some are directly in /usr
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11993 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-07-05 08:58:46 +00:00
Pierre Labastie
25771c3063
Various clean up:
...
- prevent static python libraries to be installed in chapter 7 since it
is not overwrittent in chapter 8
- have libstdc++-pass2 install its host specific headers into a host
specific directory
- clean the temporary compiler and the cros compiler at the end of chapter 8
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-07-04 21:14:57 +00:00
Bruce Dubbs
5a986cbf75
Update to perl-5.32.0.
...
Update to man-db-2.9.3.
Update to linux-5.7.6.
Update to check-0.15.0.
Update to bc-3.0.3.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11990 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-30 16:06:46 +00:00
Douglas R. Reno
380fdc0ab7
Fix a segfault in systemd-udevd
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-23 03:39:16 +00:00
Bruce Dubbs
28e610dbf1
Move tcl, expect, and dejagnu to Chapter 8
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11981 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-22 23:11:08 +00:00
Pierre Labastie
bfab1b2d25
remove last ch-system-xxx id's in chapter 7
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11980 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-22 20:51:45 +00:00
Xi Ruoyao
4798321215
python: fix an inconsistent index label
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-21 14:37:37 +00:00
Douglas R. Reno
07bf061c87
Remove an unnessary sed from expat. Now that /usr/bin/env is installed instead of /tools/bin/env, this sed is no longer needed.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-20 18:11:05 +00:00
Thomas Trepl
b0b8a6bff9
Fix a typo in intltool
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-19 22:25:31 +00:00
Pierre Labastie
c68e018aab
Various text fixes:
...
- a wrong chapter in toolchain notes, and various text precisions
the option explanations of chapter 8 glibc (was labelled WIP)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11961 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-19 08:13:06 +00:00
Douglas R. Reno
8072d3da76
Acl: remove unneccessary return in systemd book
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11960 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-19 05:29:09 +00:00
Douglas R. Reno
45cd4bff4f
Minor formatting tweak
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11959 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-19 04:20:55 +00:00
Pierre Labastie
7772c15e45
do not use $LFS in chapter08 (looks like a command pasted from chapter 6)
...
It's harmless since the LFS variable is not set, but ugly!
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-18 16:08:59 +00:00
Thomas Trepl
9a05e450b2
Added a separation line (Basically a test commit after merge)
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11947 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-16 12:48:44 +00:00
Pierre Labastie
1cd59612d0
Add a tip for meson and ninja in the SysV book, telling that those packages
...
are optional for lfs, but required for blfs
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-16 10:22:47 +00:00
Pierre Labastie
6e18f2f842
Move iana-etc and the creation of a test /etc/hosts earier in the build, so
...
that 2 more gcc tests pass.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11940 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-14 20:03:03 +00:00
Bruce Dubbs
3d92d63bde
Minor updates.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-14 15:24:09 +00:00
Pierre Labastie
77d2cd8d43
- fix some gcc->GCC
...
- remove commented text in glibc (chap 5), and fix a directory location
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-13 08:55:55 +00:00
Pierre Labastie
ad15abd0c0
- Fix SBUs in libpipeline
...
- Update the disk usage gain in "Stripping Again"
- mention SSD gain in e2fsprogs tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-13 08:37:05 +00:00
Douglas R. Reno
9e7475a6c3
Updates to chapter09 for systemd
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11929 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-12 21:04:48 +00:00
Pierre Labastie
7391d364a7
typo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11926 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-12 12:26:56 +00:00
Bruce Dubbs
6a156bab1b
Mostly text updates in Chapter 8.
...
There are a couple of minor command changes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-12 04:40:07 +00:00
Thomas Trepl
fb386e05f1
Rename package entities to be independent of chapter numbering
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-11 12:55:28 +00:00
Bruce Dubbs
aefc8221f5
Updates to the rest of cross2 Chapter 7.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-11 05:55:06 +00:00
Bruce Dubbs
387a32af4b
Update initial Chapter 7 pages for cross2 branch
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-11 03:13:43 +00:00
Bruce Dubbs
bc8cca581f
Text updates to cross2 branch Chapter 6
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-10 20:44:16 +00:00
Pierre Labastie
a89ab79538
Add an explanation for LD=ld in the final gcc configure parameters
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11909 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-09 07:57:40 +00:00
Pierre Labastie
171c9a2262
Fix a chapter number
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-08 08:23:39 +00:00
Bruce Dubbs
fcc027677d
Initial commit of alternative cross LFS
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-07 20:16:00 +00:00
Pierre Labastie
ae7f075dd6
Update to trunk r11877
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-05-30 18:22:47 +00:00
Pierre Labastie
999631e8cf
Merge trunk r11852
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11853 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-05-21 10:02:22 +00:00
Pierre Labastie
efcb393343
Make the new book
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-05-03 21:02:51 +00:00
Douglas R. Reno
840b7db933
Make some minor tweaks to the kernel configuration on systemd
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11791 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-03-19 02:39:55 +00:00
Xi Ruoyao
adbc3e5300
use &hints-root; instead of hardcoding long URL
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11786 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-03-18 03:36:00 +00:00
Douglas R. Reno
6cf2844d5b
systemd: Update kernel configuration to match the arrangement used in Linux-5.5+
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11751 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-02-16 06:31:38 +00:00
Pierre Labastie
afcfd745ae
Remove unused files and make
...
idref's more regular
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11746 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-02-09 20:50:38 +00:00
Bruce Dubbs
2e836feb0b
Text clarification
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11675 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2019-09-22 16:13:35 +00:00
Pierre Labastie
6070f516c5
Change <productname> tags so that they reflect the dbhtml processing
...
instruction
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2019-04-10 20:20:22 +00:00
Pierre Labastie
d3c9936abf
Add a note about the --target
...
option for grub-install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11503 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2019-01-21 18:25:55 +00:00
Bruce Dubbs
f7cf1fb5cd
Provide better i18n instructions to setting up /etc/fstab.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11411 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2018-05-16 20:54:19 +00:00
Bruce Dubbs
25332b5e97
Add comments to the kernel section to change the unwinder option.
...
Update to linux-4.14.10.
Update to coreutils-8.29.
Remove old footer from non-chunks book.
Make spacing between "Chapter" and digit non breaking.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11344 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2017-12-31 16:56:07 +00:00
Bruce Dubbs
0d84af1cbb
Typos and wording changes
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11343 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2017-12-28 03:52:38 +00:00
Bruce Dubbs
7f599a387d
Remove obsolete code
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11179 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2017-02-08 04:56:26 +00:00
Bruce Dubbs
8e65a6a3ae
Expand discussion of UEFI in kernel and grub sections
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11165 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2017-01-08 17:45:12 +00:00
DJ Lucas
d5a25a88b5
Update to coreutils-8.26, dbus-1.10.14 (systemd), linux-4.8.12, and tzdata-2016j. Fixes #4007 , #4008 , #4009 , and #4010 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11149 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2016-12-03 15:48:25 +00:00
Bruce Dubbs
af3f6d2175
Clarify command to bind /boot to chroot
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11145 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2016-11-18 04:59:57 +00:00
Douglas R. Reno
de5d133aa2
Update systemd kernel configuration to ensure that CONFIG_SYSFS_DEPRECATED{,_V2} is disabled.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11095 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2016-07-20 04:37:18 +00:00
Bruce Dubbs
e787b1fe14
Update to dbus-1.10.8.
...
Update to e2fsprogs-1.43.
Update to gdbm-1.12.
Update to iproute2-4.6.0.
Update to make-4.2.
Update to systemd-230.
Add additional explanatory text for sytemctl and journalctl commands.
[chapter07/systemd-custom.xml]
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2016-05-27 19:55:47 +00:00
Bruce Dubbs
1118b1757d
Create branches/merge in svn repo fo rtesting of merged LFS books
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2016-05-24 21:24:59 +00:00
Bruce Dubbs
11ebea60aa
Fix the previous fix
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11067 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2016-05-18 01:28:26 +00:00
Bruce Dubbs
cfb4e550df
Add role for new instruction in kernel
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11066 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2016-05-18 00:21:06 +00:00
Bruce Dubbs
230381d121
Editorial changes to the kernel section
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11062 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2016-05-16 23:08:24 +00:00
Bruce Dubbs
d730742904
Remove obsolete note about iconv() in Chapter 6 Glibc.
...
Minor adjustments to text in the same section.
Add a note about UEFI and Secure Boot to Chapter 8
"Using GRUB to Set Up the Boot Process".
Add notes about paths for 64-bit systems in
Chapter 6 "Adjusting the Toolchain".
+
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11043 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2016-04-05 19:23:02 +00:00
Bruce Dubbs
edbeeb5dc5
Spelling and other typos -- from Craig Garner
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2015-11-03 03:48:42 +00:00
Bruce Dubbs
040ecb6de9
Update to man-db-2.7.4.
...
Update to linux-4.2.3.
Update to tzdata2015g.
Many updates to installed files and directories. Huge thanks to Fernando.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2015-10-12 21:20:03 +00:00
Bruce Dubbs
1c5e4348ae
Add a note that deleting the kernel source after building
...
is not necessary.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10891 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2015-04-17 17:38:51 +00:00
Bruce Dubbs
b304545f35
Remove unneeded ampersands
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2015-03-03 02:38:22 +00:00
Krejzi
0ee07e59de
Use an entity for BLFS URL's.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10818 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2015-01-23 21:28:48 +00:00
Krejzi
6c558c4080
More fixes for BLFS links.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10747 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-09-09 13:03:51 +00:00
Chris Staub
af4f3fa085
Correct kernel option name
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10731 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-08-27 20:57:59 +00:00
Bruce Dubbs
3aee2ac264
Update to eudev-1.10
...
Add a sentence about possible make failrues if j > 1 in SBU section.
Add -j1 to acl, attr, and vim tests.
Update kernel options description when building the kernel.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-08-24 05:05:28 +00:00
Bruce Dubbs
0bf4dfe63c
Move sed to be after acl.
...
Remove reference to obsolete /proc/ksyms in modules boot script.
Change internal references to svn to an entitiy.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-08-03 02:59:46 +00:00
Chris Staub
5c9a7bf467
Text update
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10665 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-08-01 08:25:20 +00:00
Chris Staub
fba870f2a5
Text updates
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10587 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-06-28 09:14:27 +00:00
Bruce Dubbs
c858814a74
Fix overly agressive commenting in network configuration.
...
Add CONFIG_ entries for kernel recommendations.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10583 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-06-26 18:54:38 +00:00
Bruce Dubbs
d13c6db727
Clarify kernel configuration settings.
...
Fix gcc LTO symlink for i686 systems.
Fix kbd-2.0.1.tar.gz md5sum.
Fix procps-ng url.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-05-15 20:17:02 +00:00
Bruce Dubbs
4e7d6a61b5
Add explanations for kernel options in Section 8.3. Simplified the options due
...
to removal of systemd.
Add a sed to ksyslogd to prevent errors in some circumstances.
Update to man-pages-3.66.
Update to linux-3.14.3.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-05-11 00:58:48 +00:00
Bruce Dubbs
bf58c1eecd
Rewrite and reorganize Chapter 7.
...
Update systemd customization.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10542 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-04-21 21:44:04 +00:00
Bruce Dubbs
cba2d4e6aa
Added systemd and dbus to the book.
...
Set up systemd and System V side-by-side with the
ability to reboot to either system.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-04-03 21:52:09 +00:00
Bruce Dubbs
4a3208584d
Minor text changes
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10491 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-02-21 22:02:35 +00:00
Bruce Dubbs
f5250e6088
Typo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10322 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-08-20 13:35:51 +00:00
Bruce Dubbs
de0e771443
Monir tweaks
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10321 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-08-20 12:55:18 +00:00
Bruce Dubbs
7e3a2897e7
Add comments about the kernel make defconfig option
...
when configuring the kernel.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10306 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-07-20 23:01:24 +00:00
Bruce Dubbs
f8736105d9
Package updates
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10287 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-05-28 00:17:45 +00:00
Bruce Dubbs
4e7e16d690
Expand discussion of file system types and
...
make ext4 the example LFS partition type
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10286 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-05-20 03:00:52 +00:00
Bruce Dubbs
cd591a6b32
Change all refereces to hda to sda
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-03-24 19:23:53 +00:00
Matthew Burgess
2ca8941c1f
Remove trailing whitespace from all files.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-11 20:09:22 +00:00
Bruce Dubbs
cdd87ad4b7
Revised explanation for /etc/modprobe.conf.
...
Update udev-lfs init-net-rules.sh script for "en*" devices
introduced in systemd-197
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10094 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-01-11 19:12:41 +00:00
Bruce Dubbs
94d3eee6e4
Update grub packages and naming conventions example.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9985 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-09-04 22:00:26 +00:00
Bruce Dubbs
6d53efc6c1
Update to GRUB-2.00
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-07-12 00:15:53 +00:00
Bruce Dubbs
f868dbc67d
Correct reference to new BLFS package libisoburn
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9840 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-04-30 15:19:39 +00:00
Bruce Dubbs
654dc0d327
Fix gid in fstab
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-04-23 19:35:28 +00:00
Bruce Dubbs
e9ba8aa85f
Change bootscripts to use devtmpfs for /dev.
...
Move mounting of /dev to mountvirtfs and ensure /dev gets placed in /etc/mtab.
Change fstab and kernel configuration sections to reflect these changes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-01-16 18:34:31 +00:00
Bruce Dubbs
f48e5aa6c8
Add additional information about setting up a separate boot partition.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9708 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-01-11 23:00:09 +00:00
Bruce Dubbs
32fa31ba62
Remove reference to /dev/shm in fstab description
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-10-19 20:15:21 +00:00
Bruce Dubbs
fe1643ecbb
Change default name of linux kernel to be compatible with grub-mkconfig scripts.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9588 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-08-31 02:07:21 +00:00
Bruce Dubbs
483838e91e
Update to GRUB-1.99
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-06-20 22:58:34 +00:00
Bruce Dubbs
9f318ba306
Add new /run mount point to top level directories. Mount a tmpfs on /run in
...
bootscripts. Add symlinks to use new /run tmpfs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-04-19 03:26:49 +00:00
Bruce Dubbs
52318649b6
Move chroot man page to man8
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9449 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-01-24 19:05:52 +00:00
Bruce Dubbs
1b8d78b5a2
Touch up example grub.conf
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-09-17 23:48:47 +00:00
Bruce Dubbs
c19d13c7bf
Correct name of installed program
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9372 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-09-04 17:16:33 +00:00
Bruce Dubbs
6f8df4bf43
Update to linux-2.6.35.4
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9367 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-08-31 23:32:16 +00:00
Matthew Burgess
7d7c62c7f9
Upgrade to Linux-2.6.35.2. Fixes #2737 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9357 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-08-15 18:31:33 +00:00
Matthew Burgess
c644cae75c
Upgrade to Linux-2.6.35. Fixes #2728 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9348 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-08-03 19:59:24 +00:00
Matthew Burgess
154c0ce4df
Fixed creation of a GRUB boot disk. Fixes #2706 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9336 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-07-07 19:21:08 +00:00
Bruce Dubbs
6541b70b85
Update to util-linix-ng-2.18
...
Exapand and reformat notes concerning grub.cfg
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9330 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-07-02 00:01:06 +00:00
Bruce Dubbs
79f68964ac
Add a sed to the kernel to prevent panics on some systems
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9300 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-06-19 02:13:38 +00:00
Bruce Dubbs
fe05b08956
Add installed directories information to
...
each package. Thanks to Chris Staub for the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9285 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-05-23 17:18:52 +00:00
Bruce Dubbs
d944136079
Replaced deprecated w3.org XInclude throughout the book
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-04-21 20:16:28 +00:00
Bruce Dubbs
920932eef6
typos
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-03-13 22:51:26 +00:00
Bruce Dubbs
58e9ccdd6a
Typo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9203 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-02-25 16:00:13 +00:00
Bruce Dubbs
f86263ca6f
Typo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9193 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-02-21 06:17:17 +00:00
Bruce Dubbs
6028823fc8
Tweak the explanation of System.map
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9192 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-02-19 22:53:37 +00:00
Matthew Burgess
23ba7a0025
Fix typo/omission in creation of /etc/modprobe.d directory
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9171 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-01-28 22:12:29 +00:00
Bryan Kadzban
b67f2d68ef
Move from /etc/modprobe.conf to /etc/modprobe.d/*.conf, since module-init-tools now complains about the former. Fixes #2560 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-01-27 04:55:48 +00:00
Bruce Dubbs
66d059b7c9
Typo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9149 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-01-12 21:59:28 +00:00
Bruce Dubbs
21bbf5fc51
Typos
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9148 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-01-12 07:53:59 +00:00
Bruce Dubbs
3d4219ad3f
Another typo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9124 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-12-01 23:31:34 +00:00
Bruce Dubbs
5e374717f5
Typo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9123 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-12-01 23:30:45 +00:00
Bruce Dubbs
312e7ddeb4
Provided more information about grub configuration.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-11-30 04:30:48 +00:00
Bruce Dubbs
a26951eac5
Separate standards page and rationale page
...
and reformat. Provided more information about packages
needed to satisfy LSB.
Also fixed a couple of typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9120 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-11-24 21:50:43 +00:00
Bruce Dubbs
6ea017a241
Minor changes to GRUB-1.9.1 instructions.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-11-12 16:52:28 +00:00
Bruce Dubbs
f9bcaecdd3
Update to GRUB-1.97
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9088 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-10-29 05:41:46 +00:00
Bruce Dubbs
764b5cf62b
Add a reference to the kernel-configuration hint
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-05-29 05:23:41 +00:00
Bruce Dubbs
fbe0187338
Update grub make instruction to ensure all checks pass.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-05-28 23:13:59 +00:00
Bryan Kadzban
5612386f41
Add role="nodump" to the screen tag containing the hdparm command, so jhalfs doesn't try to run it automatically. Thanks to DJ Lucas for the report.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8892 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-05-19 02:49:45 +00:00
Bruce Dubbs
af6115579c
Add an explanation about using the barrier option in fstab. Fixes #2318 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8881 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-05-17 02:52:18 +00:00
Matthew Burgess
200e4660ba
Add creation of /etc/modprobe.conf to stop ohci_hcd & uhci_hcd from being loaded before ehci_hcd. Fixes #2280 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-05-16 21:29:05 +00:00
Matthew Burgess
699b0f201e
Fix some typos and grammar issues reported by Chris Staub in #2307 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8800 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-02-01 23:38:45 +00:00
Jeremy Huntwork
4e82d4787a
Bring in DIY's next generation build method. Move GRUB to chapter 8.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-12-05 20:46:02 +00:00
Bruce Dubbs
c26ddbf2c4
Make title of fstab entry for /dev/shm consistent with kernel documentation
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8577 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-05 20:49:00 +00:00
Randy McMurchy
2b694e785b
Updated the Linux kernel to 2.6.26.5
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-05 16:44:38 +00:00
Manuel Canales Esparcia
0445a3d506
Added remap attributes to userinput tags in packages pages.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-09-18 21:11:00 +00:00
Manuel Canales Esparcia
e7477591dd
Added sect1info blocks to packages pages.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-09-07 19:16:43 +00:00
Dan Nichilson
ad83f72ad8
Remove extraneous && in chained commands
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-07-24 14:48:14 +00:00
Manuel Canales Esparcia
01670aadbe
Typos fix
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8150 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-06-06 17:53:39 +00:00
Manuel Canales Esparcia
2ccccf7389
Adjusted locale settings for Bash testsuite run and kernel's make menuconfig.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8149 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-06-06 17:28:25 +00:00
Manuel Canales Esparcia
6c75ca3b7f
Made the para about not upgrading the kernel headers a separate warning.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8147 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-06-05 17:44:47 +00:00
Manuel Canales Esparcia
c8c2b89ebf
Added missing tags.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8036 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-04-08 20:10:05 +00:00
Manuel Canales Esparcia
1652151de9
Fixes for PDF output.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-04-05 19:03:40 +00:00
Manuel Canales Esparcia
b06ca361a4
Updated book sources to use DocBook-XML DTD 4.5
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-03-21 18:42:58 +00:00
Matthew Burgess
2cf5d490b9
Remove the mention of the obsolete Linux-Libc-Headers package. Fixes #1917 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-11-25 17:44:50 +00:00
Matthew Burgess
bf91658d65
Undo r7810. It obviously contained much more than the commit log stated.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-10-04 16:53:55 +00:00
Matthew Burgess
688ddbbeae
Correct the order of the Changelog entries. Sometimes quilt/patch are just too efficient.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-10-04 16:51:16 +00:00
Matthew Burgess
f6d7f48f61
Upgrade to Linux-2.6.18
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7809 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-10-04 16:48:34 +00:00
Manuel Canales Esparcia
c226182dc5
Ported updates from 6.2 branch.
...
Small tags fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-08-03 19:29:29 +00:00
Manuel Canales Esparcia
e1060dee73
Syncing trunk with 6.2 branch.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7699 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-07-23 11:05:22 +00:00
Manuel Canales Esparcia
e4a5635494
Replaced "<" by "less than".
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-14 20:16:56 +00:00
Ken Moffat
a92b3e7bdc
Move to ext3, resolves #1792 .
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7590 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-07 12:42:05 +00:00
Archaic
af04acdbcf
Removed mention of usbfs from the fstab page since it is already covered in BLFS.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7580 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-05-02 21:26:13 +00:00
Manuel Canales Esparcia
0090db5c7b
Changed typography convections.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-04-14 09:37:17 +00:00
Archaic
d2c332bc21
Merged the udev_update branch to trunk.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-04-13 18:45:33 +00:00
Matthew Burgess
a1e18fa508
Install Linux kernel documentation. Fixes bug 1683
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-23 20:49:24 +00:00
Jeremy Huntwork
fa21b3dc89
Initial support of UTF-8. Thanks Alexander Patrakov.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-06 01:59:08 +00:00
Archaic
94aa662138
Reverting UTF-8 changes until everything is in place.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7236 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-26 19:46:12 +00:00
Archaic
5536f7440f
Applied Alexander Patrakov's patch which adds UTF-8 capability to the
...
development branch of the LFS Book.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-26 19:00:06 +00:00
Manuel Canales Esparcia
b78c7479d4
Chapter08 indentation.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7229 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-18 13:44:24 +00:00
Matthew Burgess
e7de1b23a6
Remove the note about not having to dump/check a journalled filesystem
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-11-26 21:41:18 +00:00
Manuel Canales Esparcia
0ebe9fa45e
Added the last nodump attributes (I hope.)
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-10-08 19:40:42 +00:00
Matthew Burgess
59988921eb
Add -v to commands that accept it
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-29 20:55:40 +00:00
Matthew Burgess
2e02c35ad7
Upgrade to gcc-4.0.1 (merge of gcc4 branch)
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-09-09 20:34:44 +00:00
Archaic
1a317d8f92
Reprise of r6470.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6471 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-09 21:10:42 +00:00
Archaic
a5db5e7ff7
Rewrote the NOTE section on kernel page.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6470 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-09 20:45:17 +00:00
Archaic
a1a7f4f337
Brought (hopefully) all references of man/info pages into conformity. Updated typography to reflect this.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-04 21:32:47 +00:00
Archaic
4b59d593cf
Several minor wording changes in chapters 8 and 9 (matt). Also removed the paragraph about compressing kernel modules.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6340 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-02 18:29:36 +00:00
Archaic
4122675955
Standardized capitalization of GRUB.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6339 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-02 18:00:19 +00:00
Archaic
a4663f0339
Second attempt at usbfs rewording.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6296 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-07-01 21:29:34 +00:00
Archaic
4d938efaa0
Rewrote the usbfs warning.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6260 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-30 18:55:22 +00:00
Archaic
2ec0d203c3
Reworked the kernel page.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-29 07:17:42 +00:00
Archaic
741921ca18
Reverted r6120.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-23 09:46:52 +00:00
Archaic
1a1dec45c8
Removed outdated text pertaining to gcc-2.95.3.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6120 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-23 08:23:20 +00:00
Archaic
1012ef954c
Minor wording change in kernel page.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-20 19:18:05 +00:00
Manuel Canales Esparcia
8ccf66e169
Fixed an indexentry on my last commit.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6045 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-17 18:12:09 +00:00
Manuel Canales Esparcia
d2f9350a22
Reworded the kernel page as per bug 1569 comments.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6044 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-17 18:06:51 +00:00
Manuel Canales Esparcia
b261062510
Added a missing period.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4922 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-04-11 20:04:38 +00:00
Jim Gifford
59f8879700
Removed kernel security patch
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4764 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-16 17:32:30 +00:00
Jim Gifford
e2c85b1176
Reverse of r4738
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-13 05:30:59 +00:00
Jim Gifford
d697394ad2
passwd and group changes
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-13 05:00:01 +00:00
Manuel Canales Esparcia
840a52d64d
The host kernel must be >2.6.2.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4698 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-02-27 12:51:03 +00:00
Manuel Canales Esparcia
45992ae10c
Removed the package name from the dependencies titles.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4682 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-02-24 22:26:46 +00:00
Manuel Canales Esparcia
8f97096005
Changed the Short Descriptions sections to table format for XHTML output.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-02-24 18:32:19 +00:00
Manuel Canales Esparcia
845846e02d
Removed PDF specifics tags.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4664 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-02-21 20:53:49 +00:00
Manuel Canales Esparcia
f134e88bb7
Re-added the link to BLFS for kernel configuration.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4661 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-02-20 11:48:20 +00:00
Gerard Beekmans
81fd230419
Trunk is now identical to Testing
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-02-19 22:16:42 +00:00
Matthew Burgess
2f9131f839
* Add a link to BLFS' kernel configuration index page. Fixes bug 1028
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-02-13 14:09:24 +00:00
Matthew Burgess
17700191e9
Upgraded to DocBook 4.4 DTD
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-01-30 18:06:48 +00:00
Manuel Canales Esparcia
d72e04ae7c
Added <literal> tags.
...
Added NEW comments to commands that differs from testing.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-01-30 12:51:22 +00:00
Manuel Canales Esparcia
bce08efc71
Uniffied the titles with the ones used in testing.
...
Added chapter07/udev.xml.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4598 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-01-30 11:27:57 +00:00
Jeremy Utley
1d609dcea7
Added the fix for the linux kernel security vulnerability into the build instructions - Thanks Matt for catching this one
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-12-31 06:29:29 +00:00
Manuel Canales Esparcia
3f0c882398
Removed the text in chapter 06.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-12-21 19:38:32 +00:00
Manuel Canales Esparcia
e0a04e86b2
Removed text in chapter 08.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4436 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-12-20 18:08:34 +00:00
Matthew Burgess
205af120bc
Made Grub's configuration location FHS compliant
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-09-28 15:43:56 +00:00
Matthew Burgess
4abce96c4b
* Removed the note regarding the --no-mem-option which is no longer required
...
(Matt Bartley)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3845 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-23 19:50:25 +00:00
Manuel Canales Esparcia
0c012ac2c9
Fixed the identation of /etc/fstab and some tagins regresions.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-19 20:41:59 +00:00
Matthew Burgess
89d204ea76
Improved wording of keymap related paragraphs (bug 741)
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3818 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-19 20:11:58 +00:00
Manuel Canales Esparcia
0719866479
Tags corrections. Finished my firt full review
...
of the XML code and updated prologue/typography.xml acordongly.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3815 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-19 17:46:53 +00:00
Zack Winkles
9c73bc3022
Upgraded to Linux 2.6.7 and dropped the FPU exceptions patch
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3800 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-16 13:24:37 +00:00
Zack Winkles
b9e738a5fb
Default to /bin/true as the hotplug manager. Leave it up to userspace to tell
...
us otherwise.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3789 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-15 16:14:43 +00:00
Matthew Burgess
3966ace90d
Replaced GNU/Linux with Linux to maintain consistency with the rest of the book (Larry Lawrence)
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3786 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-14 17:19:47 +00:00
Zack Winkles
eb443a3b8d
Upgraded to GRUB 0.95
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-14 15:17:44 +00:00
Alexander E. Patrakov
5ea02778ea
Security: fixed an exploitable DoS bug in FPU exception handling code in linux-2.6.6
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-13 16:20:00 +00:00
Alexander E. Patrakov
a56c4bb4ed
Several kernel-related textual changes
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3722 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-29 15:11:32 +00:00
Manuel Canales Esparcia
b8a819fd7b
Changed the id's location in the Short descriptions sections to fix a bug in the PDF generation.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-24 21:37:26 +00:00
Zack Winkles
678e79c258
Moved group "usb" to GID 14 instead of 15
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3679 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-20 16:32:44 +00:00
Alexander E. Patrakov
72b0264b85
Added hotplug to HEAD
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-20 01:47:22 +00:00
Manuel Canales Esparcia
132b7533ed
HEAD: Added a missing entity in chapter08/kernel.xml.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-18 18:46:11 +00:00
Manuel Canales Esparcia
c6cb3aa2f1
HEAD: Retagged the Contents of ... sections.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-17 21:55:01 +00:00
Manuel Canales Esparcia
a001133b31
HEAD: Retaged the introductori packages sections in chapter0{6,7,8}
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3601 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-16 00:08:42 +00:00
Zack Winkles
52216a8930
Use full LFS version for GRUB entry
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3467 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-04 17:34:59 +00:00
Zack Winkles
9dfc02ff38
Current BE-LFS (but w/ GCC 3.3.3) merged -> 6.0 branch
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-03 21:28:58 +00:00
Matthew Burgess
673b0d84ba
* Merged newxml into HEAD
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-03 10:59:46 +00:00
Alex Gronenwoud
b157558174
Moving the final strip from the last chapter to the end of chapter 6.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-02-22 22:32:27 +00:00
Alex Gronenwoud
5cd6caad33
Another mix of minor text adjustments.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3247 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-02-10 22:06:21 +00:00
Alex Gronenwoud
2081905c43
Simplifying the second copying of the kernel headers.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3229 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-02-05 22:17:48 +00:00
Alex Gronenwoud
dcff0464e8
Changing chapter IDs in anticipation.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-02-04 22:23:18 +00:00
Alex Gronenwoud
90e3cb3f0e
Replacing several <userinput> tags by <command>.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3203 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-02-01 21:49:10 +00:00
Alex Gronenwoud
ab3b93b727
Writing 'file system' as two words everywhere.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3198 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-01-31 15:07:36 +00:00
Alex Gronenwoud
3be4d973d4
Changing identifiers in preparation for moving sections.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-01-27 22:29:49 +00:00
Alex Gronenwoud
17476c5481
Removing some excess white space.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3186 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-01-26 22:23:41 +00:00
Greg Schafer
d0a6c4c212
Upgraded to Glibc-2.3.3, Kbd-1.12, Perl-5.8.3 and Shadow-4.0.4.1.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3177 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-01-20 05:59:05 +00:00
Greg Schafer
e4d88a56ce
Added command to keep a copy of the kernel .config file. Suggested by Daniel Baumann.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-01-14 04:12:04 +00:00
Alex Gronenwoud
5888299528
Moving stuff from appendix A to chapter 6.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3161 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-01-12 23:23:50 +00:00
Greg Schafer
1969ceae32
Added --no-mem-option to Grub command line in menu.lst to disable
...
Grub's insistence on passing mem= to the kernel. Closes 737.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3157 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-01-09 23:45:52 +00:00
Gerard Beekmans
d0dfce439e
Revert Alex's changes back to previous state
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3106 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 16:07:18 +00:00
Alex Gronenwoud
f040abeb5c
Making crossreferences from chapter 5 to 6.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3104 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 11:48:20 +00:00
Greg Schafer
7cf35f73aa
Typo fix.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3050 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-01 03:14:54 +00:00
Alex Gronenwoud
7f1fcd89bb
Adding several cross reference tags.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-24 17:28:42 +00:00
Alex Gronenwoud
360e2c43cd
Adding some markup and doing miscellaneous shuffles.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-22 22:26:46 +00:00
Greg Schafer
821f799640
Chapter 9: Reworked final strip command. Relocated paragraphs about directory removal from Chapter 6.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-16 01:02:39 +00:00
Greg Schafer
e3a72b120b
Expand Grub details and add a warning.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-15 08:31:59 +00:00
Greg Schafer
21ba4e3570
Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of <para><screen> with <screen> (and of course the matching closing tags).
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-09 23:22:07 +00:00
Alex Gronenwoud
51c7e26fb0
Minor brush-ups, and splitting the basic-net section.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-09 22:35:55 +00:00
Alex Gronenwoud
54ff0b9fed
Adapting the style of the Grub configuration section.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2954 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-08 22:31:01 +00:00
Alex Gronenwoud
b51f4a5df5
Removing some dead-wood entities.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2952 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-08 22:30:38 +00:00
Greg Schafer
684183e82d
More small text adjustments.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2947 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-08 07:37:20 +00:00
Greg Schafer
1e66abe82d
Chapter 5 - Binutils Pass 1: Add extra LDFLAGS to ensure static rebuild of ld. Add some clarifying notes re package directory removal and POSIX shared memory.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-04 02:55:49 +00:00
Greg Schafer
c1cfddfeaf
Chapter 8 - Remove reference to outdated Grub howto.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2902 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-29 02:27:27 +00:00
Greg Schafer
3c3cea4c22
URL cleanup.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2899 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-28 09:21:59 +00:00
Greg Schafer
e683065ebe
Chapter 8 - Creating the /etc/fstab file: Made mounting devpts the default.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2872 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 06:27:36 +00:00
Alex Gronenwoud
548d65f273
Cleaning and marking up the fstab section.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2859 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-21 10:33:48 +00:00
Alex Gronenwoud
1e16325464
Correcting several typos and some inconsistencies.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-15 21:47:44 +00:00
Alex Gronenwoud
980599daa5
Changing a few it's to its, and fixing other typos.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-14 21:46:24 +00:00
Jeremy Utley
bc362d4274
Corrected problems pointed out on the lists
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 06:50:02 +00:00
Gerard Beekmans
15b436fdab
changed > to > and < to <
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2778 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 02:39:08 +00:00
Jeremy Utley
156153409f
Added Grub instructions for installing to MBR
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2775 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 00:47:51 +00:00
Gerard Beekmans
955533beaf
Removed LILO and Bin86. Replaced them with Grub
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-11 21:35:35 +00:00
Alex Gronenwoud
5e49531c23
Adding some missing markup, and changing remaining /static's to /stage1's.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-08-29 23:20:53 +00:00
Jeremy Utley
fbcfacd2f4
Reverting my past changes accidentally removed by Alex
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-08-27 04:14:09 +00:00
Alex Gronenwoud
a8b6190cae
installing kernel docs with the kernel instead of separately
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2682 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-08-26 21:35:10 +00:00
Jeremy Utley
cfdcaef782
Added tmpfs mount at /dev/shm - Bugzilla bug 562
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2679 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-08-26 19:05:12 +00:00
Gerard Beekmans
4a7a683b9a
Applied Zack's various-fixes patch.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-05-13 07:38:47 +00:00
Gerard Beekmans
bc82645e95
Integrated Pure LFS - Phase 1
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-05-02 18:20:20 +00:00
Timothy Bauscher
cce4232d70
Increased verbosity of command explanations for kernel install.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2327 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-01-15 06:50:48 +00:00
Timothy Bauscher
3c09bf8ae3
Converted kernel page to new format.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2323 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-01-15 03:31:13 +00:00
Gerard Beekmans
70ad6d74b2
renamed usbdevfs to usbfs
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-12-05 17:25:09 +00:00
Timothy Bauscher
76f5964245
Added "Prerequisites" section.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2206 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-10-26 04:30:46 +00:00
Timothy Bauscher
bee1e69712
Removed cd command, since this is assumed for all packages except makedev.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2115 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-09-18 19:17:55 +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
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
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
ce3379d479
added some formatting tags
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-11 21:33:48 +00:00
Gerard Beekmans
9ad0f03642
fixed bug in regexp. Changed image= to images.*= to allow for "images =" as well
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1694 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-10 02:02:15 +00:00
Gerard Beekmans
5a66888482
added cp command to auto-detect kernel images and cp to /mnt/lfs/boot
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1693 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-10 00:23:00 +00:00
Gerard Beekmans
140e3d218c
changed formatting to be more readable
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1664 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-05 20:00:29 +00:00
Gerard Beekmans
3f9893b3d6
added -v to lilo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-02-10 17:35:24 +00:00
Gerard Beekmans
96874fb1d7
included kernel version in title
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1496 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-01-30 04:30:34 +00:00
Mark Hymers
9b298522b3
[Bug 228] Merge appendices A, B and D
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-12-15 14:28:34 +00:00
Gerard Beekmans
7e0f360976
changed default to pri=1 for the swap partition
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-12-04 19:12:48 +00:00
Gerard Beekmans
e12115e329
added <?dbhtml> tag for output redirection into subdir
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1268 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-09-26 00:35:10 +00:00
Gerard Beekmans
b1ddf927df
changed label 'none' to usbdevfs so it's easier to figure out to see
...
what it is from a 'mount' output
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1224 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-09-11 16:45:42 +00:00
Gerard Beekmans
d79d0b44a7
in the devpts line, changed 'none' to devpts so it shows up nicer in a
...
mount output
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1210 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-09-08 00:46:34 +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
Gerard Beekmans
2bdc67d178
Text updates
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1115 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-29 20:01:45 +00:00
Gerard Beekmans
3acb38f277
Removed all -f flags from cp commands
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1092 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-28 20:50:57 +00:00
Gerard Beekmans
de5bb5967d
Moving reboot to chapter 9
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1069 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-27 22:14:22 +00:00
Gerard Beekmans
0106738407
Suggested you can use host distro's .config file when configuring
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1028 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-25 16:15:54 +00:00
Mark Hymers
06596602b6
add a comment about reiserfs
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1021 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-24 22:41:25 +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
0a2cc662c6
we already create the dev/pts dir
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@990 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-17 13:51:35 +00:00
Mark Hymers
987aa00902
Bug 78: MAKEDEV-1.2
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@985 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-16 22:26:29 +00:00
Gerard Beekmans
6403026129
Added build times+sizes
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-10 20:29:04 +00:00
Mark Hymers
d5062b81e5
new fstab example
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-08 21:19:15 +00:00
Mark Hymers
72cc65833f
fixed typos
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@927 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-07 20:45:00 +00:00
Mark Hymers
50633e8b6e
fixed typo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@908 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-06 11:44:37 +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
3229c6b8a2
Changed literallayout's to screen's
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-07-10 15:06:31 +00:00
Gerard Beekmans
5e68b68824
Typo fix
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@746 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-06-30 03:34:11 +00:00
Gerard Beekmans
dad161331c
Removed the logout command - we already exited chroot
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@589 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-07 00:59:52 +00:00
Gerard Beekmans
dcbd4000a8
Switched </blockquote></literallayout> to match proper nesting:
...
</literallayout></blockquote>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-06 21:56:24 +00:00
Gerard Beekmans
fa95d3bc2b
Removed "if you have more than one partition..." notes. Chapter 4 will
...
have to be updated first to note that you may want to create more than
one partition
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-06 19:26:19 +00:00
Gerard Beekmans
86c18a3459
Added instructions to unmount $LFS/proc and $LFS before rebooting
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@580 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-06 19:24:08 +00:00
Simon Perreault
142c5980ca
Moved the creation of /etc/fstab from the end of chapter 7 to the beginning of
...
chapter 8. It fits better there, and it has been on my TODO for a long time.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-03 23:05:29 +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
Gerard Beekmans
9ef3d9cf55
More updates
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@511 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 22:40:08 +00:00
Gerard Beekmans
908631a62d
Don't run lilo inside chroot anymore
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 22:23:28 +00:00
Gerard Beekmans
fa50d69278
Added note that arch/i386/boot/bzImage may vary on other platforms
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 22:09:52 +00:00
Gerard Beekmans
92e7ec2c69
Update intro
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-04-14 22:03:03 +00:00
Thomas Balu Walter
53b5ccf173
You
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@336 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-03-19 14:30:14 +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
Gerard Beekmans
6370fa6cff
Initial commit - LFS 2.4.4 files
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@14 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-01-24 00:31:17 +00:00