Commit Graph

2387 Commits

Author SHA1 Message Date
Matthew Burgess
5042021869 Sync with latest trunk updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10255 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-04-28 21:11:44 +00:00
Matthew Burgess
1026c1ee31 Create an empty /etc/sysctl.conf file to avoid a boot error being logged by Systemd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-03-24 15:19:05 +00:00
Matthew Burgess
aa6434ae9a Fix typo in Glibc instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10196 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-03-06 07:50:48 +00:00
Matthew Burgess
2ebc0d98fe /etc/localtime needs to be a symlink for timedatectl to work
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10195 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-03-04 23:01:15 +00:00
Matthew Burgess
4818ca80e8 Merge latest changes from trunk to systemd branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10191 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-03-04 20:40:34 +00:00
Matthew Burgess
ab6f6bb677 Have DBus use the same machine-id file as Systemd
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10187 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-03-03 19:34:48 +00:00
Matthew Burgess
323c6723c9 Improve the tagging and placement of some post install instructions for DBus and Systemd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10185 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-03-03 16:11:07 +00:00
Matthew Burgess
915c0378da Merge latest changes from trunk to systemd branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10182 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-03-02 13:30:49 +00:00
Matthew Burgess
f0f41404fd Merge latest changes from trunk to systemd branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10171 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-26 20:30:24 +00:00
Krejzi
69f85d4661 Build msgmerge and xgettext programs in temporary gettext instead of moving gettext before attr in chap06. Move shadow after attr and libcap.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10161 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-16 21:29:22 +00:00
Krejzi
4a4e017868 Typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10158 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-15 20:48:29 +00:00
Krejzi
e4d8c0cda6 Slightly modify Systemd page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10157 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-15 20:47:10 +00:00
Krejzi
8edca0a446 Rework D-Bus instructions, move user creation to createfiles.xml. Remove libdir switch from Xz and move libs manually as done in Zlib instructions. Modify Sysvinit instructions for few programs we need. Don't move find in findutils, it's not needed by Systemd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10156 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-15 19:26:30 +00:00
Krejzi
27de9a4fc5 Merge XML::Parser into Perl page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10154 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-15 18:17:18 +00:00
Krejzi
099fa3db98 Remove && after commands in new packages. It's not used with other packages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10152 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-15 16:05:57 +00:00
Matthew Burgess
6eb029d9c5 Attr requires Gettext to build.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10151 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-15 14:06:47 +00:00
Krejzi
c97d81d719 Fixes to Attr and libcap pages. Don't move coreutils' utils in /bin which are not specified by FHS to be there - they aren't necesary for systemd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10150 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-15 13:56:39 +00:00
Krejzi
0a56911fd1 Begin adjusting book for Systemd. libcap2 is actually libcap - Debian uses strange naming for source packages. Add Sysvinit back - only few programs are needed from the package. Remove Sysklogd. Add adm group to grups in chapter06. It's necesary by something in Systemd. Change /etc/mtab to link to /proc/self/mounts. Relocate packages order.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10148 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-15 12:44:39 +00:00
Matthew Burgess
afe61bc25c Add D-Bus as a dependency of Systemd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10143 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-13 21:51:09 +00:00
Matthew Burgess
10b4fce651 Fix typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-13 11:18:21 +00:00
Matthew Burgess
686badf53c Added full build of Systemd including its remaining dependencies (attr, gperf, intltool, and libcap2).
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10125 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-12 21:04:49 +00:00
Krejzi
dbfc674227 Merge Expat from BLFS.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10123 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-12 00:45:30 +00:00
Matthew Burgess
ce5ebe1429 Remove trailing whitespace from all files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-11 20:15:37 +00:00
Krejzi
eea40552f7 Several modifications to Glibc - Add FHS patch that removes usage of /var/db and replaces it with /var/cache/nscd for nscd and /var/lib/nss_db for nss_db. Set libexecdir to /usr/lib istead of /usr/lib/glibc. Add instructions to install nscd configuration file and runtime directory.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10120 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-11 01:15:56 +00:00
Krejzi
c62cd4614c Added sulogin and mesg utilities to util-linux package, changed kmod --libdir to --with-rootlibdir plus minor fixes, minor fix for coreutils page. You might want last two in LFS, too.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10119 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-10 01:40:38 +00:00
Matthew Burgess
e2be9e8057 Remove Sysvinit package; to be replaced by Systemd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10118 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-02-06 11:44:45 +00:00
Bruce Dubbs
c0220ed5ba Change ncurses instructions to create and install .pc files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10113 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-01-30 20:28:37 +00:00
Bruce Dubbs
30b85a77e1 Another Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10110 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-01-27 23:52:56 +00:00
Bruce Dubbs
533416e87b Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-01-27 23:52:11 +00:00
Bruce Dubbs
63d6655fa3 Update to pkg-config-0.28
Typos in procps-ng


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10108 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-01-27 20:32:14 +00:00
Bruce Dubbs
79dc83f901 Revise procps-ng install instructions to place files in the proper locations
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10107 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-01-25 17:56:26 +00:00
Bruce Dubbs
ecbc2ff441 Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10106 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-01-25 00:01:04 +00:00
Bruce Dubbs
7725e5c221 Move the 'test' and '[' executables to /bin for
consistency with Bourne shells without these functions 
built in (e.g. dash).


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10105 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-01-24 22:50:30 +00:00
Bruce Dubbs
ec9f9d4fc3 Upgrade to Procps-ng-3.3.6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10099 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-01-22 23:27:01 +00:00
Bruce Dubbs
86b1ebcfe5 Update udev-lfs scripts
Update to systemd-197
Reformat 'Rebooting the System' recommendations


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-01-09 18:55:19 +00:00
Matthew Burgess
668f94d7af Upgrade to Groff-1.22.1. Fixes #3266.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10091 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-01-02 18:41:21 +00:00
Matthew Burgess
49144a2331 Upgrade to Coreutils-8.20. Fixes #3215.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10089 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-01-02 18:39:31 +00:00
Bruce Dubbs
eec1ca93ed Add additional recommendations for packages in the
'Rebooting the System' section.

