Changeset 1780 in MondoRescue for branches/2.2.5/mondo


Ignore:
Timestamp:
Nov 9, 2007, 8:34:53 PM (16 years ago)
Author:
Bruno Cornec
Message:

In udev case do not insert modules at all (udev should do it alone)
May avoid the issue with rhel4.5 kernel ? To be tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/restore-scripts/mondo/label-partitions-as-necessary

    r1766 r1780  
    3333        elif [ "$format" = "swap" ] ; then
    3434            if [ "$opttun" = "-U" ]; then
    35                 LogIt "Creating uuid $label on swap partition $label"
     35                LogIt "Creating uuid $label on swap partition $mountpt"
    3636                echo -n "$label" | perl -ne 's/-//g;chomp;print pack "H*",$_' | dd conv=notrunc "of=$mountpt" obs=1 seek=1036
    3737            else
Note: See TracChangeset for help on using the changeset viewer.