Changeset 113 in MondoRescue for trunk/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Nov 6, 2005, 3:13:36 PM (18 years ago)
Author:
andree
Message:

Parse mondo-restore.cfg for "tape " rather than "tape" in init.
mondo-restore.cfg contains internal-tape-block-size which is otherwise
mistakenly interpreted as the backup being a tpae backup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi/rootfs/sbin/init

    r51 r113  
    622622#    HandleCDROMorFloppies
    623623#el
    624 if [ "`cat /tmp/mondo-restore.cfg | grep "tape"`" ] || [ "`cat /tmp/mondo-restore.cfg | grep udev`" ] ; then
     624if [ "`cat /tmp/mondo-restore.cfg | grep "tape "`" ] || [ "`cat /tmp/mondo-restore.cfg | grep udev`" ] ; then
    625625    HandleTape
    626626else
Note: See TracChangeset for help on using the changeset viewer.