- Timestamp:
- Dec 8, 2005, 10:09:51 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mindi/CHANGES
r125 r158 1 1 MINDI CHANGES 2 3 1.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) 2 11 3 12 1.05 (2005-11-19) … … 12 21 - Speed up fdisk'ing dev/ida raid devices 13 22 (Philippe De Muyter) 14 15 23 16 24 1.04 -
trunk/mindi/install.sh
r30 r158 13 13 14 14 mkdir -p $local/share/mindi 15 mkdir -p $local/share/man/man8 15 16 mkdir -p $local/sbin 16 17 … … 26 27 ln -sf $local/share/mindi/mindi $local/sbin/ 27 28 chmod +x $local/sbin/mindi 29 cp -a mindi.8 $local/share/man/man8 28 30 echo $PATH | grep $local/sbin > /dev/null || echo "Warning - your PATH environmental variable is BROKEN. Please add $local/sbin to your PATH." 29 31 ( cd $local/share/mindi/rootfs && tar -xzf symlinks.tgz ) -
trunk/mindi/mindi.spec
r84 r158 65 65 MINDIDIR=$RPM_BUILD_ROOT%{_datadir}/mindi 66 66 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 68 68 %{__cp} deplist.txt $RPM_BUILD_ROOT%{_sysconfdir}/mindi/ 69 69 %{__cp} -af * $MINDIDIR 70 %{__cp} -af mindi.8 $RPM_BUILD_ROOT/%{_mandir}/man8 70 71 71 72 %ifarch ia64 … … 84 85 # 85 86 ( 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 87 88 ) 88 89 … … 117 118 %attr(755,root,root) %{_sbindir}/analyze-my-lvm 118 119 %{_datadir}/mindi 120 %{_mandir} 119 121 %attr(755,root,root) %{_datadir}/mindi/analyze-my-lvm 120 122 %attr(755,root,root) %{_datadir}/mindi/mindi -
trunk/mondo/ChangeLog
r133 r158 1 1 MONDO CHANGES 2 2 3 - now handles cifs correctly 4 5 v2.05_berlios (Bruno Cornec <bcornec@users.berlios.de) 3 trunk: 6 4 - indent on source files 7 5 - asprintf used instead of malloc_string + sprintf/strcpy/strcat without … … 9 7 needed + remove memory leaks) 10 8 11 v2.04_berlios (Bruno Cornec <bcornec@users.berlios.de) 9 v2.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 19 v2.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 25 v2.04_berlios 12 26 - Add -p option to generate ISO images file names with prefix. The new default 13 27 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) 16 31 - NFS patches (Yann Aubert <technique@alixen.fr>) 17 32 - mondorestore shouldn't now ask final questions with -H 18 (this is an unattended mode) 19 33 (this is an unattended mode) (Bruno Cornec) 20 34 21 35 v2.04
Note:
See TracChangeset
for help on using the changeset viewer.