Changeset 197 in MondoRescue for trunk/mondo/mondo/common/libmondo-tools.c


Ignore:
Timestamp:
Dec 14, 2005, 12:12:15 AM (18 years ago)
Author:
bcornec
Message:

merge -r193:196 $SVN_M/branches/2.05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/libmondo-tools.c

    r183 r197  
    993993    }
    994994
    995     if (!run_program_and_log_output("fdisk -l | grep -i raid", 1)
     995    if (!run_program_and_log_output("parted2fdisk -l | grep -i raid", 1)
    996996        && !does_file_exist("/etc/raidtab")) {
    997997        log_to_screen
Note: See TracChangeset for help on using the changeset viewer.