udev version 088

Florin Braescu florin at lunar-linux.org
Wed Mar 22 05:10:28 UTC 2006


Pe data de Mie 22 Mar 2006 06:51, Florin Braescu a scris:
> Hi everyone,
>
>   The 088 version of udev was just released. I have adapted the module in
> the moonbase for this new version and installed it. It ssem that some work
> need to be done to intergrate and simplify the two 05-udev-*.rules files
> which are installed in /etc/udev/rules directory. I attach here the
> proposed module for testing and improving.
>

  Ouch, i have missed to install the main rules file. Sorry. Here is the 
correct BUILD file.

  Florin
-------------- next part --------------
(

    sedit 's:^EXTRAS =:EXTRAS = extras/ata_id extras/cdrom_id extras/dasd_id extras/edd_id extras/firmware extras/floppy extras/run_directory extras/scsi_id extras/usb_id extras/volume_id:' Makefile &&

    patch_it $SOURCE2 0  &&

    default_make  &&

    make EXTRAS="${UDEV_EXTRAS}"  &&
    prepare_install  &&
    make EXTRAS="${UDEV_EXTRAS}" install  &&

    # Deprecated .. but udevd still doesn't do what udevstart does
    # udevsend only provided for legacy purposes
    install -m755 udevsend udevstart /sbin  &&
    install -m644 udevsend.8 udevstart.8 /usr/share/man/man8  &&
 
    # install the init.d script
    # we cannot use automagic install via coretools
    # since the udev script would be linked from rcX.d
    # and would interfere with boot/{reboot,halt}
    mkdir -p /etc/udev/rules.d  &&

    install -m755 ${SCRIPT_DIRECTORY}/udev /etc/init.d/  	    &&
    install -m644 ${SOURCE_CACHE}/${SOURCE3} /etc/udev/rules.d/     &&
    install -m644 ${SOURCE_DIRECTORY}/etc/udev/gentoo/udev.rules     \
		  /etc/udev/rules.d/50-udev.rules                   &&
    install -m644 ${SOURCE_DIRECTORY}/etc/udev/05-udev-early.rules   \
                             /etc/udev/rules.d/05-udev-early.rules  &&
    install -m644 ${SOURCE_DIRECTORY}/etc/udev/60-persistent-storage.rules  \
                             /etc/udev/rules.d/60-persistent-storage.rules
				     
) > $C_FIFO 2>&1


More information about the Lunar-dev mailing list