Remove obsolete --enable-mpbsd from gmp  instructions.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10088 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-01-01 22:17:51 +00:00
Bruce Dubbs
0f344ddfa8 Add patch to fix binutils test suite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10087 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-12-31 19:36:41 +00:00
Matthew Burgess
43886b744b Upgrade to Kbd-1.15.5. Fixes #3239.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10086 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-12-30 08:30:29 +00:00
Matthew Burgess
cb476d5214 Remove '-k' flag from E2fsprogs' testsuite invocation as all of its tests pass.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10085 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-12-30 08:29:42 +00:00
Bruce Dubbs
8cfc230126 Put traceroute in /bin for consistency
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10084 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-12-28 21:46:55 +00:00
Bruce Dubbs
409e7c850f Fix the location for mounting /dev/shm inside chroot
when /dev/shm is a symlink.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10083 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-12-28 20:29:58 +00:00
Matthew Burgess
274b6e9a7a Update number of tests in GMP's testsuite, following upgrade to GMP-5.1.0.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10081 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-12-28 17:57:03 +00:00
Matthew Burgess
3d745fd720 E2fsprogs requires ps from Procps for its testsuite to complete successfully.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-12-28 10:30:42 +00:00
Matthew Burgess
2756280364 Upgrade to Gettext-0.18.2. Fixes #3263.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-12-28 10:25:35 +00:00
Matthew Burgess
c906b7e5cc Upgrade to Glibc-2.17. Fixes #3261.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10075 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-12-28 10:23:04 +00:00
Matthew Burgess
7aea76f953 Upgrade to Sed-4.2.2. Fixes #3260.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10074 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-12-28 10:22:34 +00:00
Matthew Burgess
6746394fd0 Upgrade to IPRoute2-3.7.0. Fixes #3246.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10064 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-12-12 18:52:15 +00:00
Matthew Burgess
c6f365edb3 Remove the '-k' parameter to Flex's testsuite invocation as all of its test pass. Fixes #3244.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10062 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-12-12 18:47:49 +00:00
Matthew Burgess
573b8bff31 Remove redundant --enable-addons parameter to Glibc's configure script. Fixes #3241.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10060 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-12-12 18:44:55 +00:00
Bruce Dubbs
b7da138fa2 Update makefile and instructions for systemd-196/udev-lfs-196-2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10054 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-11-29 03:11:06 +00:00
Bruce Dubbs
f9d6f78f22 Upgrade to systemd-196/lfs-udev-196
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10050 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-11-22 23:50:54 +00:00
Matthew Burgess
d9aaf3dc9f Kill is installed by Util-Linux now, not Procps. Thanks to Chris Staub for the patch. Fixes #3229.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10047 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-11-18 18:16:27 +00:00
Matthew Burgess
0844c14762 A couple of text updates. Thanks to Chris Staub for the patch. Fixes #3228.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-11-18 18:14:22 +00:00
Matthew Burgess
5d7109b297 Upgrade to Binutils-2.23.1. Fixes #3226.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10044 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-11-14 18:25:11 +00:00
Matthew Burgess
a4d96cea67 Fix XML validation error.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10043 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-11-13 14:48:44 +00:00
Matthew Burgess
9eb452b7b4 Upgrade to Kmod-11. Fixes #3223.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-11-13 13:21:36 +00:00
Matthew Burgess
58500e56a4 Clean up a couple of instructions for Flex following upgrade to Flex-2.5.37. Fixes #3206 and #3210.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10027 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-11-02 18:56:21 +00:00
Bruce Dubbs
e7134f171e Update to systemd/udev-lfs-195
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10025 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-11-01 21:48:07 +00:00
Bruce Dubbs
e0901b3e48 Add notes to the gcc and binutils sections in Chapter 6
about "link time optimization" and the extra files built by gcc.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10024 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-10-15 19:27:20 +00:00
Bruce Dubbs
ca101adb8c Update installed program description for several packages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-10-15 18:26:20 +00:00
Bruce Dubbs
b3c4b01643 Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10021 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-10-15 02:59:30 +00:00
Bruce Dubbs
4322222ddb Remove utmpdump from sysvinit because it is now installed
by util-linux. 


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10020 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-10-14 06:18:31 +00:00
Bruce Dubbs
3383a53e90 Change procps to not install the kill program that is now installed
by util-linux.  

