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-devices.c

    r3271 r3278  
    25012501            strcpy(bkpinfo->isodir, call_program_and_get_last_line_of_output("mount | grep \":\" | cut -d' ' -f3 | head -n1"));
    25022502        } else {
     2503            // Why netfsdir ?
    25032504            sprintf(bkpinfo->isodir, "%s/netfsdir", bkpinfo->tmpdir);
    25042505            mr_asprintf(command, "mkdir -p %s", bkpinfo->isodir);
Note: See TracChangeset for help on using the changeset viewer.