aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-08-15 23:04:08 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-08-15 23:04:08 +0000
commit75128f91c34fb8a4f08b8e573ea05f1b9c1cefb6 (patch)
treea84f058026ca5efa2f4c1bff570a7f107b3d4468 /bootscripts
parent3ed5e23957c90b27e1c915d9f0dd5872d5c05c92 (diff)
Remove redundant wording when checking toolchain values.
Reword bootscripts README file. Remove reference to mudflap git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10693 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r--bootscripts/README48
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.
+