MTD 248-645A Instrukcja Użytkownika Strona 332

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 347
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 331
Linux From Scratch - Version 7.0
312
Appendix E. Udev configuration rules
The rules from udev-config-20100128.tar.bz2 in this appendix are listed for convenience. Installation is normally
done via instructions in Section 6.60, “Udev-173”.
E.1. 55-lfs.rules
# /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"
Przeglądanie stron 331
1 2 ... 327 328 329 330 331 332 333 334 335 336 337 ... 346 347

Komentarze do niniejszej Instrukcji

Brak uwag