Update to util-linux-2.22.1.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10019 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-10-14 05:48:05 +00:00
Matthew Burgess
ce935eba24 Upgrade to IPRoute2-3.6.0. Fixes #3196.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10014 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-10-02 20:07:42 +00:00
Matthew Burgess
aa29437f53 Add a patch to fix Kmod's testsiute on 32-bit systems. Fixes #3191.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10010 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-10-02 20:04:59 +00:00
Matthew Burgess
4c5565e367 Upgrade to Man-DB-2.6.3. Fixes #3187.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10007 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-10-02 20:03:09 +00:00
Matthew Burgess
2f3922caef Upgrade to Libpipeline-1.2.2. Fixes #3186.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10006 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-10-02 20:02:27 +00:00
Matthew Burgess
8b68559612 Fix Flex build via jhalfs. Regression introduced in r9999.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10004 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-10-02 20:01:05 +00:00
Bruce Dubbs
a68cefc1b3 Revert e2fsprogs made yesterday
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10002 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-09-27 15:50:45 +00:00
Bruce Dubbs
f5976ac6b4 Misc fixes from Fernando
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9999 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-09-27 02:36:20 +00:00
Bruce Dubbs
14377f4ac0 Update LFS target architectures.
Fix a url in pkgmgfor LFS.
Tweak a debian udev script for LFS.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9998 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-09-25 18:59:37 +00:00
Matthew Burgess
fd4ec730ad Upgrade to Patch-2.7. Fixes #3182.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9996 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-09-16 13:58:10 +00:00
Matthew Burgess
631a66d4f1 Upgrade to Kmod-10. Fixes #3180.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9994 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-09-16 13:56:18 +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
12d9bda663 Update to util-linux-2.22
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-09-04 17:07:19 +00:00
Bruce Dubbs
c0b11718f6 Add a patch to Chapter 6 glibc to fix the test-installation.pl
script instead of just preventing it from running

