Changeset 629 in MondoRescue
- Timestamp:
- Jun 7, 2006, 11:30:31 AM (18 years ago)
- Location:
- branches/stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/autorun
-
Property unix-mode
set to
yes
-
Property unix-mode
set to
-
branches/stable/tools/common-env
r572 r629 12 12 export TMPDIR= 13 13 export TMP=`mktemp -d -p /tmp` 14 15 umask 022 -
branches/stable/tools/qemu-vm.txt
r596 r629 4 4 5 5 # RPM based : urpmi, yum install, yast2 6 neon newt-devel slang-devel autoconf automake subversion libtool gcc rpm-build wget vim-X11 gcc-c++ docbook-utils-pdf ImageMagick man docbook-dtd41-sgml groff lynx6 neon newt-devel slang-devel autoconf automake libtool gcc rpm-build wget vim-X11 gcc-c++ docbook-utils-pdf ImageMagick man patch 7 7 8 8 # gentoo … … 47 47 mkdir -p mondo/tmp build 48 48 cat > ~bruno/.rpmmacros << EOF 49 %_topdir / home/bruno/build49 %_topdir /users/bruno/build 50 50 %_tmppath %{_topdir}/tmp 51 51 %packager Bruno Cornec <bruno@mondorescue.org> … … 72 72 wget ftp://ftp.mondorescue.org/src/buffer-1.19-1.src.rpm 73 73 rpm -ivh afio-2.4.7-1.src.rpm buffer-1.19-1.src.rpm 74 rpmbuild -ba RPMS/SPECS/afio.spec 75 rpmbuild -ba RPMS/SPECS/buffer.spec 76 chmod 644 RPMS/RPMS/i386/* 77 scp -p RPMS/RPMS/i386/afio-[0-9]* RPMS/RPMS/i386/buffer-[0-9]* ftp.mondorescue.org:/mondo/ftp/rhel/3/ 74 mkdir -p build/BUILD build/RPMS/i386 75 rpmbuild -ba build/SPECS/afio.spec 76 rpmbuild -ba build/SPECS/buffer.spec 77 chmod 644 build/RPMS/i386/* 78 scp -p build/RPMS/i386/afio-[0-9]* build/RPMS/i386/buffer-[0-9]* ftp.mondorescue.org:/mondo/ftp/rhel/3/ 78 79 79 80 -
branches/stable/website/latest-news.html
r606 r629 1 <p><B>2006-05-31 </B>Mondo 2.0.8 / Mindi 1.0.8 available</p> 1 <p><B>2006-06-02 </B>Mondo 2.0.8-2 / Mindi 1.0.8-2 available</p> 2 <p> 3 It turned out that mindi 1.0.8-1 had bugs at least on RHEL 4 and also I wanted a new function for PXE deployment (change of NIC), so here are mondo 2.0.8-2 / mindi 1.0.8-2. 4 </p> 5 <p> 6 Available for the 11 distributions supported as the usual place <a href="ftp://ftp.mondorescue.org/">ftp://ftp.mondorescue.org/</a> 7 </p> 8 <p> 9 <b>CAUTION:</b> The ipconf parameter used for PXE deployment has changed and its syntaxt is NOT compatible with the previous one. You now need to precise first the NIC on which you will deploy. Look at mindi's README.pxe for details. 10 </p> 11 <p><B>2006-05-31 </B>Mondo 2.0.8-1 / Mindi 1.0.8-1 available</p> 2 12 <p> 3 13 I'm happy to announce the availability of a newest version of
Note:
See TracChangeset
for help on using the changeset viewer.