Ignore:
Timestamp:
Apr 22, 2011, 2:22:24 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Propose more variables in the mindi.conf example
  • More explicit messages when size unsufficient in mindi for kernel + initrd as per #471
  • Better loging of labeling in mondo when in nuke mode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/mondorestore/mondorestore.c

    r2682 r2773  
    890890                        "Using tune2fs to identify your ext2,3 partitions");
    891891
    892     sprintf(tmp, "label-partitions-as-necessary %s < /tmp/fstab",
    893             g_mountlist_fname);
     892    sprintf(tmp, "label-partitions-as-necessary %s < /tmp/fstab >> %s 2>> %s", g_mountlist_fname, fstab_fname, MONDO_LOGFILE, MONDO_LOGFILE);
    894893    res = run_program_and_log_output(tmp, TRUE);
    895894    if (res) {
Note: See TracChangeset for help on using the changeset viewer.