Initd-tools-0.1.3

Introduction to initd-tools

The initd-tools package contains programs to install and remove LSB based bootscripts.

This package is known to build and work properly using an LFS-7.7 platform.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/initd_tools

Installation of initd-tools

Install initd-tools by running the following commands:

./configure --prefix=/usr &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Program: install_initd and remove_initd
Installed Libraries:
Installed Directories: /usr/lib/lsb

Short Descriptions

install_initd

installs a boot script and the necessary symbolic links using LSB methodology.

remove_initd

removes a boot script and the necessary symbolic links using LSB methodology.

Last updated on 2015-02-20 21:50:01 -0800