Changeset 585 in MondoRescue
- Timestamp:
- May 29, 2006, 11:34:50 AM (18 years ago)
- Location:
- branches/stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r572 r585 456 456 if [ "$?" -ne "0" ] ; then 457 457 umount $mountpoint 458 Die "Tarball $tarball is too big for disk! (CODI)\nTell Hugoto adjust MAX_COMPRESSED_SIZE"458 Die "Tarball $tarball is too big for disk! (CODI)\nTell Dev Team to adjust MAX_COMPRESSED_SIZE" 459 459 fi 460 460 [ "$diskno" -eq "$noof_disks" ] && echo "This is the last disk ($diskno=$noof_disks)" >> $mountpoint/LAST-DISK … … 2800 2800 floppy_modules="" 2801 2801 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"`" 2803 2803 else 2804 2804 list_of_groovy_mods="$CDROM_MODS `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`" … … 2894 2894 while [ "$diskno" -le "$noof_disks" ] ; do 2895 2895 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." 2897 2897 diskno=$(($diskno+1)) 2898 2898 echo -n "..." -
branches/stable/mindi/rootfs/sbin/init
r429 r585 566 566 { 567 567 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" 569 569 echo "Boot disk based on AlfaLinux & Trinux. BusyBox by Erik Andersen." 570 570 which 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 997 997 newtCls(); 998 998 newtPushHelpLine 999 ("Welcome to Mondo Rescue, by Hugo Rabsonand the Internet. All rights reversed.");999 ("Welcome to Mondo Rescue, by Dev Team and the Internet. All rights reversed."); 1000 1000 /* newtDrawRootText(28,0,"Welcome to Mondo Rescue"); */ 1001 1001 newtDrawRootText(18, 0, WELCOME_STRING);
Note:
See TracChangeset
for help on using the changeset viewer.