Changeset 1718 in MondoRescue for branches/2.2.5/mindi/mindi


Ignore:
Timestamp:
Oct 28, 2007, 11:18:13 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Still working on udev support in mindi
    • auto creation of the right links at boot time with udev-links.conf(from Mandriva 2008.0)
    • rework startup of udev as current makes kernel crash (from Mandriva 2008.0)
    • add support for 64 bits udev
  • Try to render MyInsmod silent at boot time
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1716 r1718  
    27682768        echo "udev device manager found" > tmp/USE-UDEV
    27692769        cp --parents -Rdf /etc/udev . 2> /dev/null
    2770         cp --parents -Rdf /lib/udev . 2> /dev/null
     2770        cp --parents -Rdf /lib/udev /lib64/udev . 2> /dev/null
    27712771    fi
    27722772    for w in cdrom floppy groovy-stuff ; do
Note: See TracChangeset for help on using the changeset viewer.