Ignore:
Timestamp:
Oct 30, 2007, 11:44:02 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Adds magic file to depllist in order to have file working + ldd which helps for debugging issues
  • tty modes correct to avoid sh error messages
  • Use ext3 normally and not ext2 instead
  • USB device should be corrected after reading (take 1st part)
  • Adds a mount_USB_here function derived from mount_CDROM_here
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondorestore/mondo-prep.c

    r1645 r1741  
    25302530        strcpy(program, "mkfs.jfs");
    25312531    } else if (strcmp(format, "ext3") == 0) {
    2532         strcpy(program, "mkfs -t ext2 -F -j -q");
     2532        strcpy(program, "mkfs -t ext3 -F -q");
    25332533    } else if (strcmp(format, "minix") == 0) {
    25342534        strcpy(program, "mkfs.minix");
Note: See TracChangeset for help on using the changeset viewer.