Update to systemd-189


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9981 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-09-02 03:32:54 +00:00
Bruce Dubbs
ea31e92687 Formatting fixes for pdf line overflow
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9977 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-09-01 16:04:00 +00:00
Ken Moffat
4afbb4a75a Remove extraneous i from text.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-31 16:08:39 +00:00
Bruce Dubbs
de47ea3f25 Minor text change
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9968 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-30 02:19:38 +00:00
Bruce Dubbs
cb02946abf Lots of spelling fixes.
Delete the no longer used lsb-bootscripts directory


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9967 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-29 20:45:23 +00:00
Bruce Dubbs
d7f2eb08da Add additional explanations for time zone
installation, udev, and network configuration.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9966 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-29 17:06:34 +00:00
Bruce Dubbs
8d2a1f4c95 Add patch to fix glibc occasional crash with problem nameservers
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-27 22:31:00 +00:00
Bruce Dubbs
4a5a10855a Revert part of teh last change
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-27 19:46:29 +00:00
Bruce Dubbs
0fe6ccd8ae Add instructions to Chapter 5 glibc to add rpc headers
to the host system if they are missing.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9963 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-27 17:50:50 +00:00
Bruce Dubbs
035ccc16f0 Remove && from tzdata intallation instructions.
Install all .tab files from tzdata.
Add make fixes patch to pateches section.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-26 20:12:51 +00:00
Bruce Dubbs
dfdc93a055 Apply upstream patches to make
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9961 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-26 17:43:43 +00:00
Ken Moffat
0a50cc245b Remove redundant sed from automake.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9959 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-24 02:48:55 +00:00
Bruce Dubbs
d9c836bba9 Update glibc text removing noatime mount
caution and adding text regarding test issues.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-22 20:38:21 +00:00
Ken Moffat
e9aabcee1f Correction to r9950, thanks to Jasmine Iwanek.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9952 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-22 01:21:05 +00:00
Ken Moffat
b8363c8fb4 Add a patch to fix the four sed utf8 tests.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9951 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-22 01:15:45 +00:00
Ken Moffat
5b36d321f0 Four more locales, three UTF-8 for sed utf8 tests, ru_RU.KOI8-R for grep unibyte-bracket-expr.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9950 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-22 00:37:57 +00:00
Bruce Dubbs
f0f7ea0c38 Upgrade to coreutils-8.19.
Upgrade to grep-2.14.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-21 02:43:33 +00:00
Ken Moffat
7a6bcf996e Correct how timezones are installed - this fixes various errors in test-suites. Thanks to Markku Pesonen for noting how Debian install timezones.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-20 23:51:22 +00:00
Bruce Dubbs
25d78ecbd7 Add flex patch to fix regression suite errors.
Add PATH to su invocations to ensure /tools/bin is included


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-20 19:01:25 +00:00
Bruce Dubbs
3f99c28d74 Upgrade to linux-3.5.1
Upgrade to man-pages-3.42
Upgrade to automake-1.12.3
Remove instruction copying su in Chapter 5 coreutils
Move shadow to before coreutils in Chapter 6 to have su available 
Update Chapter 5 sizes and times



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9942 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-17 05:36:14 +00:00
Bruce Dubbs
6ba8e55929 Upgrade to coreutils-8.18
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9941 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-15 22:46:14 +00:00
Bruce Dubbs
2efa44adaf Upgrade to perl-5.16.1
Removed unneeded sed instruction from Chapter 6 perl
Updated gcc instructions to fix some make check errors


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-15 03:52:06 +00:00
Bruce Dubbs
b815cec9c8 Updated to flex-2.5.37
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-13 20:20:36 +00:00
Bruce Dubbs
d29a03b05b Update to udev (systemd)-188
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-12 20:02:11 +00:00
Matthew Burgess
287a36b4d7 Make tzselect work again.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9930 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-06 22:11:04 +00:00
Matthew Burgess
eeafffd5b3 Upgrade to Bison-2.6.1. Fixes #3140.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-05 14:26:03 +00:00
Matthew Burgess
f1c177f958 Upgrade to Glibc-2.16.0. Fixes #3131.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9922 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-05 14:25:02 +00:00
Bruce Dubbs
421011f840 Moved a few things around for ordering/convenience.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-07-23 15:15:49 +00:00
Bruce Dubbs
9b7cbc7e91 Update to pkg-config-0.27
Remove popt
Fix udev-retry boot script for latest udev functioanlity


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-07-22 22:31:14 +00:00
Bruce Dubbs
2191632e22 Minor touchups and corrections for systemd changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9910 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-07-16 18:24:12 +00:00
Bruce Dubbs
f896e21c3f Updated udev to version 186. This update has a major procedure
change due to merging systemd and udev.  


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9908 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-07-16 17:19:20 +00:00
Matthew Burgess
b8bda22c6c Correct the fix for Automake's testsuite.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9907 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-07-14 11:25:28 +00:00
Matthew Burgess
8c4af267f5 Upgrade to Automake-1.12.2. Fixes #3134.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9904 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-07-13 19:56:44 +00:00
Matthew Burgess
4aff396246 Upgrade to MPFR-3.1.1. Fixes #3133.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-07-13 19:54:26 +00:00
Matthew Burgess
f8ffb9603e Fix Kmod's test suite on x86 hosts. Fixes #3129.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9901 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-07-13 19:50:01 +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
13b63d7f6b Specify PKG_CONFIG_PATH for libpipeline checks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-07-11 03:22:40 +00:00
Matthew Burgess
d1f5838a41 Remove description of PKG_CONFIG variables that are no longer used in Man-DB.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-06-23 12:05:27 +00:00
Matthew Burgess
84505c6ddd Revert bogus commit r9894.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9895 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-06-23 12:04:29 +00:00
Matthew Burgess
3439f16d6d Remove description of PKG_CONFIG variables that are no longer used in Man-DB.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-06-23 12:00:27 +00:00
Matthew Burgess
199411c0e7 Upgrade to Gzip-1.5. Fixes #3121.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9889 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-06-23 11:44:27 +00:00
Bruce Dubbs
04b8239037 Fix install error in iproute2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9885 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-06-17 20:03:04 +00:00
Bruce Dubbs
7b08ae242d Added a stronger note about automake teste time.
Updated boot scripts:
  Only mount /run in mountvirtfs if it is not already mounted
  (from an initrd).

  Force the /dev/shm->/run/shm symlink

  Skip making LVM virtual groups unavailable at shutdown
  because the / or swap partitions may be still in use.

