#3520: eudev and lfs rules
----------------------+------------------------
 Reporter:  bdubbs@…  |      Owner:  lfs-book@…
     Type:  task      |     Status:  new
 Priority:  normal    |  Milestone:  7.6
Component:  Book      |    Version:  SVN
 Severity:  normal    |   Keywords:
----------------------+------------------------
 We need to add /etc/udev/rules.d/55-lfs.rules after the changes to eudev:

 {{{
 # /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"
 }}}

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3520>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to