Browse Source

udev: enhanced to work-around bug in fl_wrapper by adding the nodes to the flist directly

early
Alejandro Mery 17 years ago
parent
commit
bfe185b3b0
  1. 5
      filesystem/udev/udev.conf

5
filesystem/udev/udev.conf

@ -19,10 +19,13 @@ fi
udev_devices() {
local devdir="$root/lib/udev/devices"
local node=
echo "Creating base nodes ..."
mkdir -p "$devdir"
$confdir/create_nodes.sh $devdir < $confdir/udev_device_nodes.txt
$confdir/create_nodes.sh $devdir < $confdir/udev_device_nodes.txt | while read node; do
add_flist "$node"
done
}
udev_rules() {

Loading…
Cancel
Save