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

Usage of parted2fdisk instead of fdisk everywhere.
on ia64 this is mandatory, and simplifies the infrastructure
on other archs, it doesn't change anything as parted2fdisk here is a link to fdisk

File:
1 edited

Legend:

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

    r182 r196  
    12201220    }
    12211221
    1222     if (!run_program_and_log_output("fdisk -l | grep -i raid", 1)
     1222    if (!run_program_and_log_output("parted2fdisk -l | grep -i raid", 1)
    12231223        && !does_file_exist("/etc/raidtab")) {
    12241224        log_to_screen
Note: See TracChangeset for help on using the changeset viewer.