# HG changeset patch # User Christophe Lincoln # Date 1338584016 -7200 # Node ID dac216ce48c5e9d7ed74db0a12a8990e66faac0c # Parent e7971445ddec24a180f7b61d5fc4a92c3d9f163a udev: we need /lib/udev/devices/shm in the minimal tree diff -r e7971445ddec -r dac216ce48c5 udev/receipt --- a/udev/receipt Fri Jun 01 22:32:11 2012 +0200 +++ b/udev/receipt Fri Jun 01 22:53:36 2012 +0200 @@ -40,13 +40,13 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/lib/firmware $fs/run/udev + mkdir -p $fs/lib/firmware cp -a $install/sbin $fs cp -a $install/etc $fs cp -a $install/lib/libudev*so* $fs/lib cp -a $install/lib/udev $fs/lib - + # Have udevd in PATH mv $fs/lib/udev/udevd $fs/sbin @@ -54,12 +54,13 @@ mv -f $fs/lib/udev/rules.d $fs/etc/udev cp $stuff/udev.conf $fs/etc/udev cp $stuff/*.rules $fs/etc/udev/rules.d - - # Create some devices and directories that Udev cannot handle + + # Create some devices and directories that Udev cannot handle # due to them being required very early in the boot process mkdir -p $fs/lib/udev/devices/pts + mkdir -p $fs/lib/udev/devices/shm mknod -m 0666 $fs/lib/udev/devices/null c 1 3 - + # Fix permissions chmod +x $fs/lib/udev/* chown -R root.root $fs diff -r e7971445ddec -r dac216ce48c5 udev/stuff/92-hal.rules --- a/udev/stuff/92-hal.rules Fri Jun 01 22:32:11 2012 +0200 +++ b/udev/stuff/92-hal.rules Fri Jun 01 22:53:36 2012 +0200 @@ -1,2 +1,2 @@ # pass all events to hal daemon -RUN+="socket:@/org/freedesktop/hal/udev_event" +#RUN+="socket:@/org/freedesktop/hal/udev_event"