diff options
Diffstat (limited to 'bootscripts/README')
-rw-r--r-- | bootscripts/README | 48 |
1 files changed, 25 insertions, 23 deletions
diff --git a/bootscripts/README b/bootscripts/README index 72e1eb5f3..b71b10a64 100644 --- a/bootscripts/README +++ b/bootscripts/README @@ -45,28 +45,30 @@ CleanFS configuration: /etc/rc.d/init.d/cleanfs Configuration Files: - /etc/sysconfig/createfiles or /etc/sysconfig/rc.site - Each line is parsed, using space as a deliminator. - [NAME] [TYPE] [PERMISSIONS] [USER] [GROUP] - The below fields are currently only used on dev type. - ([DEV TYPE] [MAJOR#] [MINOR#]) - Name: - File/Directory/Device name - Type: - dir: creates a directory - file: creates a file - dev: creates a device - Permissions: - chmod the created file - User/Group: - chown the created file/dir to this user/group - Dev Type: - char: character [needs MAJOR#, MINOR#] - block: block [needs MAJOR#, MINOR#] - pipe: pipe - Major#: - Used by character and block devices. - Minor#: - Used by character and block devices. + /etc/sysconfig/rc.site - SKIPTMPCLEAN: skips cleaning of /tmp directory + /etc/sysconfig/createfiles + Each line is parsed, using space as a deliminator. + [NAME] [TYPE] [PERMISSIONS] [USER] [GROUP] + The below fields are currently only used on dev type. + ([DEV TYPE] [MAJOR#] [MINOR#]) + Name: + File/Directory/Device name + Type: + dir: creates a directory + file: creates a file + dev: creates a device + Permissions: + chmod the created file + User/Group: + chown the created file/dir to this user/group + Dev Type: + char: character [needs MAJOR#, MINOR#] + block: block [needs MAJOR#, MINOR#] + pipe: pipe + Major#: + Used by character and block devices. + Minor#: + Used by character and block devices. + |