source: bootscripts/lfs/sysconfig/createfiles@ 5bc19fc

10.0 10.0-rc1 10.1 10.1-rc1 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 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 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 5bc19fc was 5bc19fc, checked in by Bruce Dubbs <bdubbs@…>, 13 years ago

Update to linux-3.0.4 and util-linux-2.20.
Fix minor bootscript problems.

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

  • Property mode set to 100644
File size: 1.1 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> <major> <minor>
15#
16# <filename> is the name of the file which is to be created
17# <type> is either file, dir, or dev.
18# file creates a new file
19# dir creates a new directory
20# dev creates a new device
21# <devtype> is either block, char or pipe
22# block creates a block device
23# char creates a character deivce
24# pipe creates a pipe, this will ignore the <major> and <minor> fields
25# <major> and <minor> are the major and minor numbers used for the device.
26########################################################################
27
28# End /etc/sysconfig/createfiles
Note: See TracBrowser for help on using the repository browser.