Fix some whitespace in iproute2.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-06-17 17:57:40 +00:00
Ken Moffat
2fa5f2635e kbd-1.15.3 : another attempt at fixing it properly, tested in Pacific/Pago_Pago (and also /Kiritimati) with a little allowance for future TZs later than Pago_Pago.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9882 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-06-11 00:18:58 +00:00
Ken Moffat
1857e34d21 Really remove resizecons.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-06-05 18:49:38 +00:00
Matthew Burgess
9d5dd7c69d Remove a couple of unnecessary sed commands from Binutils instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-06-05 11:25:04 +00:00
Matthew Burgess
32ecf56ebe Upgrade to Automake-1.12.1. Fixes #3106.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9874 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-06-04 19:18:48 +00:00
Bruce Dubbs
ff7785d01e Spacing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9872 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-06-03 19:37:58 +00:00
Bruce Dubbs
450e682e4c Add pkg-config-0.26-internal-glib
Add popt-1.16 
Fix problem building perl in some environments


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-06-03 17:41:05 +00:00
Bruce Dubbs
7cf6e18871 Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-06-02 15:58:48 +00:00
Matthew Burgess
4428ad0165 Correct the location of various package's man pages. Fixes #3097.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-05-30 19:38:07 +00:00
Matthew Burgess
d4b904a418 Upgrade to Perl-5.16.0. Fixes #3094.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-05-30 19:33:53 +00:00
Matthew Burgess
9e0a55ae10 Upgrade to E2fsprogs-1.42.3. Fixes #3091.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-05-30 19:32:09 +00:00
Bruce Dubbs
40690e1f21 Remove a bashism from the mountkernfs boot script.
Move the $time init capability from setclock to udev.

