Ignore:
Timestamp:
Oct 22, 2005, 12:31:29 AM (19 years ago)
Author:
bcornec
Message:

Patch allowing to restore on ia64 till 3rd CD :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.04_berlios/mondo/mondo/mondorestore/mondo-prep.c

    r71 r85  
    834834        sprintf(program, "newfs_msdos -F 32 %s", device);
    835835#else
     836#ifdef __IA64__
     837        /* For EFI partitions take fat16
     838         * as we want to make small ones */
     839        sprintf(program, "mkfs -t %s -F 16 %s", format, device);
     840#else
    836841        sprintf(program, "mkfs -t %s -F 32 %s", format, device);
     842#endif
    837843#endif
    838844        res = run_program_and_log_output(program, FALSE);
Note: See TracChangeset for help on using the changeset viewer.