- Timestamp:
- Feb 21, 2006, 2:01:55 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a1338d5
- Parents:
- 814881c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
udev/udev
r814881c5 r8b22376 54 54 case "$1" in 55 55 start) 56 echo"Creating /dev in tmpfs..."56 boot_mesg "Creating /dev in tmpfs..." 57 57 mount -n -t tmpfs tmpfs /dev -o mode=755 58 evaluate_retval 58 59 59 echo"Copying static entries..."60 boot_mesg "Copying static entries..." 60 61 cp -ar /lib/udev/devices/* /dev 62 evaluate_retval 61 63 62 echo"Executing udevstart..."64 boot_mesg "Executing udevstart..." 63 65 udevstart 66 evaluate_retval 64 67 65 68 # disable hotplug helper, udevd listens to netlink
Note:
See TracChangeset
for help on using the changeset viewer.