- Timestamp:
- Jun 7, 2006, 11:32:52 AM (19 years ago)
- Location:
- branches/2.0.8
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.8/mondo/mondo/autorun
-
Property unix-mode
set to
yes
-
Property unix-mode
set to
-
branches/2.0.8/tools/common-env
r576 r630 12 12 export TMPDIR= 13 13 export TMP=`mktemp -d -p /tmp` 14 15 umask 022 -
branches/2.0.8/tools/qemu-vm.txt
r576 r630 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 … … 46 46 mkdir -p mondo/tmp build 47 47 cat > ~bruno/.rpmmacros << EOF 48 %_topdir / home/bruno/build48 %_topdir /users/bruno/build 49 49 %_tmppath %{_topdir}/tmp 50 50 %packager Bruno Cornec <bruno@mondorescue.org> … … 71 71 wget ftp://ftp.mondorescue.org/src/buffer-1.19-1.src.rpm 72 72 rpm -ivh afio-2.4.7-1.src.rpm buffer-1.19-1.src.rpm 73 rpmbuild -ba RPMS/SPECS/afio.spec 74 rpmbuild -ba RPMS/SPECS/buffer.spec 75 chmod 644 RPMS/RPMS/i386/* 76 scp -p RPMS/RPMS/i386/afio-[0-9]* RPMS/RPMS/i386/buffer-[0-9]* ftp.mondorescue.org:/mondo/ftp/rhel/3/ 73 mkdir -p build/BUILD build/RPMS/i386 74 rpmbuild -ba build/SPECS/afio.spec 75 rpmbuild -ba build/SPECS/buffer.spec 76 chmod 644 build/RPMS/i386/* 77 scp -p build/RPMS/i386/afio-[0-9]* build/RPMS/i386/buffer-[0-9]* ftp.mondorescue.org:/mondo/ftp/rhel/3/ 77 78 78 79 -
branches/2.0.8/website/latest-news.html
r519 r630 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> 12 <p> 13 I'm happy to announce the availability of a newest version of 14 mondo 2.0.8-1 / mindi 1.0.8-1. Enjoy it ! 15 </p> 16 17 <p> 18 Now available at <a href="ftp://ftp.mondorescue.org/">ftp://ftp.mondorescue.org/</a> 19 </p> 20 21 <p> 22 fedora/4/mondo-2.0.8-1.fc4.i386.rpm 23 fedora/4/mindi-1.0.8-1.fc4.i386.rpm 24 fedora/5/mindi-1.0.8-1.fc5.i386.rpm 25 fedora/5/mondo-2.0.8-1.fc5.i386.rpm 26 mandrake/10.2/mindi-1.0.8-1.102mdk.i386.rpm 27 mandrake/10.2/mondo-2.0.8-1.102mdk.i386.rpm 28 mandrake/10.1/mindi-1.0.8-1.101mdk.i386.rpm 29 mandrake/10.1/mondo-2.0.8-1.101mdk.i386.rpm 30 mandriva/2006.0/mindi-1.0.8-1.20060mdk.i586.rpm 31 mandriva/2006.0/mondo-2.0.8-1.20060mdk.i586.rpm 32 redhat/7.3/mindi-1.0.8-1.rh73.i386.rpm 33 redhat/7.3/mondo-2.0.8-1.rh73.i386.rpm 34 redhat/9/mindi-1.0.8-1.rh9.i386.rpm 35 redhat/9/mondo-2.0.8-1.rh9.i386.rpm 36 rhel/3/mindi-1.0.8-1.rhel3.i386.rpm 37 rhel/3/mondo-2.0.8-1.rhel3.i386.rpm 38 rhel/4/mindi-1.0.8-1.rhel4.i386.rpm 39 rhel/4/mondo-2.0.8-1.rhel4.i386.rpm 40 sles/9/mindi-1.0.8-1.sles9.i386.rpm 41 sles/9/mondo-2.0.8-1.sles9.i386.rpm 42 suse/10.0/mindi-1.0.8-1.suse10.0.i386.rpm 43 suse/10.0/mondo-2.0.8-1.suse10.0.i386.rpm 44 src/mondo-doc-2.0.8-1.tar.gz 45 src/mindi-1.0.8-1.tar.gz 46 src/mondo-2.0.8-1.tar.gz 47 </p> 48 49 <p>As usual src.rpm packages are also available in the same directory. Also a new mondo-doc package is produced for most distributions containing all the formats of mondo's documentation. Only there for completion, as mondo's package already contains the required doc files. 50 </p> 51 52 <p> 53 This version should fix most of latest bugs reported for mindi. the 2.0.x branch should now enter in a bug fix only mode. All new features will be introduced in 2.2.x on which we will now work (internationalization, memory management, configuration files, ...) 54 </p> 55 56 <p> 57 Changes are : 58 </p> 59 60 <p> 61 MONDO: 62 </p> 63 64 <p> 65 - new build process (Bruno Cornec)<br> 66 - Fix a bug in .spec for RPM build (%attr now unused) 67 (Bruno Cornec)<br> 68 - Support of dm and LVM v2 (Andree Leidenfrost)<br> 69 - New mr_strtok functionn added and used for dm support (Andree Leidenfrost)<br> 70 - Complete doc is now a separate package. mondo still contains the 71 man pages and howto in minimal useful formats 72 (Bruno Cornec)<br> 73 - HOWTO now contains a new chapter on unattended support for mondo<br> 74 - Increase size (4 times) of include|exclude variables<br> 75 - Fix a bug on -I and -E not working with multiple parameters<br> 76 - Fix a bug in verify for NFS by swapping nfs_remote_dir and isodir when 77 assembling name for image file to verify 78 (Andree Leidenfrost)<br> 79 - Fix mondo when restoring filenames containing blanks 80 (still a problem for filenames with ') 81 (Bruno Cornec)<br> 82 - Fix a RPM generation bug for rh7.3 (i386-redhat-linux prefix for binaries) 83 (Bruno Cornec)<br> 84 </p> 85 86 <p> 87 MINDI: 88 </p> 89 90 <p> 91 - new build process (Bruno Cornec)<br> 92 - Fix a bug when a disk less than 2.8 MB can be built, to 93 include enough modules to support SCSI cds 94 (Bruno Cornec)<br> 95 - Fix a bug in .spec for RPM build (%attr now unused) 96 (Bruno Cornec)<br> 97 - Add support for LABEL on swap partitions 98 (Michel Loiseleur + Julien Pinon)<br> 99 - Attempt to fix bug 6827 (addition of a script for 100 busybox udhcpc to support pxe/dhcp restore) 101 (Bruno Cornec)<br> 102 - support of dm and LVM v2 (Andree Leidenfrost)<br> 103 - analyze-my-lvm is under $MINDI_LIB (Andree Leidenfrost)<br> 104 - Fix a bug introduced by trying to avoid an error 105 message when modprobe.d doesn't exist 106 (Johannes Franken)<br> 107 - Fix for Bug #6975 (/net is now excluded from kernel search location) 108 (Bruno Cornec)<br> 109 - Allow 5670 MB fllopy disks for lilo as well (Bruno Cornec)<br> 110 - Add missing net modules (Klaus Ade Johnstad)<br> 111 </p> 112 1 113 <p><B>2006-04-08 </B>Mondo 2.0.7 / Mindi 1.0.7 updated to r460</p> 2 114 <p> … … 57 169 </p> 58 170 59 <p><B>2006-03-20 </B>Mondo 2.0.7 / Mindi 1.0.7 are out</p>60 <p>61 I'm happy to announce the availability of the latest and greatest62 version of mondo 2.0.7 / mindi 1.0.7. Version numbers have changed of63 format to be more in line with what is done generally (x.y.z)64 </p>65 <p>66 Now available at ftp://ftp.mondorescue.org :67 </p>68 69 <p>70 mandrake/10.1/mindi-1.0.7-447.101mdk.i386.rpm<br>71 mandrake/10.1/mondo-2.0.7-447.101mdk.i386.rpm<br>72 mandrake/10.2/mindi-1.0.7-447.102mdk.i386.rpm<br>73 mandrake/10.2/mondo-2.0.7-447.102mdk.i386.rpm<br>74 mandriva/2006.0/mindi-1.0.7-447.20060mdk.i386.rpm<br>75 mandriva/2006.0/mondo-2.0.7-447.20060mdk.i386.rpm<br>76 src/mindi-1.0.7-r447.tgz<br>77 src/mondo-2.0.7-r447.tgz<br>78 </p>79 80 <p>81 Other distributions will follow asap (should be able to produce soon82 redhat 7.3, fedora core 4, and only after rhel3/4 and sles9) due to the83 change in the virtual machines I have to do (now using qemu + more tools84 to generate RPMs)85 </p>86 87 <p>88 The focus on this version has been more around the new website and89 documentation, and a bit less on code. So some persistant bugs are still90 not corrected (some dvd burning issues and dm/lvm2 support mainly) and91 will be hopefully in 2.0.8.92 </p>93 94 <p>95 MONDO CHANGES96 </p>97 98 <p>99 v2.07 (2006-02-23)<br>100 - useless cat, sort|uniq commands removed (Bruno Cornec/Sébastien Aperghis-Tramoni)<br>101 - Doc cleanup (Andree Leidenfrost)<br>102 - Add the actual format to messages after calls to function is_this_a_valid_disk_format() about unsupported formats. (Andree Leidenfrost)<br>103 - Abort|Warn when one of the include|exclude dirs (-I|-E) does not exist (Bruno Cornec/Jeffs)<br>104 - Replaced partimagehack with ntfsclone from ntfsprogs package. (Andree Leidenfrost)<br>105 - use df -P everywhere (Bruno Cornec)<br>106 - Paypal incitations removed (Andree Leidenfrost)<br>107 - mondo now uses /usr/share for the restore-scripts (Bruno Cornec)<br>108 - rpmlint cleanups (Bruno Cornec)<br>109 - no shared librairies and no X11 anymore (were useless) (Bruno Cornec)<br>110 - files > 2GB are now really supported (Andree Leidenfrost)<br>111 - new SGML based Mondo Rescue documentation + new Web site (Bruno Cornec/Andree Leidenfrost)<br>112 - mondoarchive aborts when 'mindi --findkernel' gives a fatal error (See also Debian bug #352323.) (Andree Leidenfrost)<br>113 - /tmp not excluded anymore from backup (Bruno Cornec)<br>114 - New RPM Build environement (Bruno Cornec)<br>115 </p>116 117 <p>118 MINDI CHANGES119 </p>120 121 <p>122 1.07 (2006-02-23)<br>123 - stop creating further size of floppy disks if the smaller one succeeds (Bruno Cornec)<br>124 - init revamped (removed unnecessary second general module loading phase, start NFS appropriately depending on PXE or simple NFS) (Andree Leidenfrost)<br>125 - Changed module 'nfsacl' to 'nfs_acl' (Andree Leidenfrost)<br>126 - Mindi/DiskSize is gone (Bruno Cornec)<br>127 - useless cat, sort|uniq commands removed (Bruno Cornec/Sébastien Aperghis-Tramoni)<br>128 - Doc cleanup (Andree Leidenfrost)<br>129 - Bug fix for chown in install.sh (JeffS)<br>130 - CHANGES renamed also in install.sh now (Bruno Cornec)<br>131 - rpmlint cleanups<br>132 - Get mindi to look for analyze-my-lvm in it's library directory MINDI_LIB (See also Debian bug #351446.)<br>133 - mindi only deletes freshly created 1440kb images in case of error (See also Debian Bug #348966.) (Andree Leidenfrost)<br>134 - try standard grub-install in grub-MR restore script before trying anything fancy (Andree Leidenfrost)<br>135 - busybox mount should be called with -o ro for PXE (Make RHEL 3 works in PXE with a 2.6 failsafe kernel now available) (Bruno Cornec)<br>136 - Fix mindi for 2.6 Failsafe support (Bruno Cornec)<br>137 - mindi now depends on grep >= 2.5 (for -m option) (Marco Puggelli/Bruno Cornec)<br>138 - Fix a bug in LVM context for RHEL4 in GetValueFromField (Rémi Bondoin/Bruno Cornec)<br>139 - New RPM Build environement (Bruno Cornec)<br>140 - mindi now supports x86_64 natively (Bruno Cornec)<br>141 - stop creating further size of floppy disks if the smaller one succeeds (Bruno Cornec)<br>142 </p>
Note:
See TracChangeset
for help on using the changeset viewer.