Revision: 11559
Author: pierre
Date: 14 марта 2019 г. 15:09:52
Message:
Fix two typos spotted by J. Lepiller and others introduced by myself
----
Modified : /trunk/BOOK/chapter06/python.xml
Modified : /trunk/BOOK/chapter06/systemd.xml
Modified : /trunk/BOOK/chapter07/consoled.xml
Modified : /trunk/BOOK/chapter07/network.xml
Modified : /trunk/BOOK/chapter07/networkd.xml
Author: pierre
Date: 10 марта 2019 г. 12:12:26
Message:
Make variable values <replaceable> in /etc/sysconfig/ifconfig.xxx example.
+ little rewording of some comments.
----
Modified : /trunk/BOOK/chapter07/network.xml
Author: pierre
Date: 9 марта 2019 г. 11:28:01
Message:
Adapt the LFS book for new jhalfs. The only visible change should be
in "Static IP Configuration" for systemd, where <network-device-name> is
made <replaceable>, and so appears in italics (note: this is not needed
by jhalfs, but is consistent with other similar constructs in the book)
----
Modified : /trunk/BOOK/chapter07/clock.xml
Modified : /trunk/BOOK/chapter07/consoled.xml
Modified : /trunk/BOOK/chapter07/network.xml
Modified : /trunk/BOOK/chapter07/networkd.xml
Modified : /trunk/BOOK/chapter07/usage.xml
* Remove unneeded function literals.
* Fix pidlist logic in statusproc.
* Fix statusproc usage statement.
* Add nodevtmpfs in mountfs stop.
* Be consistent wtih #!/bin/sh
Add nodump to xml so command to print out 70-persistent-net.rules
will not be used in jhalfs. Fixes a problem in kvm.
Move network services to /lib/services.
Move init-functions to /lib/lsb.
Make /lib/lsb a symlink to /lib/services.
Create convenience symlink /etc/init.d->/etc/rc.d/init.d
Add help and man pages to ifup/ifdown.
Append /run/var/bootlog to /var/log/boot.log at the end of
the boot sequence.
Add capability to step through the boot scripts at boot time.
Optionally allow environment variables in sysconfig directory's
console, network, and clock files to be placed in rc.site.
Add an optional FASTBOOT parameter to set /fastboot when rebooting.
Remove a minor warning message from udev that is triggered
by the udev_retry boot script.
Add SKIPTMPCLEAN as an optional parameter to skip cleaning /tmp at boot time.
Add a page to Chapter 7 documenting rc.site.