Changeset 3141 in MondoRescue for branches/3.0/mondo/test/test-mountlist.c


Ignore:
Timestamp:
Jun 13, 2013, 6:05:57 PM (11 years ago)
Author:
Bruno Cornec
Message:

r5345@localhost: bruno | 2013-06-13 12:46:54 +0200

  • Solving #702 by adding a -F option which is meant to be used especially when mondoarchive is launched from cron, to avoid going into a loop where mondoarchive asks questions to the admin, where they cannot be answerd, which fills the logs and the underlying file system. With -F mondoarchive will exits at the first interaction request instead.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/test/test-mountlist.c

    r2991 r3141  
    2626extern int g_partition_table_locked_up;
    2727extern int g_noof_rows;
     28
     29/* Whether we should fail immediately at first error */
     30bool g_fail_immediately = FALSE;
    2831
    2932bool g_ISO_restore_mode = FALSE;    /* are we in Iso Mode? */
Note: See TracChangeset for help on using the changeset viewer.