Commit Graph

905 Commits

Author SHA1 Message Date
Bruce Dubbs
c8995814d1 Bootscript enhancements
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9783 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-03-22 21:30:39 +00:00
Matthew Burgess
f0ce5832b3 Upgrade to Udev-182. Fixes #3040.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-03-20 21:15:20 +00:00
Matthew Burgess
9740d7a315 Upgrade to Man-Pages-3.37. Fixes #3034.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9775 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-03-14 20:41:29 +00:00
Matthew Burgess
86acad366a Prevent Gettext's configure script from hanging on certain hosts.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-03-11 23:12:41 +00:00
Matthew Burgess
0c90d60424 Upgrade to Util-Linux-2.21. Fixes #3002.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9763 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-03-06 20:27:30 +00:00
Bruce Dubbs
afe94891e0 Reset changelog after 7.1 release
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-03-02 20:32:33 +00:00
Bruce Dubbs
aa14485736 Minor changes to ifup boot script.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9757 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-02-29 22:22:52 +00:00
Bruce Dubbs
6d6a2f029d Add a patch for glibc that fixes a segfault's dlopen
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-02-24 23:40:48 +00:00
Bruce Dubbs
387a3a4af9 Add a note in section abput partitioning about
advanced techniques (e.g. RAID and LVM).


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9751 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-02-23 22:06:53 +00:00
Bruce Dubbs
f158011e9c Add sed to the m4 package to fix a false test failure.
Update mountfs script to support LVM volumes when stopping.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9748 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-02-20 02:08:13 +00:00
Bruce Dubbs
8e8d6e66b3 Activate any possible LVM partitions in checkfs script
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9746 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-02-15 18:20:54 +00:00
Matthew Burgess
b63bb9a9e5 Upgrade to Linux-3.1.6. Fixes #3018.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9744 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-02-14 20:48:25 +00:00
Matthew Burgess
fbac56f1b2 Upgrade to GMP-5.0.4. Fixes #3017.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-02-11 15:23:53 +00:00
Matthew Burgess
fe3809eb7a Remove a fixup for GMP's testsuite which was added upstream in GMP-5.0.3. Fixes #3016.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-02-09 23:17:42 +00:00
Matthew Burgess
35e5ed32e6 Upgrade to Linux-3.2.5. Fixes #3013.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9735 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-02-07 19:50:43 +00:00
Matthew Burgess
6059af4f29 Add lsmod link to kmod, missed from r9713.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-02-06 21:09:08 +00:00
Matthew Burgess
f365e1e8c6 Install Kmod's and Xz's pkgconfig files in the correct location.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-02-05 21:18:15 +00:00
Bryan Kadzban
841b7235aa Change the recipe for wrapper kernel module dependencies to use the explicit soft-dependency support added to kmod. While I'm here, rewrite a bunch of the chapter-7 udev processing documentation, now that we use devtmpfs.
Fixes #3010.



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9727 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-02-04 23:37:17 +00:00
Bruce Dubbs
6b13ebc66a Remove oblolete references to consolelog
Reformat udev configure command


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-02-03 03:55:07 +00:00
Bruce Dubbs
3380af3607 Clarify (again) the extraction order in GCC Pass 1
Reformat Kmod configure command.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-02-01 18:17:30 +00:00
Matthew Burgess
e187144281 Upgrade to Udev-180. Fixes #3008.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-01-30 21:18:39 +00:00
Matthew Burgess
bb75f17493 Upgrade to Udev-179. Fixes #3004.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9717 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-01-28 11:45:21 +00:00
Bruce Dubbs
bd899fb265 Update scripts to support BLFS bridge devices.
Cosmetic cleanups


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-01-27 20:39:49 +00:00
Matthew Burgess
661b744146 Fix invocation of kmod's test suite.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9715 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-01-26 20:41:46 +00:00
Matthew Burgess
84a599e25e Fix Udev URLs. Fixes #3003.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9714 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-01-24 19:33:26 +00:00
Matthew Burgess
f70b664df1 Upgrade to Udev-178 and add its dependency of Kmod-4. Fixes #2998 and #3001.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-01-22 09:01:57 +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
Matthew Burgess
09d0e596f9 Remove Libnl as IPRoute2 doesn't need it.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9707 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-01-11 22:39:06 +00:00
Matthew Burgess
5f40c7d1b5 Upgrade to File-5.10. Fixes #2989.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9700 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-01-08 14:08:15 +00:00
Bruce Dubbs
54d3ed5dbf Change to simple glibc version check in version-check.sh.
Change to php script for 'Get Counted'.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9698 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-01-06 21:43:31 +00:00
Bruce Dubbs
fae09b2f4f Update copyright year
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9697 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-01-05 06:41:52 +00:00
Matthew Burgess
9ab4ef5891 Fix version-check.sh's Glibc version detection on 64-bit Debian hosts. Thanks to Pierre Labastie for the report and fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-12-28 17:57:40 +00:00
Matthew Burgess
878bc8bc0b Add upstream patches for MPFR. Fixes #2983.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-12-23 19:03:08 +00:00
Matthew Burgess
0ce0735df8 Upgrade to Linux-3.1.5. Fixes #2981.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9689 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-12-10 08:32:42 +00:00
Matthew Burgess
634aa8990c Move Psmisc to before E2fsprogs to fix issues with E2fsprogs' testsuite. Fixes #2975.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-12-05 21:25:41 +00:00
Matthew Burgess
f6199b587d Add latest upstream patches for Bash. Fixes #2968.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9680 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-12-01 21:40:16 +00:00
Ken Moffat
7132873a97 Fix coreutils testsuite bug.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-11-28 16:48:57 +00:00
Bruce Dubbs
17698aac3c Clen up console script.
Fix man-pages url.
Fix minor typos.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9672 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-11-27 02:14:12 +00:00
Matthew Burgess
52ecb31cd4 Upgrade to Tcl-8.5.11. Fixes #2959.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9664 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-11-25 20:44:02 +00:00
Bruce Dubbs
6325a7ebbd Set 660 permissions for /var/log/btmp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9663 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-11-16 18:39:39 +00:00
Bruce Dubbs
9813d5e328 Updates to boot scripts:
general cleanup;
  move consolelog function to rc;
  clean up boot logging functions;
  fix interactive prompt between run level S and target run level.



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9661 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-11-14 20:40:06 +00:00
Bruce Dubbs
916c906b11 Text correction in bootscripts description.
Remove erroneous sourcing line in bootscript 'functions' file used for 
backward BLFS compatibility.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-11-08 19:11:01 +00:00
Matthew Burgess
fc2e4538af Remove What's New entries following LFS-7.0 release
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9653 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-10-29 12:39:26 +00:00
Bruce Dubbs
4fd1dd3374 Update change log
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9652 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-10-29 05:49:05 +00:00
Matthew Burgess
2ce327ccde Remove hardcoded paths from GCC's MPFR-related configure switches. Fixes #2948.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9645 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-10-28 19:42:21 +00:00
Bruce Dubbs
5b24cd9abe Spell out the fact that the linux kernel headers are
located in the linux kernel tarball.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-10-20 14:51:22 +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
776f1dc3a4 Add statusproc back to bootscripts.
Remove doc/ files when stripping in Chapter 5.
Add --noclear to agetty for tty1 in inittab.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-10-18 00:03:30 +00:00
Bruce Dubbs
8e771c5e61 Added Xz to the prerequsites.
Change file location for kbd, udev, util-linux, and moduule-utils.
Upgrade to Coreutils-8.14. 


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-10-13 20:11:45 +00:00
Matthew Burgess
9fbc54d7ae Upgrade to Glibc-2.14.1. Fixes #2940.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-10-12 21:33:37 +00:00