Changeset 588 in MondoRescue for trunk/mindi
- Timestamp:
- May 29, 2006, 11:47:20 AM (19 years ago)
- Location:
- trunk/mindi
- Files:
-
- 38 edited
- 7 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/mindi/ChangeLog
r295 r588 3 3 MINDI CHANGES 4 4 5 1.07 () 5 1.0.8 (2006-05-25) 6 - new build process (Bruno Cornec) 7 - Fix a bug when a disk less than 2.8 MB can be built, to 8 include enough modules to support SCSI cds 9 (Bruno Cornec) 10 - Fix a bug in .spec for RPM build (%attr now unused) 11 (Bruno Cornec) 12 - Add support for LABEL on swap partitions 13 (Michel Loiseleur + Julien Pinon) 14 - Attempt to fix bug 6827 (addition of a script for 15 busybox udhcpc to support pxe/dhcp restore) 16 (Bruno Cornec) 17 - support of dm and LVM v2 (Andree Leidenfrost) 18 - analyze-my-lvm is under $MINDI_LIB (Andree Leidenfrost) 19 - Fix a bug introduced by trying to avoid an error 20 message when modprobe.d doesn't exist 21 (Johannes Franken) 22 - Fix for Bug #6975 (/net is now excluded from kernel search location) 23 (Bruno Cornec) 24 - Allow 5670 MB fllopy disks for lilo as well (Bruno Cornec) 25 - Add missing net modules (Klaus Ade Johnstad) 26 27 1.0.7 (2006-03-10) 28 - Fix issue for 2.6 kernels with VIA chipsets (Andree Leidenfrost) 6 29 - stop creating further size of floppy disks if the smaller one succeeds 7 30 (Bruno Cornec) -
trunk/mindi/README.ia64
r197 r588 19 19 Note that parted2fdisk.pl supports currently only the -l and -s options as well as the commands p,n,d,w,t,a,q 20 20 21 Please report any problem around that tool to b cornec@users.berlios.de21 Please report any problem around that tool to bruno@mondorescue.org 22 22 Bruno. 23 23 -
trunk/mindi/README.pxe
r262 r588 27 27 During boot mondorestore will start your NFS configuration and mount mondo's content from the network rather than from a physical media. You may alter the IP configuration stored from the original machine by passing the ipconf option describing respectively the IP address, netmask, broadcast and default gateway you want to setup for the machine, separated by ':'. Or alternatively, you may specify the dhcp keyword so that a DhCP request is made to get those information. On some configurations, you may also want to increase the number of ping queries made before the NFS mount, which is of 3 by default, using the ping option and give the number you want. 28 28 29 Please report any problem around that tool to b cornec@users.berlios.de29 Please report any problem around that tool to bruno@mondorescue.org 30 30 31 31 2005-12-18 new ipconf and ping option -
trunk/mindi/aux-tools/sbin
-
Property svn:unix-mode
set to
mindi/aux-tools/
-
Property svn:unix-mode
set to
-
trunk/mindi/aux-tools/usr
-
Property svn:unix-mode
set to
mindi/aux-tools/
-
Property svn:unix-mode
set to
-
trunk/mindi/aux-tools/usr/share
-
Property svn:unix-mode
set to
mindi/aux-tools/
-
Property svn:unix-mode
set to
-
trunk/mindi/aux-tools/usr/share/terminfo
-
Property svn:unix-mode
set to
mindi/aux-tools/
-
Property svn:unix-mode
set to
-
trunk/mindi/aux-tools/usr/share/terminfo/l
-
Property svn:unix-mode
set to
mindi/aux-tools/
-
Property svn:unix-mode
set to
-
trunk/mindi/distributions/gentoo/mindi.ebuild
r561 r588 1 # Copyright 1999-200 5Gentoo Foundation1 # Copyright 1999-2004 Gentoo Foundation 2 2 # Distributed under the terms of the GNU General Public License v2 3 # $Header: $ 4 3 5 # $Id$ 4 # $Header$5 6 6 7 DESCRIPTION="A program that creates emergency boot disks/CDs using your kernel, tools and modules." -
trunk/mindi/distributions/rpm/mindi.spec
r561 r588 52 52 53 53 %files 54 %defattr(644,root,root,755)55 54 %config(noreplace) %{_sysconfdir}/mindi 56 55 %config(noreplace) %{_sysconfdir}/mindi/deplist.txt … … 60 59 %{_mandir}/man8/* 61 60 %{_libdir}/mindi 62 %attr(755,root,root) %{_sysconfdir}/mindi/mindi.conf 63 %attr(755,root,root) %{_sbindir}/* 64 %attr(755,root,root) %{_libdir}/mindi/aux-tools/sbin/* 65 %attr(755,root,root) %{_libdir}/mindi/rootfs/bin/* 66 %attr(755,root,root) %{_libdir}/mindi/rootfs/sbin/* 61 %{_sysconfdir}/mindi/mindi.conf 62 %{_sbindir}/* 67 63 68 64 %changelog -
trunk/mindi/install.sh
r489 r588 118 118 fi 119 119 120 # Special case for Debian family where doc is put elsewhere in the DEB 121 if [ _"$dfam" = _"debian" ]; then 122 rm -rf $DOCDIR 123 fi 124 120 125 exit 0 -
trunk/mindi/mindi
r561 r588 510 510 if [ "$?" -ne "0" ] ; then 511 511 umount $mountpoint 512 Die "Tarball $tarball is too big for disk! (CODI)\nTell dev team to adjust MAX_COMPRESSED_SIZE"512 Die "Tarball $tarball is too big for disk! (CODI)\nTell Dev Team to adjust MAX_COMPRESSED_SIZE" 513 513 fi 514 514 [ "$diskno" -eq "$noof_disks" ] && echo "This is the last disk ($diskno=$noof_disks)" >> $mountpoint/LAST-DISK … … 757 757 pwd=`pwd` 758 758 if [ "$YOUR_KERNEL_SUCKS" ] ; then 759 cd $TMP_ROOT760 else 761 cd /759 cd $TMP_ROOT 760 else 761 cd / 762 762 fi 763 763 if [ ! -e "$1" ] ; then 764 LogIt "Warning - cannot search specific path '$1'\n"765 return 1764 LogIt "Warning - cannot search specific path '$1'\n" 765 return 1 766 766 fi 767 767 modpaths=`find $1 -name $2.*o -type f` … … 1274 1274 echo "echo -en \"Loading your modules...\"" >> $outfile 1275 1275 if [ "$YOUR_KERNEL_SUCKS" ] ; then 1276 kver=$FAILSAFE_KVER1277 cd $TMP_ROOT1278 searchpath=lib/modules/$kver1276 kver=$FAILSAFE_KVER 1277 cd $TMP_ROOT 1278 searchpath=lib/modules/$kver 1279 1279 else 1280 1280 ### … … 1291 1291 ### Sq-Modification end 1292 1292 ### 1293 searchpath=/lib/modules/$kver1293 searchpath=/lib/modules/$kver 1294 1294 fi 1295 1295 … … 2785 2785 old_pwd=`pwd` 2786 2786 if [ "$YOUR_KERNEL_SUCKS" ] ; then 2787 cd $TMP_ROOT2788 floppy_modules_path=lib/modules/$FAILSAFE_KVER2789 else 2790 cd /2787 cd $TMP_ROOT 2788 floppy_modules_path=lib/modules/$FAILSAFE_KVER 2789 else 2790 cd / 2791 2791 ### 2792 2792 ### Sq-Modification... Use kernel name in module path if specified. … … 2795 2795 if [ "${kernelname}" != "" ] 2796 2796 then 2797 2797 floppy_modules_path=lib/modules/${kernelname} 2798 2798 else 2799 2799 floppy_modules_path=lib/modules/`uname -r` 2800 2800 fi 2801 2801 ### … … 2805 2805 floppy_modules="" 2806 2806 if [ "$disksize" -lt "2880" ] ; then 2807 list_of_groovy_mods="$FLOPPY_MODS `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`"2807 list_of_groovy_mods="$FLOPPY_MODS $IDE_MODS ide-scsi sr_mod cdrom isocd isofs `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`" 2808 2808 else 2809 2809 list_of_groovy_mods="$CDROM_MODS `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`" … … 2820 2820 [ -e "$floppy_modules_path" ] || LogIt "path $floppy_modules_path does not exist.\n If you're not using a modular kernel then you're NUTS.\n" 2821 2821 for i in $list_of_groovy_mods ; do 2822 floppy_modules="$floppy_modules `FindSpecificModuleInPath $floppy_modules_path $i`"2822 floppy_modules="$floppy_modules `FindSpecificModuleInPath $floppy_modules_path $i`" 2823 2823 done 2824 2824 for i in $floppy_modules ; do 2825 2825 [ -e "$i" ] && s=`du -sk $i | cut -f1` || s="" 2826 [ "$YOUR_KERNEL_SUCKS" ] && i=$TMP_ROOT/$i2827 echo "Adding $i ($s KB) to the rootfs" >> $LOGFILE2828 cp -df $i $mountpoint/ || LogIt "Unable to copy $i to $mountpoint\n"2829 [ "`echo "$i" | fgrep ".gz"`" ] && gunzip -f $mountpoint/`basename $i`2826 [ "$YOUR_KERNEL_SUCKS" ] && i=$TMP_ROOT/$i 2827 echo "Adding $i ($s KB) to the rootfs" >> $LOGFILE 2828 cp -df $i $mountpoint/ || LogIt "Unable to copy $i to $mountpoint\n" 2829 [ "`echo "$i" | fgrep ".gz"`" ] && gunzip -f $mountpoint/`basename $i` 2830 2830 done 2831 2831 # if [ -e "/dev/.devfsd" ] ; then … … 2899 2899 while [ "$diskno" -le "$noof_disks" ] ; do 2900 2900 cd $minidir_root/$diskno || LogIt "Warning - cannot cd to $minidir_root/$diskno\n" 2901 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."2901 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." 2902 2902 diskno=$(($diskno+1)) 2903 2903 echo -n "..." -
trunk/mindi/parted2fdisk.pl
r226 r588 4 4 # 5 5 # parted2fdisk: fdisk like interface for parted 6 # [developped for mindi/mondo http:// mondorescue.berlios.de]6 # [developped for mindi/mondo http://www.mondorescue.org] 7 7 # 8 8 # Aims to be architecture independant (i386/ia64) -
trunk/mindi/rootfs/bin
-
Property svn:unix-mode
set to
mindi/rootfs/
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/dev
-
Property svn:unix-mode
set to
mindi/rootfs/
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/etc
-
Property svn:unix-mode
set to
mindi/rootfs/
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/lib
-
Property svn:unix-mode
set to
mindi/rootfs/
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/proc
-
Property svn:unix-mode
set to
mindi/rootfs/
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/root
-
Property svn:unix-mode
set to
mindi/rootfs/
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/sbin
-
Property svn:unix-mode
set to
mindi/rootfs/
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/sbin/init
r430 r588 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>." -
trunk/mindi/rootfs/tmp
-
Property svn:unix-mode
set to
mindi/rootfs/
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/usr
-
Property svn:unix-mode
set to
bin
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/usr/X11R6
-
Property svn:unix-mode
set to
bin
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/usr/X11R6/bin
-
Property svn:unix-mode
set to
bin
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/usr/X11R6/lib
-
Property svn:unix-mode
set to
bin
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/usr/bin
-
Property svn:unix-mode
set to
mindi/rootfs/
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/usr/lib
-
Property svn:unix-mode
set to
bin
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/usr/local
-
Property svn:unix-mode
set to
bin
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/usr/local/bin
-
Property svn:unix-mode
set to
bin
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/usr/local/sbin
-
Property svn:unix-mode
set to
bin
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/usr/sbin
-
Property svn:unix-mode
set to
bin
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/usr/share
-
Property svn:unix-mode
set to
bin
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/usr/share/udhcpc
-
Property svn:unix-mode
set to
bin
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/usr/share/udhcpc/default.script
-
Property svn:executable
set to
*
-
Property svn:executable
set to
-
trunk/mindi/rootfs/var
-
Property svn:unix-mode
set to
mindi/rootfs/
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/var/log
-
Property svn:unix-mode
set to
mindi/rootfs/
-
Property svn:unix-mode
set to
-
trunk/mindi/rootfs/var/run
-
Property svn:unix-mode
set to
mindi/rootfs/
-
Property svn:unix-mode
set to
Note:
See TracChangeset
for help on using the changeset viewer.