Changeset 1412 in MondoRescue for branches/2.2.4


Ignore:
Timestamp:
May 7, 2007, 3:28:34 PM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a bug where mondorestore.log was truncated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.4/mindi/rootfs/sbin/init

    r1410 r1412  
    426426    install-additional-tools
    427427    echo "Inserting modules ..."
    428     insert-all-my-modules > $LOGFILE 2> $LOGFILE
     428    insert-all-my-modules >> $LOGFILE 2>> $LOGFILE
    429429}
    430430
Note: See TracChangeset for help on using the changeset viewer.