aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09
Commit message (Collapse)AuthorAgeFilesLines
...
* Changing identifiers in preparation for moving sections.Alex Gronenwoud2004-01-274-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Small retouches.Alex Gronenwoud2003-10-261-5/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adding several cross reference tags.Alex Gronenwoud2003-10-241-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed /etc/lfs to /etc/lfs-releaseGerard Beekmans2003-10-231-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adding some markup and doing miscellaneous shuffles.Alex Gronenwoud2003-10-221-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Typo in last commit.Greg Schafer2003-10-161-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2993 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Chapter 9: Reworked final strip command. Relocated paragraphs about ↵Greg Schafer2003-10-162-8/+38
| | | | | | directory removal from Chapter 6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Chapter 9 - Rebooting the system: Reworked umount commands.Greg Schafer2003-10-141-10/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2977 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Internal markup reworking to fix the extraneous whitespace problem in the ↵Greg Schafer2003-10-092-8/+8
| | | | | | "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
* Corrected problems pointed out on the listsJeremy Utley2003-09-121-19/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Renaming /stage1 to /tools.Alex Gronenwoud2003-09-021-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Replaced 'static' instance with 'stage1'Gerard Beekmans2003-05-141-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2614 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Zack's various-fixes patch.Gerard Beekmans2003-05-131-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Billy's grammatical patch.Timothy Bauscher2003-01-131-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2317 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added "Prerequisites" section.Timothy Bauscher2002-10-261-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2206 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* o Added "What now?" section.Timothy Bauscher2002-10-253-19/+44
| | | | | | | | o Removed "Which Platform" section (for now). o Removed Appendix B. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed --enable-threads=posix from static gcc compilation. Fixed changelog ↵Timothy Bauscher2002-09-201-1/+1
| | | | | | and a number of typos. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed reiserfsprogs. Updated file and util-linux. Many miscellaneous changes.Timothy Bauscher2002-07-291-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Pointed to BLFS, added hints-index and blfs entities, updated URL in Vim.Timothy Bauscher2002-07-081-13/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2032 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed /etc/lfs-[version] to /etc/lfs and put the version number inside ↵Timothy Bauscher2002-06-141-4/+4
| | | | | | this file. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1993 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Named the hint authors, updated the URL to the editors in the hints index, ↵Timothy Bauscher2002-06-061-2/+2
| | | | | | and mentioned the Gawk patch to avoid confusion. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* applied Alex's commas.patchGerard Beekmans2002-06-031-6/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1960 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* dealing with umounting multiple partitionsGerard Beekmans2002-05-281-2/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1920 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* sort out ulink tags (see my mail to lfs-book)Mark Hymers2002-05-112-10/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1877 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* typoGerard Beekmans2002-03-171-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* syntactial change in find cmdGerard Beekmans2002-03-171-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* initial commit (split from theend.xml)Gerard Beekmans2001-10-061-0/+15
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* moved "get counted" to seperate section in chap9Gerard Beekmans2001-10-062-8/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1294 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added lfs-counter referenceGerard Beekmans2001-10-021-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1288 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added <?dbhtml> tag for output redirection into subdirGerard Beekmans2001-09-263-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1268 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* id should be ch09-reboot not ch08Gerard Beekmans2001-09-251-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed hint-root entity to hints-rootGerard Beekmans2001-09-071-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* replaced <ulink> to part in the book with <xref>'sGerard Beekmans2001-09-011-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1154 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* text updatesGerard Beekmans2001-08-292-11/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1116 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed some paragraphs that are supposed to be in reboot.xmlGerard Beekmans2001-08-271-27/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed typoMark Hymers2001-08-271-4/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added reboot in chap9Gerard Beekmans2001-08-273-3/+59
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1070 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Bug 116: Change lfs-hints URLs - also added entityMark Hymers2001-08-041-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@900 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* XML changesMark Hymers2001-07-221-59/+25
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed literallayout's to screen'sGerard Beekmans2001-07-101-10/+15
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated url's so in txt version when there's no hyperlink, the addressGerard Beekmans2001-07-101-7/+8
| | | | | | | is still available git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@770 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed locations to the hints on archive.linuxfromscratch.org (someGerard Beekmans2001-07-061-1/+2
| | | | | | | hints have been renamed into all lowercase) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@761 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Entity fixGerard Beekmans2001-06-301-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@748 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Merged chapter 9 with chapters6 and 7Gerard Beekmans2001-06-291-1/+18
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added some warnings regarding the stripping partGerard Beekmans2001-05-211-0/+20
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed --strip-unneeded to --strip-debugGerard Beekmans2001-05-161-2/+2
| | | | | | | | | | | | According to a report --strip-unneeded isn't as safe on libraries as we originally thought it to be. Apparently it will cause static link failures when static libs are stripped that way. Dynamic libs may have some unexpected problems too. So we'll just go back on the safe side and only use --strip-debug git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated text to include 'compiler symbols' as the explanation whatGerard Beekmans2001-05-061-7/+7
| | | | | | | --strip-unneeded is used for git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* --strip-debug -> --strip-unneededGerard Beekmans2001-05-061-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@570 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Put the 'touch' command in <blockquote><literallayout> tagsGerard Beekmans2001-04-271-1/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@546 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Mentioned stripping debug symbols.Simon Perreault2001-04-211-0/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@539 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689