From 8aa7fdeb1c7acf441548f5b19f9e342cce67924f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 20 May 2014 00:44:22 +0000 Subject: Remove unneeded confiugure switches from gcc. Restore installation of udev-lfs support files. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/eudev.xml | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'chapter06') diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index 82198e91a..b0fd145b3 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -89,25 +89,11 @@ mkdir -pv /etc/udev/rules.d tar -xvf ../eudev-&eudev-version;-manpages.tar.bz2 -C /usr/share - Finally, create some custom rules that are not covered as a part of the - defaults: + Finally, install some custom rules and support files useful in an LFS + environment: -cat > /etc/udev/rules.d/55-lfs.rules << "EOF" -# /etc/udev/rules.d/55-lfs.rules: Rule definitions for LFS. - -# Core kernel devices - -# This causes the system clock to be set as soon as /dev/rtc becomes available. -SUBSYSTEM=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/init.d/setclock start" -KERNEL=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/init.d/setclock start" - -# Comms devices - -KERNEL=="ippp[0-9]*", GROUP="dialout" -KERNEL=="isdn[0-9]*", GROUP="dialout" -KERNEL=="isdnctrl[0-9]*", GROUP="dialout" -KERNEL=="dcbri[0-9]*", GROUP="dialout" -EOF +tar -xvf ../&udev-lfs-version;.tar.bz2 +make -f &udev-lfs-version;/Makefile.lfs install -- cgit v1.2.3-54-g00ecf