Ignore:
Timestamp:
Oct 27, 2007, 8:31:17 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Improve Ubuntu/Debian keyboard detection and support
  • pbinit adapted to new pb (0.8.10). Filtering of docs done in it
  • Suppress some mondo warnings and errors on USB again
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-archive.c

    r1710 r1713  
    18951895    log_msg(1, message_to_screen);
    18961896
    1897     asprintf(&tmp1, "umount %s1", bkpinfo->media_device);
     1897    asprintf(&tmp1, "%s1", bkpinfo->media_device);
    18981898    if (is_this_device_mounted(tmp1)) {
    18991899        log_msg(1, "USB device mounted. Remounting it at the right place");
Note: See TracChangeset for help on using the changeset viewer.