aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-04-08 16:00:01 +0000
committerMichael Witten <mfwitten@gmail.com>2011-04-11 05:14:41 +0000
commitbde1af68b61f0f36127de09eee5a5051ae5c9167 (patch)
tree1810868b110746feff23f11cac40cd5a001f000c /README
parent3fe44a296abbac8a3df667861a7c111e95b54ca4 (diff)
downloadudev-bde1af68b61f0f36127de09eee5a5051ae5c9167.tar.gz
Docs: README: Add missing `and'
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 04e722f3..5cac0213 100644
--- a/README
+++ b/README
@@ -41,18 +41,18 @@ Requirements:
unusable because the kernel may create too many processes in parallel
so that the system runs out-of-memory.
- - The proc filesystem must be mounted on /proc, the sysfs filesystem must
+ - The proc filesystem must be mounted on /proc, and the sysfs filesystem must
be mounted at /sys. No other locations are supported by a standard
udev installation.
- The system must have the following group names resolvable at udev startup:
- disk, cdrom, floppy, tape, audio, video, lp, tty, dialout, kmem.
+ disk, cdrom, floppy, tape, audio, video, lp, tty, dialout, and kmem.
Especially in LDAP setups, it is required, that getgrnam() is able to resolve
these group names with only the rootfs mounted, and while no network is
available.
- To build all 'udev extras', libacl, libglib2, libusb, usbutils, pciutils,
- gperf are needed. These dependencies can be disabled with the
+ and gperf are needed. These dependencies can be disabled with the
--disable-extras configure option.
Setup: