source: bootscripts/lfs/sysconfig/createfiles@ 61707b1

11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 61707b1 was f874424, checked in by Bruce Dubbs <bdubbs@…>, 13 years ago

Rename /etc/sysconfig/init_params to /etc/sysconfig/rc.site.
Move network services to /lib/services.
Move init-functions to /lib/lsb.
Make /lib/lsb a symlink to /lib/services.
Create convenience symlink /etc/init.d->/etc/rc.d/init.d
Add help and man pages to ifup/ifdown.

Append /run/var/bootlog to /var/log/boot.log at the end of
the boot sequence.

Add capability to step through the boot scripts at boot time.

Optionally allow environment variables in sysconfig directory's
console, network, and clock files to be placed in rc.site.

Add an optional FASTBOOT parameter to set /fastboot when rebooting.

Remove a minor warning message from udev that is triggered
by the udev_retry boot script.

Add SKIPTMPCLEAN as an optional parameter to skip cleaning /tmp at boot time.

Add a page to Chapter 7 documenting rc.site.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.0 KB
Line 
1########################################################################
2# Begin /etc/sysconfig/createfiles
3#
4# Description : Createfiles script config file
5#
6# Authors :
7#
8# Version : 00.00
9#
10# Notes : The syntax of this file is as follows:
11# if type is equal to "file" or "dir"
12# <filename> <type> <permissions> <user> <group>
13# if type is equal to "dev"
14# <filename> <type> <permissions> <user> <group> <devtype>
15# <major> <minor>
16#
17# <filename> is the name of the file which is to be created
18# <type> is either file, dir, or dev.
19# file creates a new file
20# dir creates a new directory
21# dev creates a new device
22# <devtype> is either block, char or pipe
23# block creates a block device
24# char creates a character deivce
25# pipe creates a pipe, this will ignore the <major> and
26# <minor> fields
27# <major> and <minor> are the major and minor numbers used for
28# the device.
29########################################################################
30
31# End /etc/sysconfig/createfiles
Note: See TracBrowser for help on using the repository browser.