aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash-inst.xml
Commit message (Collapse)AuthorAgeFilesLines
* Added set +h after every exec /path/to/bashGerard Beekmans2003-05-131-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2610 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Zack's various-fixes patch.Gerard Beekmans2003-05-131-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Zack's patches. Untested at the moment, will do a build in a few ↵Timothy Bauscher2003-05-111-0/+6
| | | | | | minutes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2555 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Chapter 6 cleanup after conversions.Timothy Bauscher2003-01-191-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2392 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Billy's bash conversion.Timothy Bauscher2003-01-171-6/+17
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2357 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Symlink sh to bash, and bash to /static/bin/bash. Shortened some cp ↵Timothy Bauscher2002-09-021-1/+0
| | | | | | commands. Changed call to less so SGR will work. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* textual change that removes some confusion and very bad EnglishGerard Beekmans2002-08-141-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2056 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix bugs #335 and #342 plus various touch ups, layout fixed (line wrapping ↵Gerard Beekmans2002-05-021-3/+2
| | | | | | mostly) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 150] Re-create /bin/sh symlink in chapter 6 + similar thingsMark Hymers2001-12-101-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1371 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 164] XML Tidy upMark Hymers2001-10-271-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added --login to exec /bin/bashGerard Beekmans2001-09-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1206 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Noted change of chap6-bash install instruc.Gerard Beekmans2001-08-271-9/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1074 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 127] Clean up ln, mv and cp commandsMark Hymers2001-08-231-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed typoMark Hymers2001-08-091-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@952 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* White space matters now...Gerard Beekmans2001-07-311-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved the re-enter chroot command in the command blockGerard Beekmans2001-07-311-6/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* XML changesMark Hymers2001-07-221-17/+6
| | | | 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-12/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed the <blockquote><literallayout> and their closing tags fromGerard Beekmans2001-06-191-1/+3
| | | | | | | | | chrootcmd.xml and added them to the files that call chrootcmd. This allows for adding more commands around chroot (like logout in glibc-inst.xml) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@679 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added the mv $LFS/usr/bin/bash|bashbug $LFS/bin againGerard Beekmans2001-05-241-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@653 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added chrootcmd.xml and have bash-inst.xml, glibc-inst.xml, m4-inst.xmlGerard Beekmans2001-05-221-9/+1
| | | | | | | and chroot.xml use that file git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed blank lines after <literallayout> and before </literallayout>Simon Perreault2001-04-161-3/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* converted spaces->tabs in tagsGerard Beekmans2001-04-141-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@503 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* YouThomas Balu Walter2001-03-191-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated chroot commandGerard Beekmans2001-03-111-2/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@296 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial XML commitGerard Beekmans2001-02-151-0/+33
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689