6.57. Installing LFS-Bootscripts-1.9

Estimated build time:           1 minute
Estimated required disk space:  23 KB

6.57.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 want to try something else, someone has written an LFS-Hint on BSD style init scripts 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 arive 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.57.2. Contents of LFS-bootscripts-1.9

6.57.2.2. Descriptions

6.57.3. Dependencies

bootscripts-1.9 needs the following to be installed:


fileutils: chown, cp