Ignore:
Timestamp:
Mar 10, 2024, 8:22:38 PM (3 months ago)
Author:
Bruno Cornec
Message:

Remove EFI references for ia64

File:
1 edited

Legend:

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

    r3888 r3889  
    687687    if (!run_program_and_log_output("mount | grep -Ew 'vfat|fat|dos' | grep -vE \"/dev/fd|nexdisk\"", 0)) {
    688688        if (!run_program_and_log_output("mount | grep -Ew 'vfat|fat|dos' | grep -Ew efi", 0)) {
    689             log_to_screen("I think you have a EFI/UEFI partition.");
     689            log_to_screen("I think you have a UEFI partition.");
    690690        } else {
    691691            log_to_screen("I think you have a Windows 9x partition.");
Note: See TracChangeset for help on using the changeset viewer.