Opened 14 years ago

Closed 14 years ago

#2715 closed task (fixed)

/dev mounted by udev?

Reported by: splotz90 Owned by: lfs-book@…
Priority: normal Milestone: 6.7
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by bdubbs@…)

6.2. Preparing Virtual Kernel File Systems:

The recommended method of populating the /dev directory with devices is to mount a virtual filesystem (such as tmpfs) on the /dev directory, and allow the devices to be created dynamically on that virtual filesystem as they are detected or accessed. This is generally done during the boot process by Udev.

I think this could be understood wrong. Udev doesn't mount tmpfs on the /dev directory.

This might be better:

The recommended method of populating the /dev directory with devices is to mount a virtual filesystem (such as tmpfs) on the /dev directory, and allow the devices to be created dynamically on that virtual filesystem as they are detected or accessed. This is generally done during the boot process by the bootscripts and Udev.

Change History (1)

comment:1 by bdubbs@…, 14 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

Fixed at revision 9337.

Note: See TracTickets for help on using tickets.