Changeset 587 in MondoRescue
- Timestamp:
- May 29, 2006, 11:37:25 AM (18 years ago)
- Location:
- branches/stable/mindi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r585 r587 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 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." 2897 2897 diskno=$(($diskno+1)) 2898 2898 echo -n "..." -
branches/stable/mindi/rootfs/sbin/init
r585 r587 566 566 { 567 567 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" 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>."
Note:
See TracChangeset
for help on using the changeset viewer.