source: bootscripts-standard/boot-scripts/README

Last change on this file was c6664b3, checked in by Chris Staub <chris@…>, 10 years ago

Fixed spelling error

  • Property mode set to 100644
File size: 918 bytes
Line 
1SetClock configuration:
2 Script Files:
3 rc.d/init.d/setclock
4
5 Configuration Files:
6 sysconfig/clock
7 - UTC: 1 assumes hwclock is in UTC
8 0 assumes hwclock is in local time
9
10CleanFS configuration:
11 Script Files:
12 rc.d/init.d/cleanfs
13
14 Configuration Files:
15 /etc/sysconfig/createfiles
16 Each line is parsed, using space as a delimiter.
17 [NAME] [TYPE] [PERMISSIONS] [USER] [GROUP]
18 The below fields are currently only used on dev type.
19 ([DEV TYPE] [MAJOR#] [MINOR#])
20 Name:
21 File/Directory/Device name
22 Type:
23 dir: creates a directory
24 file: creates a file
25 dev: creates a device
26 Permissions:
27 chmod the created file
28 User/Group:
29 chown the created file/dir to this user/group
30 Dev Type:
31 char: character [needs MAJOR#, MINOR#]
32 block: block [needs MAJOR#, MINOR#]
33 pipe: pipe
34 Major#:
35 Used by character and block devices.
36 Minor#:
37 Used by character and block devices.
Note: See TracBrowser for help on using the repository browser.