Changeset 1582 in MondoRescue


Ignore:
Timestamp:
Jul 27, 2007, 2:13:49 AM (17 years ago)
Author:
Bruno Cornec
Message:

Remove option -F

Location:
branches/stable/mondo/src/mondoarchive
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondoarchive/mondo-cli.c

    r1581 r1582  
    2424extern int g_loglevel;
    2525extern bool g_text_mode;
    26 extern bool g_skip_floppies;    ///< Whether to skip the creation of boot disks
    2726extern char g_startdir[MAX_STR_LEN];    ///< ????? @bug ?????
    2827extern char g_erase_tmpdir_and_scratchdir[MAX_STR_LEN];
     
    741740    if (flag_set['B']) {
    742741        strncpy(bkpinfo->call_before_iso, flag_val['B'], MAX_STR_LEN);
    743     }
    744     if (flag_set['F']) {
    745         g_skip_floppies = TRUE;
    746742    }
    747743    if (flag_set['H']) {
  • branches/stable/mondo/src/mondoarchive/mondoarchive.c

    r1581 r1582  
    5959
    6060/***************** global vars ******************/
    61 bool g_skip_floppies;
    6261long diffs;
    6362
Note: See TracChangeset for help on using the changeset viewer.