Remove and recreate $LFS/dev/shm in Section 6.2 if it is 
a symbolic link.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-05-21 01:47:41 +00:00
Ken Moffat
7027db5944 Remove resizecons.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9859 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-05-18 21:14:54 +00:00
Matthew Burgess
a9b89e3e00 Upgrade to GMP-5.0.5. Fixes #3079.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9851 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-05-11 12:28:34 +00:00
Matthew Burgess
404d641304 Run fixincludes again, by removing the sed that disabled it. It no longer attempts to fix up host headers.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-05-11 12:27:48 +00:00
Matthew Burgess
740ace609f Add back a patch for Glibc that prevents various BLFS programs, including aplay, from segfaulting.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9843 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-05-06 09:59:44 +00:00
Ken Moffat
15faad9dd8 kbd-1.15.3.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-05-01 23:15:08 +00:00
Matthew Burgess
0ba6d531b4 Upgrade to Automake-1.12. Fixes #3070.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9836 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-04-29 11:30:57 +00:00
Matthew Burgess
ae0510ab1d Upgrade to Grep-2.12. Fixes #3068.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9835 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-04-29 11:30:17 +00:00
Ken Moffat
d38ac3a291 Fix issues from the merge of the jh branch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9834 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-04-26 19:34:20 +00:00
Bruce Dubbs
cd3c10ceb4 Fix pdf formatting issue
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9832 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-04-25 19:43:23 +00:00
Bruce Dubbs
1a3e6a31a7 Merge changes developed and tested in the jh branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-04-25 19:26:21 +00:00
Bruce Dubbs
107e7a5be5 Change two group IDs to support a legacy program
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-04-20 02:22:14 +00:00
Matthew Burgess
6ba7c0f4bc Install su as 'su', not 'su-tools' in chapter 5. Use chapter 6's 'su' for Bash. Fixes #3057.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-04-15 21:12:27 +00:00
Bruce Dubbs
970a126c28 Update networking bootscripts. See bootscripts change log for details.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-04-09 19:14:33 +00:00
Bruce Dubbs
b12948d046 Spacing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9806 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-04-05 04:15:08 +00:00
Bruce Dubbs
3710570619 Change the location for the python gdb module
generated by gcc to the correct location.

Fix a logic error in the ifdown script.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9805 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-04-05 04:08:33 +00:00
Matthew Burgess
8335e5c48b Upgrade to Coreutils-8.16. Fixes #3048.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9799 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-04-03 21:35:16 +00:00
Bruce Dubbs
4f2e7072f0 Remove references to /var/run/utmp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-03-29 15:56:46 +00:00
Bruce Dubbs
39ec01cf04 Move a python module for gdb generated by gcc out of /usr/lib
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9795 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-03-28 21:16:16 +00:00
Bruce Dubbs
44f6add12a Adjust minimum version of xz-utils in Host Requirements.
Reword description of log files in section Creating Essential Files.



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-03-28 20:45:14 +00:00