Changeset 585 in MondoRescue for branches


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

Hugo => Dev Team

Location:
branches/stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r572 r585  
    456456    if [ "$?" -ne "0" ] ; then
    457457    umount $mountpoint
    458     Die "Tarball $tarball is too big for disk! (CODI)\nTell Hugo to adjust MAX_COMPRESSED_SIZE"
     458    Die "Tarball $tarball is too big for disk! (CODI)\nTell Dev Team to adjust MAX_COMPRESSED_SIZE"
    459459    fi
    460460    [ "$diskno" -eq "$noof_disks" ] && echo "This is the last disk ($diskno=$noof_disks)" >> $mountpoint/LAST-DISK
     
    28002800    floppy_modules=""
    28012801    if [ "$disksize" -lt "2880" ] ; then
    2802         list_of_groovy_mods="$FLOPPY_MODS $IDE_MODS ide-scsi sr_mod `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`"
     2802        list_of_groovy_mods="$FLOPPY_MODS $IDE_MODS ide-scsi sr_mod cdrom isocd isofs `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`"
    28032803    else
    28042804        list_of_groovy_mods="$CDROM_MODS `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`"
     
    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 Hugo -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

    r429 r585  
    566566{
    567567    echo "********************************************************************"
    568     echo "MINDI-LINUX by Hugo Rabson --- 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>."
  • branches/stable/mondo/mondo/common/newt-specific.c

    r541 r585  
    997997            newtCls();
    998998            newtPushHelpLine
    999                 ("Welcome to Mondo Rescue, by Hugo Rabson and the Internet. All rights reversed.");
     999                ("Welcome to Mondo Rescue, by Dev Team and the Internet. All rights reversed.");
    10001000            /*  newtDrawRootText(28,0,"Welcome to Mondo Rescue"); */
    10011001            newtDrawRootText(18, 0, WELCOME_STRING);
Note: See TracChangeset for help on using the changeset viewer.