Changeset 424 in MondoRescue for branches/stable/mindi
- Timestamp:
- Feb 21, 2006, 10:48:23 PM (19 years ago)
- Location:
- branches/stable/mindi
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/distributions/rpm/mindi.spec
r423 r424 70 70 71 71 %changelog 72 * Fri Feb 16 2006 Bruno Cornec <bcornec@users.berlios.de> 1.0.773 - Updated to 1.0.774 - RPMS spec are now generated instead of using '%' variables75 76 * Fri Nov 05 2005 Bruno Cornec <bcornec@users.berlios.de> 1.0577 - ia64 is now working78 - use install.sh script79 - use libdir for binary data80 81 * Tue Sep 06 2005 Bruno Cornec <bcornec@users.berlios.de> 1.04_berlios82 - Merge of patches mentionned on mondo ML + ia64 updates83 - Fix bugs when called alone84 85 * Tue May 03 2005 Hugo Rabson <hugorabson@msn.com> 1.04_cvs_2005050386 - supports exec-shield87 88 * Wed Aug 04 2004 Hugo Rabson <hugorabson@msn.com> 1.0389 - better support of SLES 890 91 * Mon Jun 28 2004 Hugo Rabson <hugorabson@msn.com> 1.0292 - better kernel-level logging93 - added ACL, xattr binaries to deplist.txt94 - fixed obscure bug which occasionally stopped mindi from correctly finding95 and documenting all LVM2 LVM-on-RAID volumes96 97 * Fri Jun 25 2004 Hugo Rabson <hugorabson@msn.com> 1.0198 - added ide_tape and other modules to mindi's config detection99 - unmount errant ramdisk ($mtpt) if fail to create boot floppy100 - better support of ISO dirs at restore-time (Conor Daly)101 102 * Fri Jun 18 2004 Hugo Rabson <hugorabson@msn.com> 1.00103 - first 1.0x release104 - busybox now static105 - trap Ctrl-Alt-Del; trigger soft reset106 - better SuSE 9.1 support107 - added parted2fdisk.pl (IA64) (Bruno Cornec)108 - add LVM2 support for kernel 2.6 (Takeru Komoriya)109 - better detection of multiple Mindis (Martin Fürstenau)110 - don't complain if just a Mindi boot CD & not a platform for Mondo111 - updated busybox to 1.0.0pre10112 - removed uClibc113 - add memtest support114 - 2.6 kernel support115 - removed Embleer files (Andree Leidenfrost)116 - added kernel-only floppy support, to accommodate really big kernels117 - updated+rebuilt busybox118 - added star support119 - mount /sys at boot-time120 - better 64-bit and 2.6 kernel support121 - better LVM, failsafe kernel support (Jim Richard)122 - use LILO, not raw kernel, on 1.4MB boot floppy123 - record names of unsaved modules, for future reference124 - enlarged ramdisk by 8MB125 126 * Wed Oct 22 2003 Hugo Rabson <hugorabson@msn.com> 0.95127 - changed some '==' to '=' --- now more RH6-friendly128 - allow absolute pathnames again in deplist129 - disable multifunc cd thing130 - better Gentoo support (Bill)131 - better OnStream support132 - better Slackware support (Laurenz)133 - added partimagehack-static to deplist.txt134 - recompiled Busybox - now 10k smaller; better stack-handling135 - fixed boot screen typo136 - added support for 'auto' fs format137 - better devfs support for Mandrake users138 - better Debian+LVM support (Ralph Grewe)139 - updated analyze-my-lvm to handle floating-point gigabyte -L values140 141 * Thu Jul 24 2003 Anonymous <root@rohan> 0.94142 - altered rootfs's /dev entry to stop cvs from becoming confused143 - tweaked MAX_COMPRESSED_SIZE144 - added multi-function CD support to mindi and sbin/post-init145 - re-mount root as rw just in case146 - ask user to remove last data (floppy) disk if nec. (Tom Mortell)147 - added support for 5th column in mountlist.txt for labels148 - added symlinks.tgz149 - suppress erroneous error msgs re: failsafe kernel150 151 * Sun May 18 2003 Hugo Rabson <hugorabson@msn.com> 0.93152 - added cciss.o to SCSI_MODS153 - if format type is (e.g.) ext3,ext2 then use 1st entry154 - re-enabled fsck*155 - if cciss in use the enable it at boot-time156 - added /dev/ataraid/* to boot disk via ataraid.tgz (Luc S.)157 - better ISO support158 - tweaked Mindi to use 10-15% fewer floppies159 - added RUN_AFTER_INITIAL_BOOT_PHASE to let user specify a command160 to be run by Mindi before it bootstraps to aux data disks;161 e.g. 'echo engage > /proc/scsi/something'162 - added RUN_AFTER_BOOT_PHASE_COMPLETE to let user specify a command163 to be run by Mindi after it boots but before it runs mondorestore164 - allow for Debian & other Stiefkinder that use 'none', not 'swap'165 as the mountpoint of the swap partition166 - removed afio dependency167 - re-worked install.sh and tarball not to use tgz's168 - cleared up the boot msg169 - updated busybox to 0.60.5; updated uClibc to 0.9.19170 - add #!/bin/sh to start of insert-all-my-modules171 - fixed obscure bug in install-additional-tools172 - changed grep -m to grep | head -n1 for Debian users173 - moved vmlinuz, lib.tar.bz2 to mindi-kernel tarball/rpm174 175 * Wed Apr 09 2003 Hugo Rabson <hugorabson@msn.com> 0.92176 - fixed LVM/RAID bugs (Brian Borgeson)177 - if bad lilo, give more verbose error before quitting178 - added mt and perl to deplist.txt179 - insist on gawk being present180 - insmod ide-cd, cdrom, isofs, just in case181 - boot-time tmpfs ramdisk is now 40m (was 34m)182 - cleaned up logs183 - iso mode now calls Interactive184 - make SizeOfPartition() more Debian-friendly (Andree Leidenfrost)185 - clean up some calls to grep, esp. partition_mountpt=...186 - corrected some bashisms, to suit Debian ped- er, users187 - made first line refer to bash, not sh, to make sure188 the Debian people know Mindi requires bash, not hs189 - changed grep -v "#" and grep -vx "#.*" to grep -vx " *#.*"190 - disabled code which would have made Mindi use sfdisk instead of fdisk191 if it looked as if Debian's fdisk would misbehave192 193 * Wed Feb 12 2003 Hugo Rabson <hugorabson@msn.com> 0.91194 - new devel branch195 - EXTRA_SPACE=16384196 - updated ResolveSoftlinks() to work better with b0rkn Gentoo devfs /dev197 - patched analyze-my-lvm (Benjamin Mampaey)198 - detect built-in boot.b files in lilo199 - cleaned up spec file a bit, more use of macros (Jesse Keating)200 - return w/err, don't abort, if Matt Nelson's RH8 system is farked201 - better at finding isolinux.bin202 - better at analyzing dependencies when running on broken distributions203 - try harder to boot from CD, even if tape fails204 - added ADDITIONAL_BOOT_PARAMS to be sent to kernel205 - better resolution of relative softlinks, leading to fewer206 duplicates on data disks and therefore fewer data disks207 - detect Debian+devfs; use sfdisk instead of fdisk in that208 eventuality, to work around yet another of Debian's warts209 - removed /lib/libuuid.* from rootfs.tgz210 - fixed vi211 - mindi now uses gawk --traditional (making gawk behave in a functionally212 identical way to awk) - PASS; great, so now Debian needs to fix its awk :)213 - removed / from list of dirs accessed when trying to resolve deplist entry214 - spinner bugfix; handle odd LABELs properly (Tom Mortell)215 - fixed LVM/RAID bugs (Brian Borgeson)216 217 * Mon Dec 02 2002 Hugo Rabson <hugo@firstlinux.net> 0.72_20021202218 - misc code clean-up219 - save boot device's boot sector220 - detect and beware Compaq diagnostic partitions221 - better handling of devfs V non-devfs kernels and boot devs222 - trimmed busybox 0.60.3 binary on boot disk223 - mindi now resides in /usr/local/bin224 - removed lilo from dependencies225 - more Gentoo-friendly226 227 * Sun Nov 18 2002 Hugo Rabson <hugo@firstlinux.net> 0.71228 - if your kernel's builddate doesn't match any of the kernels in229 your /boot directory then fudge the issue & find the closest230 match (*grumble* Debian)231 - scan tape & CD at start, to force inclusion of modules on boot device232 - double EXTRA_SPACE if >7 disks233 - slimmer, more lithesome logfile234 - now accepts --findkernel235 - line 1982 - dd count=24000 should be count=$ramdisksize (Andras Korn)236 - better handling of non-Linux partitions on DevFS-enabled kernels237 - misc clean-ups238 - fixed Debian/ramdisksize/bloat problem (Johannes Franken)239 - fixed 2.4.20/fdisk eccentricity (Alistair Stevens)240 - updated kernel to 2.4.18-mdk6241 - generate mountlist in dev-abetical order ;)242 - fixed minor bug in .spec file243 - better at finding /boot/boot.b if your distro breaks the de facto standard244 - fixed minor bug in MakeMountlist245 - fixed install.sh246 - cleaned up deplist.txt247 - added rudimentary -v / --version flag248 - line 1180 or so --- duplicate mindi.iso entries --- fixed249 - added /bin/[ - a softlink to /bin/sh250 - ListAllPartitions() - sanity fix (KP)251 - fixed .spec bug252 - better feedback253 - added Markus's RAID patch254 - ListAllPartitions() - include /mnt/win* (Hugo)255 256 * Sun Sep 08 2002 Hugo Rabson <hugo@firstlinux.net> 0.70257 - better logging by dependency-calculating code258 - better handling of dependencies, specifically softlinks259 - if called by mondo then use mondo's temp dir as our temp dir too260 - changed gawk to $AWK in a few places, to allow for Debian261 - added host* config files to deplist262 - added tftp, ifconfig to busybox263 - added RPC support to uClibc264 - cleaned up creation of Mondo-Mindi configuration file265 - fixed bug in TryToFindKernelPath which stopped it from handling266 multiple, same-version kernels gracefully267 - cleaned up deplist.txt268 - receive 'DIFFERENTIAL' variable from Mondo269 - better Debian compatibility, esp. w/detection of ver# (Hector Alvarez)270 - better devfs support; call fgrep in places instead of grep (Andrew Korn)271 - fixed analyze-my-lvm (Ralph Gruwe)272 - moved 50K of stuff from rootfs.tgz to aux-tools.tgz273 - added x11-tools.tgz option274 - updated /dev/console and /dev/tty0 (Paul Stevens)275 - cleaned up /mnt/groovy-stuff V /tmp/tmpfs code276 - catch sigint, sighup, etc.277 - fixed LILO-related message.txt mistake278 - .spec file clean-up; automation; config file (Carl Wilhem Soderstrom)279 - better devfs support (Andrew Korn)280 281 * Sun Jul 14 2002 Hugo Rabson <hugo@firstlinux.net> 0.64-1282 - fixed RH7.3 readonly bug283 - improved nfs config file creation284 - search more locations for isolinux.bin285 - added isonuke option286 - faster data disk creation287 - better DevFS support (Hector Alvarez, DuckX)288 - nfs-related fix (Hans Lie)289 - abort if vfat filesystem present but mkfs.vfat missing290 - removed softlink to pico291 - allow Mondo to say no compression will be used292 - added [ to ramdisk293 - tar data disks with -b [block size] of 32k294 - don't autoboot to 'RESTORE' screen - it's scary!295 - let user choose lilo or syslinux as boot loader296 - added syslinux support297 - cleaned up message screens298 -
branches/stable/mindi/mindi
r423 r424 628 628 [ "$MINDI_CONF" = "YYY" ] && Die "Mindi has not been installed correctly." 629 629 echo "MINDI_CONF = $MINDI_CONF" >> $LOGFILE 630 echo "MONDO_ LIB = $MONDO_LIB" >> $LOGFILE630 echo "MONDO_SHARE = $MONDO_SHARE" >> $LOGFILE 631 631 mkdir -p $CACHE_LOC 632 632 } … … 1613 1613 cp -f $TMP_ROOT/iso/isolinux/{isolinux.cfg,initrd.img,vmlinuz,isolinux.bin,message.txt} $MONDO_ROOT || Die "Cannot copy core files to ramdisk for boot disk. Did you run out of disk space?" 1614 1614 fi 1615 [ "$MONDO_ LIB" ] && cp -f $MONDO_LIB/autorun .1615 [ "$MONDO_SHARE" ] && cp -f $MONDO_SHARE/autorun . 1616 1616 if [ -d "/home/MondoCD" ] ; then 1617 1617 cp -pRdu /home/MondoCD/* . … … 2196 2196 tar -zxf $MINDI_LIB/x11-tools.tgz 2>> $LOGFILE || LogIt "Warning - error occurred while unzipping x11-tools.tgz\n" 2197 2197 fi 2198 if [ -e "$MONDO_ LIB/restore-scripts" ] ; then2199 cp -Rdf $MONDO_ LIB/restore-scripts/* . 2>> $LOGFILE2200 [ "$?" -ne "0" ] && [ "`DidMondoCallMe`" ] && Die "Cannot find/install $MONDO_ LIB/restore-scripts"2198 if [ -e "$MONDO_SHARE/restore-scripts" ] ; then 2199 cp -Rdf $MONDO_SHARE/restore-scripts/* . 2>> $LOGFILE 2200 [ "$?" -ne "0" ] && [ "`DidMondoCallMe`" ] && Die "Cannot find/install $MONDO_SHARE/restore-scripts" 2201 2201 fi 2202 2202 [ -d "/lib/dev-state" ] && cp --parents -pRdf /lib/dev-state .
Note:
See TracChangeset
for help on using the changeset viewer.