Ignore:
Timestamp:
Oct 2, 2009, 4:30:13 AM (15 years ago)
Author:
Bruno Cornec
Message:

r3515@localhost: bruno | 2009-10-02 03:59:06 +0200

  • Create a correct minimal boot for tools required. Resulting ISO still not ok due to init.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-devices.c

    r2444 r2446  
    16341634        log_msg(4, "I guess it's a partiion itself");
    16351635        mr_asprintf(partitions[0], "%s", dsf);
    1636         ndsf = truncate_to_drive_name(dsf);
     1636        mr_asprintf(tmp, "%s", dsf);
     1637        ndsf = truncate_to_drive_name(tmp);
     1638        mr_free(tmp);
    16371639    } else {
    16381640        /* Fill the partition list */
     
    18281830        mount_list = call_program_and_get_last_line_of_output(command);
    18291831        mr_free(command);
    1830 :w!
     1832
    18311833        log_msg(4, "  Software raid device list: %s", mount_list);
    18321834        /* Loop through the software raid device list to see if we can find the partition */
Note: See TracChangeset for help on using the changeset viewer.