|
|
@ -27,7 +27,11 @@ udev_pm() { |
|
|
|
mkdir -p $root/lib/{firmware,udev/devices/{pts,shm,bus/usb}} |
|
|
|
rm -f $root/lib/udev/devices/null |
|
|
|
mknod -m0666 $root/lib/udev/devices/null c 1 3 |
|
|
|
rm -f $root/lib/udev/devices/fd |
|
|
|
add_flist $root/lib/udev/devices/null |
|
|
|
rm -f $root/lib/udev/devices/zero |
|
|
|
mknod -m0666 $root/lib/udev/devices/zero c 1 5 |
|
|
|
add_flist $root/lib/udev/devices/zero |
|
|
|
rm -f $root/lib/udev/devices/fd |
|
|
|
ln -sv /proc/self/fd $root/lib/udev/devices/fd |
|
|
|
rm -f $root/lib/udev/devices/core |
|
|
|
ln -sv /proc/kcore $root/lib/udev/devices/core |
|
|
|