mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-18 09:25:33 +01:00
Updated Makefile to automatically generate bootscript and udev-config tarballs Updated licesnse to be the same as BLFS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8548 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
19 lines
408 B
Plaintext
19 lines
408 B
Plaintext
########################################################################
|
|
# Begin /etc/sysconfig/rc
|
|
#
|
|
# Description : rc script configuration
|
|
#
|
|
# Authors :
|
|
#
|
|
# Version : 00.00
|
|
#
|
|
# Notes :
|
|
#
|
|
########################################################################
|
|
|
|
rc_base=/etc/rc.d
|
|
rc_functions=${rc_base}/init.d/functions
|
|
network_devices=/etc/sysconfig/network-devices
|
|
|
|
# End /etc/sysconfig/rc
|