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


Ignore:
Timestamp:
Oct 28, 2007, 2:03:30 AM (16 years ago)
Author:
Bruno Cornec
Message:

Adds udev support (mandatory for newest distributions to avoid remapping of devices in a different way as on the original system)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1715 r1716  
    27642764    mkdir -p tmp
    27652765    [ -e "/dev/.devfsd" ] && echo "/dev/.devfsd found" > tmp/USE-DEVFS
     2766    ps auxww | grep -v grep | grep -q /udevd
     2767    if [ $? -eq 0 ]; then
     2768        echo "udev device manager found" > tmp/USE-UDEV
     2769        cp --parents -Rdf /etc/udev . 2> /dev/null
     2770        cp --parents -Rdf /lib/udev . 2> /dev/null
     2771    fi
    27662772    for w in cdrom floppy groovy-stuff ; do
    27672773        mkdir -p mnt/$w
Note: See TracChangeset for help on using the changeset viewer.