Changeset c044e1b for udev/udev


Ignore:
Timestamp:
Feb 21, 2006, 2:01:37 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7467862
Parents:
bcd8cff
Message:

r1002@server (orig r1000): jim | 2006-01-04 17:11:14 -0800

r1271@server: jim | 2006-01-04 16:39:41 -0800
Added creating of /dev and copying of files


File:
1 edited

Legend:

Unmodified
Added
Removed
  • udev/udev

    rbcd8cff rc044e1b  
    5454case "$1" in
    5555    start)
     56        echo "Creating /dev in tmpfs..."
     57        mount -n -t tmpfs tmpfs /dev -o mode=755
     58
     59        echo "Copying static entries..."
     60        cp -ar /lib/udev/devices/* /dev
     61
     62        echo "Executing udevstart..."
     63        udevstart
     64
    5665        # disable hotplug helper, udevd listens to netlink
    5766        echo "" > /proc/sys/kernel/hotplug
Note: See TracChangeset for help on using the changeset viewer.