From 23732c833b91e47494704ab0f41ce7909c83d412 Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Sat, 24 Feb 2007 04:45:37 +0000 Subject: [PATCH] Udev does install some configuration files git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/udev.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 77e8515e4..a350ab5c0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2007-02-23 + + [dnicholson] - Corrected the text about Udev not installing + any configuration files. Reported by Chris Staub. + [dnicholson] - Removed the text suggesting that you can edit the specs file by hand in the toolchain adjustment since it's only diff --git a/chapter06/udev.xml b/chapter06/udev.xml index ff1326184..a8d9b44b8 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -97,8 +97,8 @@ ln -sv /proc/kcore /lib/udev/devices/core - Udev has to be configured in order to work properly, as it does - not install any configuration files by default. First install the + Udev has to be configured in order to work properly, as it only + installs a few configuration files by default. First install the commonly-used rules files provided by Udev: cp -v etc/udev/rules.d/[0-9]* /etc/udev/rules.d/