Ignore:
Timestamp:
Apr 10, 2008, 1:13:58 AM (16 years ago)
Author:
Bruno Cornec
Message:

merge -r 1842:1889 2.2.5

File:
1 edited

Legend:

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

    r1842 r1903  
    472472    if (flag_set['n']) {
    473473        bkpinfo->backup_media_type = nfs;
     474        /* Never try to eject a NFS device */
     475        bkpinfo->please_dont_eject = TRUE;
    474476    }
    475477    if (flag_set['r']) {
     
    761763                (_("Your kernel appears not to support vfat filesystems. I am therefore"));
    762764            log_to_screen
    763                 (_("using LILO instead of SYSLINUX as the CD's boot loader."));
     765                (_("using LILO instead of SYSLINUX as the media boot loader."));
    764766        }
    765767        if (run_program_and_log_output("which mkfs.vfat", 2)) {
Note: See TracChangeset for help on using the changeset viewer.