Ignore:
Timestamp:
Apr 30, 2014, 12:30:11 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • File KEYMAP-LIVES-HERE, USING-* not used anymore
  • Nomalize name usinf iso-dir and ISO-DIR where relevant
  • config entry netfs-server-path not used anymore (iso-dir instead when needed)
  • In network restore mode, also have the extended boot messages
  • Manages grub2 version string as grub 1 was
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-files.c

    r3272 r3278  
    10861086 * @param bkpinfo The backup information structure. Fields used:
    10871087 * - @c netfs_mount
    1088  * - @c netfs_remote_dir
    10891088 * - @c tmpdir
    10901089 */
     
    10951094    char *netfs_dev = NULL;
    10961095    char *netfs_client_hwaddr = NULL;
    1097     char *netfs_mount = NULL;
    1098     char *netfs_client_ipaddr = NULL;
    1099     char *netfs_client_netmask = NULL;
    1100     char *netfs_client_broadcast = NULL;
    1101     char *netfs_client_defgw = NULL;
    1102     char *netfs_server_ipaddr = NULL;
    1103     char *tmp = NULL;
    11041096    char *command = NULL;
    1105 
    1106     /*@ pointers ***** */
    1107     char *p;
    1108 
    1109     if (bkpinfo->netfs_mount == NULL) {
    1110         fatal_error("No netfs_mount found !");
    1111     }
    1112 
    1113     log_it("Storing Network configuration");
    11141097
    11151098    /********
Note: See TracChangeset for help on using the changeset viewer.