Changeset 1572 in MondoRescue


Ignore:
Timestamp:
Jul 26, 2007, 2:26:09 AM (17 years ago)
Author:
Bruno Cornec
Message:

Typo

File:
1 edited

Legend:

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

    r1571 r1572  
    752752                ("ln -sf /boot/efi/efi/debian/elilo.conf /etc/elilo.conf",
    753753                 5);
     754        }
    754755        if (!does_file_exist("/etc/elilo.conf")
    755756            && does_file_exist("/boot//efi/debian/elilo.conf")) {
     
    784785    if (write_one_liner_data_file(tmp, bkpinfo->boot_device)) {
    785786        mr_msg(1, "Unable to write one-liner boot device");
    786 
    787787    }
    788788
Note: See TracChangeset for help on using the changeset viewer.