Changeset 1865 in MondoRescue for branches/2.2.5


Ignore:
Timestamp:
Jan 16, 2008, 12:18:46 PM (16 years ago)
Author:
Bruno Cornec
Message:

Now also fixes when not swap :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1864 r1865  
    14281428                        if [ _"`readlink -f $tmpp`" = _"$current_partition" ]; then
    14291429                            str_to_find_fmt_with=$tmpp
     1430                            partition_mountpt=`tr -s '\t' ' ' < $MY_FSTAB | /bin/grep -w "$tmpp" | /bin/grep -vx " *#.*" | $AWK '{print $2}' | head -n1`
    14301431                            break;
    14311432                        fi
Note: See TracChangeset for help on using the changeset viewer.