Changeset 576 in MondoRescue for branches/2.0.8/mindi


Ignore:
Timestamp:
May 25, 2006, 2:00:37 PM (18 years ago)
Author:
bcornec
Message:

2.08 synced with stable as of r575
VERSION files updated

Location:
branches/2.0.8/mindi
Files:
38 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.8/mindi/ChangeLog

    r438 r576  
    22
    33MINDI CHANGES
     4
     51.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)
    426
    5271.0.7 (2006-03-10)
  • branches/2.0.8/mindi/README.ia64

    r196 r576  
    1919Note that parted2fdisk.pl supports currently only the -l and -s options as well as the commands p,n,d,w,t,a,q
    2020
    21 Please report any problem around that tool to bcornec@users.berlios.de
     21Please report any problem around that tool to bruno@mondorescue.org
    2222Bruno.
    2323
  • branches/2.0.8/mindi/README.pxe

    r256 r576  
    2727During 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.
    2828
    29 Please report any problem around that tool to bcornec@users.berlios.de
     29Please report any problem around that tool to bruno@mondorescue.org
    3030
    31312005-12-18 new ipconf and ping option
  • branches/2.0.8/mindi/aux-tools/sbin

    • Property svn:unix-mode set to mindi/aux-tools/
  • branches/2.0.8/mindi/aux-tools/usr

    • Property svn:unix-mode set to mindi/aux-tools/
  • branches/2.0.8/mindi/aux-tools/usr/share

    • Property svn:unix-mode set to mindi/aux-tools/
  • branches/2.0.8/mindi/aux-tools/usr/share/terminfo

    • Property svn:unix-mode set to mindi/aux-tools/
  • branches/2.0.8/mindi/aux-tools/usr/share/terminfo/l

    • Property svn:unix-mode set to mindi/aux-tools/
  • branches/2.0.8/mindi/distributions/gentoo/mindi.ebuild

    r535 r576  
    1 # Copyright 1999-2005 Gentoo Foundation
     1# Copyright 1999-2004 Gentoo Foundation
    22# Distributed under the terms of the GNU General Public License v2
     3# $Header: $
     4
    35# $Id$
    46
    57DESCRIPTION="A program that creates emergency boot disks/CDs using your kernel, tools and modules."
    68HOMEPAGE="http://www.mondorescue.org"
    7 SRC_URI="ftp://ftp.mondorescue.org/src/${P}.tgz"
     9SRC_URI="ftp://ftp.mondorescue.org/src/${PVR}.tar.gz"
    810
    911LICENSE="GPL-2"
     
    1416DEPEND="virtual/libc"
    1517RDEPEND=">=app-arch/bzip2-0.9
    16         >=sys-apps/mindi-kernel-1.0-r1
    1718        sys-libs/ncurses
    1819        sys-devel/binutils
     
    2728    export PREFIX="/usr"
    2829    export CONFDIR="/etc"
     30    export DONT_RELINK=1
    2931    export RPMBUILDMINDI="true"
    3032    ./install.sh
  • branches/2.0.8/mindi/distributions/mandriva/spec.m4

    r388 r576  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `%{name}-%{version}.tar.bz2')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-%{tag}.tar.bz2')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    6 define(`DDD', `%{addreqb}, which, grep >= 2.5')dnl
     6define(`DDD', `, which, grep >= 2.5')dnl
    77dnl GRP is replaced by the RPM group of apps
    88define(`GRP', `Archiving/Backup')dnl
  • branches/2.0.8/mindi/distributions/redhat/spec.m4

    r495 r576  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', ftp://ftp.mondorescue.org/src/%{name}-%{version}.tgz)dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-%{tag}.tar.gz')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    6 define(`DDD', %{addreqb}, which, grep >= 2.5)dnl
     6define(`DDD', `, which, grep >= 2.5')dnl
    77dnl GRP is replaced by the RPM group of apps
    8 define(`GRP', Applications/Archiving)dnl
     8define(`GRP', `Applications/Archiving')dnl
  • branches/2.0.8/mindi/distributions/rpm/mindi.spec

    r495 r576  
    22# $Id$
    33#
    4 %define name    mindi
    5 %define version VVV
    64%define mrel    RRR
    7 %define src     SSS
    8 %define grp     GRP
    9 %define addreqb bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools
    10 %define addreq  DDD
    11 %define rel     %{mrel}
     5%define tag     TTT
    126
    137Summary:    Mindi creates emergency boot disks/CDs using your kernel, tools and modules
    14 Name:       %name
    15 Version:    %version
    16 Release:    %rel
     8Name:       mindi
     9Version:    VVV
     10Release:    %mrel
    1711License:    GPL
    18 Group:      %{grp}
     12Group:      GRP
    1913Url:        http://www.mondorescue.org
    20 Source:     %{src}
     14Source:     SSS
    2115BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    22 Requires:   %{addreq}
    23 Epoch:      %(echo EEE | cut -d- -f1 | sed "s~M~~")
     16Requires:   bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools DDD
    2417# Not on all systems
    2518#Conflicts: bonnie++
     
    3225
    3326%prep
    34 %setup -n %name-%{version}
     27%setup -n %name-%{version}-%{tag}
    3528
    3629%build
     
    5952
    6053%files
    61 %defattr(644,root,root,755)
    6254%config(noreplace) %{_sysconfdir}/mindi
    6355%config(noreplace) %{_sysconfdir}/mindi/deplist.txt
     
    6557%{_mandir}/man8/*
    6658%{_libdir}/mindi
    67 %attr(755,root,root) %{_sbindir}/*
    68 %attr(755,root,root) %{_libdir}/mindi/aux-tools/sbin/*
    69 %attr(755,root,root) %{_libdir}/mindi/rootfs/bin/*
    70 %attr(755,root,root) %{_libdir}/mindi/rootfs/sbin/*
     59%{_sbindir}/*
    7160
    7261%changelog
  • branches/2.0.8/mindi/distributions/suse/spec.m4

    r401 r576  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', %{name}-%{version}.tgz)dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-%{tag}.tar.gz')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    6 define(`DDD', %{addreqb}, syslinux)dnl
     6define(`DDD', `, syslinux')dnl
    77dnl GRP is replaced by the RPM group of apps
    8 define(`GRP', Productivity/Archiving/Backup)dnl
     8define(`GRP', `Productivity/Archiving/Backup')dnl
  • branches/2.0.8/mindi/mindi

    r528 r576  
    702702    pwd=`pwd`
    703703    if [ "$YOUR_KERNEL_SUCKS" ] ; then
    704     cd $TMP_ROOT
    705     else
    706     cd /
     704        cd $TMP_ROOT
     705    else
     706        cd /
    707707    fi
    708708    if [ ! -e "$1" ] ; then
    709     LogIt "Warning - cannot search specific path '$1'\n"
    710     return 1
     709        LogIt "Warning - cannot search specific path '$1'\n"
     710        return 1
    711711    fi
    712712    modpaths=`find $1 -name $2.*o -type f`
     
    12221222    echo "echo -en \"Loading your modules...\"" >> $outfile
    12231223    if [ "$YOUR_KERNEL_SUCKS" ] ; then
    1224     kver=$FAILSAFE_KVER
    1225     cd $TMP_ROOT
    1226     searchpath=lib/modules/$kver
     1224        kver=$FAILSAFE_KVER
     1225        cd $TMP_ROOT
     1226        searchpath=lib/modules/$kver
    12271227    else
    12281228###
     
    12391239### Sq-Modification end
    12401240###
    1241     searchpath=/lib/modules/$kver
     1241        searchpath=/lib/modules/$kver
    12421242    fi
    12431243   
     
    27802780    old_pwd=`pwd`
    27812781    if [ "$YOUR_KERNEL_SUCKS" ] ; then
    2782     cd $TMP_ROOT
    2783     floppy_modules_path=lib/modules/$FAILSAFE_KVER
    2784     else
    2785     cd /
     2782        cd $TMP_ROOT
     2783        floppy_modules_path=lib/modules/$FAILSAFE_KVER
     2784    else
     2785        cd /
    27862786###
    27872787### Sq-Modification... Use kernel name in module path if specified.
     
    27902790        if [ "${kernelname}" != "" ]
    27912791        then
    2792           floppy_modules_path=lib/modules/${kernelname}
     2792            floppy_modules_path=lib/modules/${kernelname}
    27932793        else
    2794           floppy_modules_path=lib/modules/`uname -r`
     2794            floppy_modules_path=lib/modules/`uname -r`
    27952795        fi
    27962796###
     
    28002800    floppy_modules=""
    28012801    if [ "$disksize" -lt "2880" ] ; then
    2802         list_of_groovy_mods="$FLOPPY_MODS `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`"
     2802        list_of_groovy_mods="$FLOPPY_MODS $IDE_MODS ide-scsi sr_mod `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`"
    28032803    else
    28042804        list_of_groovy_mods="$CDROM_MODS `WhichOfTheseModulesAreLoaded "$SCSI_MODS"`"
     
    28152815    [ -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"
    28162816    for i in $list_of_groovy_mods ; do
    2817     floppy_modules="$floppy_modules `FindSpecificModuleInPath $floppy_modules_path $i`"
     2817        floppy_modules="$floppy_modules `FindSpecificModuleInPath $floppy_modules_path $i`"
    28182818    done
    28192819    for i in $floppy_modules ; do
    28202820        [ -e "$i" ] && s=`du -sk $i | cut -f1` || s=""
    2821     [ "$YOUR_KERNEL_SUCKS" ] && i=$TMP_ROOT/$i
    2822     echo "Adding $i ($s KB) to the rootfs" >> $LOGFILE
    2823     cp -df $i $mountpoint/ || LogIt "Unable to copy $i to $mountpoint\n"
    2824     [ "`echo "$i" | fgrep ".gz"`" ] && gunzip -f $mountpoint/`basename $i`
     2821        [ "$YOUR_KERNEL_SUCKS" ] && i=$TMP_ROOT/$i
     2822        echo "Adding $i ($s KB) to the rootfs" >> $LOGFILE
     2823        cp -df $i $mountpoint/ || LogIt "Unable to copy $i to $mountpoint\n"
     2824        [ "`echo "$i" | fgrep ".gz"`" ] && gunzip -f $mountpoint/`basename $i`
    28252825    done
    28262826#    if [ -e "/dev/.devfsd" ] ; then
  • branches/2.0.8/mindi/parted2fdisk.pl

    r221 r576  
    44#
    55# parted2fdisk: fdisk like interface for parted
    6 # [developped for mindi/mondo http://mondorescue.berlios.de]
     6# [developped for mindi/mondo http://www.mondorescue.org]
    77#
    88# Aims to be architecture independant (i386/ia64)
  • branches/2.0.8/mindi/rootfs/bin

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/dev

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/etc

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/lib

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/proc

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/root

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/sbin

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/tmp

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/usr

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/usr/X11R6

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/usr/X11R6/bin

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/usr/X11R6/lib

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/usr/bin

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/usr/lib

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/usr/local

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/usr/local/bin

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/usr/local/sbin

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/usr/sbin

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/usr/share

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/usr/share/udhcpc

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/var

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/var/log

    • Property svn:unix-mode set to mindi/rootfs/
  • branches/2.0.8/mindi/rootfs/var/run

    • Property svn:unix-mode set to mindi/rootfs/
Note: See TracChangeset for help on using the changeset viewer.