Xi Ruoyao
ea93c117f2
treewide: Use <ulink> instead of <filename> for man pages
...
"gcc(1)" is really not a file name.
Use <ulink> and link to the online man page on
https://man.archlinux.org/ so the user can refer to the man pages more
easily.
The change is done via a sed command and long lines are wrapped
manually.
2024-01-26 01:59:06 +08:00
Pierre Labastie
7152faa5fa
Change all xml files to utf-8 encoding
2024-01-18 20:53:23 +01:00
Pierre Labastie
811d59db8b
Nitpick on format
...
- according to our typography, referring to a manual page should be
<filename>page(x)</filename>
- don't enclose punctuation into quotes
- use <option> for option
2024-01-11 13:52:28 +01:00
Douglas R. Reno
655450075c
Setting Environment: minor tweak
2023-11-22 16:08:30 -06:00
Xi Ruoyao
a0a803c0b0
settingenviron: Set MAKEFLAGS for parallelism in ~lfs/.bashrc
2023-11-13 21:09:47 +08:00
Anton Mosich
2d6ced8aec
Fix small typos
2023-08-03 22:55:17 +08:00
David Bryant
4e2645304c
Standardize spelling of "cross-compile" and its derivatives. Clean up
...
English idiom. Remove some superfluous verbiage here and there.
2022-10-28 11:37:59 -05:00
Xi Ruoyao
aa9ade1fba
more clarification of "log in as lfs user"
...
And, don't recommended to "log in as lfs through a DM" anymore: if you
log in through a DM then start a terminal emulator, the first shell in
the emulator is often a non-login shell. It's not something we expect.
2022-09-29 18:26:52 +08:00
David Bryant
ec7b046623
Tweaked English idiom / clarified directiions in chapters 4.3 and 4.4.
2022-09-27 13:07:58 -05:00
Pierre Labastie
c37e846f4b
Replace tabs with spaces
2022-09-11 18:42:58 +02:00
Xi Ruoyao
490dc15317
remove "+h" in bash commands in chroot ( #4998 )
...
In the new cross-compilation approach, the $PATH in chroot does not
contain '/tools/bin'. So "+h" is useless in chroot as the newly
installed tools always replace the temporary counterpart at the same
location.
"+h" in chapter4/settingenviron.xml is kept deliberately. Currently
$LFS/tools/bin only contains programs prefixed with
"x86_64-lfs-linux-gnu-", and it's highly unlikely that any distro will
ever ship a program named with such prefix. So it may seems that we can
remove this "+h" as well. However, the situation may change in future
and we can take this oppertunity to teach the advantage and disvantage
of bash hash feature.
2022-02-05 20:48:27 +08:00
Pierre Labastie
707c4d32ad
Remove spaces at end o lines - chapter04
2021-09-07 22:44:10 +02:00
Bruce Dubbs
a2d41cf2c4
Minor text changes
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-09-04 15:51:18 +00:00
Xi Ruoyao
df77b24d1d
env: set CONFIG_SITE to prevent potential contamination from host distro
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12045 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-09-04 07:38:44 +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
Pierre Labastie
dbb91224d9
Typo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11975 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-22 08:11:36 +00:00
Xi Ruoyao
ee0638f3ab
environment: decorate a remaining lfs username
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11974 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-22 07:52:44 +00:00
Xi Ruoyao
3a38c46bd2
environment: make bash.bashrc note more clear
...
Decorate usernames with XML labels.
Modify the command so it only applies to systems with bash.bashrc.
Correct the time point which we stop to use lfs user.
Tell the audience that bash.bashrc is useless on LFS.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11973 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-22 07:47:08 +00:00
Bruce Dubbs
686c88ba6b
Add a note about /etc/bash.bashrc used in some distros.
...
Tweak css for appendix/dependencies.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11972 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-22 01:21:48 +00:00
Xi Ruoyao
d66640ef1c
fix a typo
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11952 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-18 04:22:40 +00:00
Bruce Dubbs
ee714d385e
Text update to cross2 Chapter 4.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-06-09 21:26:11 +00:00
Pierre Labastie
a97aa3dd0b
Fix test for symlink when setting PATH
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11839 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-05-06 14:58:26 +00:00
Pierre Labastie
b454589fa6
Avoid having /bin in lfs' PATH if the build distro has merged
...
/bin and /usr/bin
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11837 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-05-06 13:02:47 +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
Bruce Dubbs
df43be1530
Textual updates thanks to Kevin Buckley.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11800 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2020-03-29 20:04:31 +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
448e2261fb
Text changes:
...
Move about LFS to Chapter 2.
Add intor to Chapter 4.
Explain why specific symlinks are needed in Chapter 6.
Remove obsolete reference to old glibc version.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10575 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2014-06-11 04:57:05 +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
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
Manuel Canales Esparcia
6a3b6af435
Indented chapter 04.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-15 12:10:43 +00:00
Archaic
663ecfcc5f
Several minor wording changes (chapters 1 - 5).
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-06-29 16:24:16 +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
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
Manuel Canales Esparcia
155d6d1a6f
Removed obsolete commented text, chapter04.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4596 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-01-30 10:36:17 +00:00
Manuel Canales Esparcia
ae79672711
More text dropped.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4425 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-12-19 19:50:52 +00:00
Manuel Canales Esparcia
05616e275f
<qoute> isn't allowed inside <userinput>.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-29 20:09:37 +00:00
Manuel Canales Esparcia
55851d6ef3
Tagging corrections in chapters 1 to 4.
...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-29 20:00:54 +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