Changeset 852593c
- Timestamp:
- Feb 21, 2006, 2:19:34 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:
- 614f4d2
- Parents:
- 4faecfa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
udev/udev
r4faecfa r852593c 55 55 start) 56 56 boot_mesg "Creating /dev in tmpfs..." 57 mount -n -t tmpfs tmpfs /dev -o mode=75557 mount -n -t tmpfs -o mode=0755 udev /dev 58 58 evaluate_retval 59 59 60 60 boot_mesg "Copying static entries..." 61 cp -ar /lib/udev/devices/* /dev 61 cp --preserve=all --recursive --remove-destination /lib/udev/devices/* /dev 62 evaluate_retval 63 64 boot_mesg "Setting Permissons /dev/shm..." 65 chmod 1777 /dev/shm 62 66 evaluate_retval 63 67 64 # disable hotplug helper, udevd listens to netlink 65 if [ `cat /proc/sys/kernel/hotplug` ] ; then 66 echo "" > /proc/sys/kernel/hotplug 67 fi 68 boot_mesg "Mounting /dev/pts..." 69 mount -n -t devpts -o mode=0620,gid=10 devpts /dev/pts 70 evaluate_retval 71 72 echo "" > /sys/kernel/uevent_helper 68 73 69 74 # start udevd
Note:
See TracChangeset
for help on using the changeset viewer.