Init scripts for Linux From Scratch
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Alister Sanders 4e1c8b3795
tweaked dist target
6 years ago
Makefile tweaked dist target 6 years ago
README.md readme touch-ups 6 years ago
rc.conf Initial commit 6 years ago
rc.init updated rc.init 6 years ago
rc.shutdown minor changes to rc.init; fixed rc.shutdown kill problems 6 years ago

README.md

init-scripts

These are my custom-made init scripts, made with suckless init in mind. The scripts should work on any GNU/Linux[-libre] distribution with suckless init or similar installed, with little or no modification.

Installation

A makefile is included. To install:

# make install

The makefile supports the DESTDIR and PREFIX variables, and of course an uninstall target for if things go horribly wrong:

# make uninstall

License

All of the scripts included in this package are free software, licensed under the terms of the GNU GPL, version 3 or later. See LICENSE for details.