aboutsummaryrefslogtreecommitdiffstats
path: root/udev-config/doc
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-08-31 16:42:52 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-08-31 16:42:52 +0000
commited992fbc68220ed47d3d20f3f2a3d7f1e92288cb (patch)
treec8931304d1991e9e3d0ee69a649824b9640113d2 /udev-config/doc
parent4afbb4a75a924c2edb72d68ea76ccbb4eea868b0 (diff)
Minor typos in bootscripts.
Remove obsolete udev-config directory. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-config/doc')
-rw-r--r--udev-config/doc/55-lfs.txt20
-rw-r--r--udev-config/doc/README6
2 files changed, 0 insertions, 26 deletions
diff --git a/udev-config/doc/55-lfs.txt b/udev-config/doc/55-lfs.txt
deleted file mode 100644
index 5f116f9b7..000000000
--- a/udev-config/doc/55-lfs.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Purpose of rules file:
-
-Most of the rules installed by Udev itself create devices with the correct
-properties. This file contains rules that have not been merged upstream yet.
-
-Description of rules:
-
-By default, Udev creates device nodes with UID 0, GID 0, and permissions 0660.
-
-ISDN-related devices should be owned by the 'dialout' group, hence the following
-rule (and similar):
-
-KERNEL=="ippp[0-9]*", GROUP="dialout"
-
-The RTC-related rules cause the setclock bootscript to be run as soon as the
-RTC device has been created by Udev, meaning that times in log files, for
-example, are as accurate as possible as quickly as possible.
-
-A final word of caution: Any particular rule must be written on one line, and a
-comma must separate each part of the rule.
diff --git a/udev-config/doc/README b/udev-config/doc/README
deleted file mode 100644
index 01216694c..000000000
--- a/udev-config/doc/README
+++ /dev/null
@@ -1,6 +0,0 @@
-This directory contains documentation for each rule file used in LFS.
-
-Each .rules file should contain a corresponding .txt file in this directory,
-which explains both the overall purpose of the rules file, and each type of
-rule contained therein.
-