6.62. Installing LFS-Bootscripts-1.10

Estimated build time:           0.01 SBU
Estimated required disk space:  420 KB

6.62.1. Installation of LFS-Bootscripts

We will be using SysV style init scripts. We have chosen this style because it is widely used and we feel comfortable with it. If you would prefer to try something else, Marc Heerdink has written a hint about BSD style init scripts, which may be found at http://hints.linuxfromscratch.org/hints/bsd-init.txt.

If you decide to use BSD style, or some other style scripts, you can skip Chapter 7 when you arrive at it and move on to Chapter 8.

Install LFS-Bootscripts by running the following command:

cp -a rc.d sysconfig /etc &&
chown -R root:root /etc/rc.d /etc/sysconfig

6.62.2. Contents of LFS-bootscripts

Last checked against version 1.10.

6.62.2.2. Descriptions

6.62.3. LFS-Bootscripts Installation Dependencies

Last checked against version 1.10.

Fileutils: chown, cp