aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09
Commit message (Collapse)AuthorAgeFilesLines
* systemd: Use NSS modules provided by systemd in nsswitch.confXi Ruoyao2023-09-142-36/+39
| | | | | It allows a simplification to /etc/hosts. Also correct some info about FQDN in both sysv and systemd.
* TypoThomas Trepl2023-08-261-1/+1
|
* Remove references to eudevXi Ruoyao2023-07-181-1/+1
|
* Replace eudev with udev from systemdXi Ruoyao2023-07-161-1/+1
|
* configuration: Use [DHCPv4] instead of [DHCP] for systemd .network fileXi Ruoyao2023-02-171-1/+1
| | | | | | | The upstream has splitted [DHCP] into [DHCPv4] and [DHCPv6]. While we are only enabling DHCPv4 in the example setting (in most scenario DHCPv6 is not strictly needed as SLAAC is sufficient), just use [DHCPv4] instead of [DHCP].
* Clarified some things that seemed unclear.David Bryant2022-12-311-14/+15
| | | | | | | | Altered references to "a startup file" to "startup files". Added detail to a reference to the bash info page. Tweaked description of mafunctions caused by invalid locales. Clarified descripton of extended ASCII characters. Every byte has the high-order bit *set*; in extended ASCII, that bit is *on*.
* Minor tweaks: a couple of commas, "your time zone".David Bryant2022-12-311-2/+2
|
* Removed superfluities, corrected spelling and capitalization.David Bryant2022-12-301-62/+66
| | | | | Clarifed things that seemed unclear. Removed some phrases that said little. Broke up a run-on sentence. Etc.
* Clarify by reordering some sentences; improve English idiom.David Bryant2022-12-241-21/+21
| | | | | Corrected capitilization of some titls. Reworked some clumsy sentences. Eliminated one tautological sentence.
* Clean up / clarify disccussion; correct capitalization of titles.David Bryant2022-12-221-37/+37
| | | | | | Clarify discussion of "eth0" vs "enp5s0". Remove superfluous verbiage. Improve punctuation. Patch grammatical errors (subject / verb). Improve English idiom in a few places.
* Add a missing XML tag (<filename class="directory">).David Bryant2022-12-221-1/+2
|
* Correct capitalization, patch up grammar and idiom.David Bryant2022-12-211-38/+38
| | | | | | | Regularized capital letters in <title> lines. Changed a dependent clause and made it independent. Smoothed out some bumpy verbiage in the "History" section. Removed superfluous verbiage. Clarified some trounbleshooting advice.
* Improved English idiom; clarified a few descriptions of scripts.David Bryant2022-12-211-7/+7
|
* Remove redundant verbiage and clarify a few things.David Bryant2022-12-211-8/+8
|
* kernfs: modernize the explanation for bind mounting /devXi Ruoyao2022-10-011-1/+1
| | | | | | | | | | | | | If you are using a "modern" distro (with devtmpfs and a modern udev implementation), a bind mounting is actually not needed because you can mount devtmpfs anyway. The only reason for bind mounting is to be compatible with old host distros where /dev is a directory containing many static device nodes, or is a tmpfs (not same as devtmpfs) popluated by bootscript or an old udev (modern udev implementations, including eudev and systemd-udev used by LFS, strictly requires a devtmpfs on /dev). So update the explanation to match the status quo.
* partition: update the description for /tmp with tmpfsXi Ruoyao2022-09-231-1/+1
|
* Remove trailing spacesPierre Labastie2022-09-111-3/+3
|
* some http -> https changesXi Ruoyao2022-09-053-3/+3
|
* disable systemd-networkd-wait-online if ...Xi Ruoyao2022-05-291-0/+11
| | | | systemd-networkd won't be used for network configuration
* Make clear that run-level definitions are for LFSPierre Labastie2022-05-112-2/+2
|
* Rename run level 2Bruce Dubbs2022-05-101-1/+1
|
* Remove the 0/6 exception explanation in usage.xmlPierre Labastie2022-03-251-2/+2
| | | | It's not true anymore with the new semantics of K/S files.
* inputrc: "8bit" -> "8-bit"Xi Ruoyao2022-03-251-1/+1
| | | | | | The info page of readline says "eight-bit", so I guess a dash is proper. Suggested-by: rhubarbpieguy <rhubarbpieguy@vivaldi.net>
* fix typosXi Ruoyao2022-03-251-1/+1
| | | | Suggested-by: rhubarbpieguy <rhubarbpieguy@vivaldi.net>
* Update references to active display managersBruce Dubbs2022-03-211-1/+1
|
* Clarify SysV run levels.Bruce Dubbs2022-03-211-3/+17
| | | | | | Update the meaning of run level 2. Add some clarifying remarks about run levels 0 and 6 (halt and reboot).
* [Sysv]: /etc/inittab: respawn sulogin in runlevel 1Pierre Labastie2022-03-181-1/+2
| | | | | | | | If run once (as it is now), the only possibility after hitting control-D is to reboot. Note that init treats the S runlevel differently: when the last daemon to be run n runlevel S exits, init switches to the default runlevel. This is not the case for other runlevels.
* Do a minor reword in networkd.xml and move Firmware Drivers to theDouglas R. Reno2022-02-261-1/+1
| | | | Device Drivers section in the systemd kernel configuration.
* Spelling/TyposBruce Dubbs2022-02-182-2/+2
|
* systemd net cfg: fix unclosed <...>Xi Ruoyao2022-02-061-1/+1
|
* systemd net cfg: fix ambigious "it"Xi Ruoyao2022-02-051-2/+2
|
* systemd network config: slightly reword about resolv.confXi Ruoyao2022-02-051-1/+6
|
* Minor tweaks to systemdDouglas R. Reno2022-02-041-3/+9
|
* network cfg: mention that LFS and the host may name interfaces differentlyXi Ruoyao2022-01-312-6/+27
|
* clarify that the system "*ctl" commands won't work in chrootXi Ruoyao2021-09-213-6/+9
|
* Remove spaces at end o lines - chapterO9Pierre Labastie2021-09-0711-73/+73
|
* Minor instruction changes and text updates.Bruce Dubbs2021-07-271-1/+1
| | | | | | | | | | | Move coreutils library from /usr/libexec to /usr/lib in both Chapter 6 and Chapter 8. Text updates in chapter08/pkgmgt.xml and chapter09/locale.xml. Restore deletion of hanging test in chapter08/util-linux.xml. Text changes in stripping and make instruction compatible with jhalfs.
* Merge Xi's changes into trunkDouglas R. Reno2021-05-112-3/+3
| | | | | | | | | | | | | Update to meson-0.58.0 Update to systemd-248 Update to gcc-11.1.0 Update to linux-5.12.1 Update to iproute2-5.12.0 Update to Python-3.9.5 Make /bin, /sbin, and /lib symlinks to their counterparts in /usr. Thanks again for a significant portion of this work goes to Xi, I only really merged it and made a couple of modifications for my updates. To LFS 11.x we go!
* remove $Date$ and $LastChangedBy$Xℹ Ruoyao2021-03-311-6/+0
| | | | They are unsupported by Git.
* systemd: network configuration: network-manager is now compatible with ↵Xi Ruoyao2021-03-121-6/+7
| | | | | | systemd-resolved git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12161 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* use /run for runtime state directoriesXi Ruoyao2021-01-131-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* decorate usernames with <systemitem>Xi Ruoyao2020-12-261-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12071 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* typosBruce Dubbs2020-08-281-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix the /etc/hosts file on systemdDouglas R. Reno2020-06-121-9/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11930 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updates to chapter09 for systemdDouglas R. Reno2020-06-128-69/+71
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11929 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Text updated for cross2 chapter 9Bruce Dubbs2020-06-128-252/+62
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Rename package entities to be independent of chapter numberingThomas Trepl2020-06-111-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial commit of alternative cross LFSBruce Dubbs2020-06-0720-315/+3550
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add /etc/os-release to SysV,Pierre Labastie2020-01-091-22/+30
| | | | | | and reword instructions in "The End" git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Typos and cleanupBruce Dubbs2019-07-141-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689