mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-30 06:25:25 +03:00
[PATCH] fix HOWTO-udev_for_dev for udevdir
This commit is contained in:
parent
c013b034ae
commit
b1224bc0da
@ -38,9 +38,11 @@ NOTE NOTE NOTE NOTE NOTE NOTE NOTE
|
||||
I did this with the latest Fedora startup scripts with the patch at
|
||||
the end of this file.
|
||||
|
||||
- make sure the /etc/udev/udev.conf file lists the udev_root as /dev.
|
||||
It should contain the following line in order to work properly.
|
||||
- make sure the /etc/udev/udev.conf file lists the udev_root as "/dev/"
|
||||
and the udev_db as "/dev/.udev.tdb". It should contain the
|
||||
following lines in order to work properly.
|
||||
udev_root="/dev/"
|
||||
udev_db="/dev/.udev.tdb"
|
||||
|
||||
- reboot into a 2.6 kernel and watch udev create all of the initial
|
||||
device nodes in /dev
|
||||
|
Loading…
Reference in New Issue
Block a user