Changeset 158 in MondoRescue for trunk


Ignore:
Timestamp:
Dec 8, 2005, 10:09:51 AM (18 years ago)
Author:
bcornec
Message:

merge -r155:157 $SVN_M/branches/2.05

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi/CHANGES

    r125 r158  
    11MINDI                            CHANGES
     2
     31.06 (xxx)
     4- mindi manpage added (Andree Leidenfrost)
     5- clean up remaining mount points, mindi.err at the end (Wolfgang Rosenauer)
     6- fix bugs for SuSE distro around tar, tr and find arguments order
     7  (Wolfgang Rosenauer)
     8- new busybox version used for better PXE support (Bruno Cornec)
     9- USB keyboard support (Bruno Cornec)
     10- -p should now work with ISO/PXE/NFS modes (Bruno Cornec)
    211
    3121.05 (2005-11-19)
     
    1221- Speed up fdisk'ing dev/ida raid devices
    1322  (Philippe De Muyter)
    14 
    1523
    16241.04
  • trunk/mindi/install.sh

    r30 r158  
    1313
    1414mkdir -p $local/share/mindi
     15mkdir -p $local/share/man/man8
    1516mkdir -p $local/sbin
    1617
     
    2627ln -sf $local/share/mindi/mindi $local/sbin/
    2728chmod +x $local/sbin/mindi
     29cp -a mindi.8 $local/share/man/man8
    2830echo $PATH | grep $local/sbin > /dev/null || echo "Warning - your PATH environmental variable is BROKEN. Please add $local/sbin to your PATH."
    2931( cd $local/share/mindi/rootfs && tar -xzf symlinks.tgz )
  • trunk/mindi/mindi.spec

    r84 r158  
    6565MINDIDIR=$RPM_BUILD_ROOT%{_datadir}/mindi
    6666
    67 %{__mkdir_p} $MINDIDIR $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_sysconfdir}/mindi $RPM_BUILD_ROOT%{_sbindir}
     67%{__mkdir_p} $MINDIDIR $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_sysconfdir}/mindi $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT/%{_mandir}/man8
    6868%{__cp} deplist.txt $RPM_BUILD_ROOT%{_sysconfdir}/mindi/
    6969%{__cp} -af * $MINDIDIR
     70%{__cp} -af mindi.8 $RPM_BUILD_ROOT/%{_mandir}/man8
    7071
    7172%ifarch ia64
     
    8485#
    8586( cd $MINDIDIR
    86 %{__rm} -f CHANGES INSTALL COPYING README TODO README.ia64 README.pxe
     87%{__rm} -f CHANGES INSTALL COPYING README TODO README.ia64 README.pxe mindi.8
    8788)
    8889
     
    117118%attr(755,root,root) %{_sbindir}/analyze-my-lvm
    118119%{_datadir}/mindi
     120%{_mandir}
    119121%attr(755,root,root) %{_datadir}/mindi/analyze-my-lvm
    120122%attr(755,root,root) %{_datadir}/mindi/mindi
  • trunk/mondo/ChangeLog

    r133 r158  
    11MONDO CHANGES
    22
    3 - now handles cifs correctly
    4 
    5 v2.05_berlios (Bruno Cornec <bcornec@users.berlios.de)
     3trunk:
    64- indent on source files
    75- asprintf used instead of malloc_string + sprintf/strcpy/strcat without
     
    97  needed + remove memory leaks)
    108
    11 v2.04_berlios (Bruno Cornec <bcornec@users.berlios.de)
     9v2.06 (xxx)
     10- better error handling of failed commands/mindi (Andree Leidenfrost)
     11- fix compiler warnings (Andree Leidenfrost)
     12- -p improvements for NFS/PXE/ISO modes (Bruno Cornec)
     13- support of default route and netmask for PXE/NFS (Bruno Cornec)
     14- fix for restoring mondo backups on md-raid systems (Philippe De Muyter)
     15- remove excessive 'cat' commands (Philippe De Muyter)
     16- fix to force growisofs to use speed=1 for DVD burning (Philippe De Muyter)
     17- now handles cifs correctly
     18
     19v2.05 (2005-11-19)
     20- -p options works better for NFS cases  (Bruno Cornec)
     21- ia64 is now working for rhel3  (Bruno Cornec)
     22- delivery process to BerliOS improved (Bruno Cornec)
     23- now handles cifs correctly (Bruno Cornec)
     24
     25v2.04_berlios
    1226- Add -p option to generate ISO images file names with prefix. The new default
    1327  name for ISO images is mondorescue-1.iso, ... For PXE environment, you have
    14   to use the prefix option on the command line (read README.pxe)
    15 - Mandrake 2005 support
     28  to use the prefix option on the command line (read README.pxe)
     29  (Bruno Cornec)
     30- Mandrake 2005 support (Bruno Cornec)
    1631- NFS patches (Yann Aubert <technique@alixen.fr>)
    1732- mondorestore shouldn't now ask final questions with -H
    18   (this is an unattended mode)
    19 
     33  (this is an unattended mode) (Bruno Cornec)
    2034
    2135v2.04
Note: See TracChangeset for help on using the changeset viewer.