Changeset 587 in MondoRescue for branches/stable


Ignore:
Timestamp:
May 29, 2006, 11:37:25 AM (18 years ago)
Author:
bcornec
Message:

Typo

Location:
branches/stable/mindi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r585 r587  
    28942894    while [ "$diskno" -le "$noof_disks" ] ; do
    28952895        cd $minidir_root/$diskno || LogIt "Warning - cannot cd to $minidir_root/$diskno\n"
    2896         tar -cf - . 2>> $LOGFILE | gzip -9 > $tardir/$diskno.tar.gz || Die "Can't tar/gzip disk#$diskno; please tell Dev team -exactly- what the errors where."
     2896        tar -cf - . 2>> $LOGFILE | gzip -9 > $tardir/$diskno.tar.gz || Die "Can't tar/gzip disk#$diskno; please tell Dev Team -exactly- what the errors where."
    28972897        diskno=$(($diskno+1))
    28982898        echo -n "..."
  • branches/stable/mindi/rootfs/sbin/init

    r585 r587  
    566566{
    567567    echo "********************************************************************"
    568     echo "MINDI-LINUX by Mondo dev team - web site: http://www.mondorescue.org"
     568    echo "MINDI-LINUX by Mondo Dev Team - web site: http://www.mondorescue.org"
    569569    echo "Boot disk based on AlfaLinux & Trinux. BusyBox by Erik Andersen."
    570570which petris > /dev/null 2> /dev/null && echo "Petris was written by Peter Seidler <p.seidler@mail1.stofanet.dk>."
Note: See TracChangeset for help on using the changeset viewer.