Changeset 664 in MondoRescue
- Timestamp:
- Jun 10, 2006, 12:26:38 PM (19 years ago)
- Location:
- branches/2.0.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.8/mindi/ChangeLog
r647 r664 3 3 MINDI CHANGES 4 4 5 1.0.8-4 (2006-06-10) 6 - nfsmount option added to allow redeployment from another NFS server (Bruno Cornec) 7 5 8 1.0.8-3 (2006-06-07) 6 - exec-shield removed for mindi 7 (Bruno Cornec) 8 - Fix a bug for ia64 build in mindi where locallib was undefined 9 (Bruno Cornec) 10 - Fix a bug for SuSE and Debian where $dfam was used in install.sh 11 (Bruno Cornec) 12 - Make the init script mdadm-aware 13 (Andree Leidenfrost) 9 - exec-shield removed for mindi (Bruno Cornec) 10 - Fix a bug for ia64 build in mindi where locallib was undefined (Bruno Cornec) 11 - Fix a bug for SuSE and Debian where $dfam was used in install.sh (Bruno Cornec) 12 - Make the init script mdadm-aware (Andree Leidenfrost) 14 13 15 14 1.0.8-2 (2006-06-02) 16 - Fix bugs in the swap+LABEL code found on rhel4 17 (Peter Naber/Bruno Cornec) 18 - PXE mode now supports change of NIC for redeployment 19 (Bruno Cornec) 15 - Fix bugs in the swap+LABEL code found on rhel4 (Peter Naber/Bruno Cornec) 16 - PXE mode now supports change of NIC for redeployment (Bruno Cornec) 20 17 21 18 1.0.8-1 (2006-05-25) 22 19 - new build process (Bruno Cornec) 23 - Fix a bug when a disk less than 2.8 MB can be built, to 24 include enough modules to support SCSI cds 25 (Bruno Cornec) 26 - Fix a bug in .spec for RPM build (%attr now unused) 27 (Bruno Cornec) 28 - Add support for LABEL on swap partitions 29 (Michel Loiseleur + Julien Pinon) 30 - Attempt to fix bug 6827 (addition of a script for 31 busybox udhcpc to support pxe/dhcp restore) 32 (Bruno Cornec) 20 - Fix a bug when a disk less than 2.8 MB can be built, to include enough modules to support SCSI cds (Bruno Cornec) 21 - Fix a bug in .spec for RPM build (%attr now unused) (Bruno Cornec) 22 - Add support for LABEL on swap partitions (Michel Loiseleur + Julien Pinon) 23 - Attempt to fix bug 6827 (addition of a script for busybox udhcpc to support pxe/dhcp restore) (Bruno Cornec) 33 24 - support of dm and LVM v2 (Andree Leidenfrost) 34 25 - analyze-my-lvm is under $MINDI_LIB (Andree Leidenfrost) 35 - Fix a bug introduced by trying to avoid an error 36 message when modprobe.d doesn't exist 37 (Johannes Franken) 38 - Fix for Bug #6975 (/net is now excluded from kernel search location) 39 (Bruno Cornec) 26 - Fix a bug introduced by trying to avoid an error message when modprobe.d doesn't exist (Johannes Franken) 27 - Fix for Bug #6975 (/net is now excluded from kernel search location) (Bruno Cornec) 40 28 - Allow 5670 MB fllopy disks for lilo as well (Bruno Cornec) 41 29 - Add missing net modules (Klaus Ade Johnstad) … … 43 31 1.0.7 (2006-03-10) 44 32 - Fix issue for 2.6 kernels with VIA chipsets (Andree Leidenfrost) 45 - stop creating further size of floppy disks if the smaller one succeeds 46 (Bruno Cornec) 47 - init revamped (removed unnecessary second general module loading phase, 48 start NFS appropriately depending on PXE or simple NFS) 49 (Andree Leidenfrost) 33 - stop creating further size of floppy disks if the smaller one succeeds (Bruno Cornec) 34 - init revamped (removed unnecessary second general module loading phase, start NFS appropriately depending on PXE or simple NFS) (Andree Leidenfrost) 50 35 - Changed module 'nfsacl' to 'nfs_acl' (Andree Leidenfrost) 51 36 - Mindi/DiskSize is gone (Bruno Cornec) 52 - useless cat, sort|uniq commands removed 53 (Bruno Cornec/Sébastien Aperghis-Tramoni) 37 - useless cat, sort|uniq commands removed (Bruno Cornec/Sébastien Aperghis-Tramoni) 54 38 - Doc cleanup (Andree Leidenfrost) 55 39 - Bug fix for chown in install.sh (JeffS) … … 57 41 - rpmlint cleanups 58 42 - Get mindi to look for analyze-my-lvm in it's library directory MINDI_LIB (See also Debian bug #351446.) 59 - mindi only deletes freshly created 1440kb images in case of error (See also Debian Bug #348966.) 60 (Andree Leidenfrost) 61 - try standard grub-install in grub-MR restore script before trying anything fancy 62 (Andree Leidenfrost) 43 - mindi only deletes freshly created 1440kb images in case of error (See also Debian Bug #348966.) (Andree Leidenfrost) 44 - try standard grub-install in grub-MR restore script before trying anything fancy (Andree Leidenfrost) 63 45 - busybox mount should be called with -o ro for PXE (Make RHEL 3 works in PXE 64 with a 2.6 failsafe kernel now available) 65 (Bruno Cornec) 66 - Fix mindi for 2.6 Failsafe support 67 (Bruno Cornec) 68 - mindi now depends on grep >= 2.5 (for -m option) 69 (Marco Puggelli/Bruno Cornec) 70 - Fix a bug in LVM context for RHEL4 in GetValueFromField 71 (Rémi Bondoin/Bruno Cornec) 46 with a 2.6 failsafe kernel now available) (Bruno Cornec) 47 - Fix mindi for 2.6 Failsafe support (Bruno Cornec) 48 - mindi now depends on grep >= 2.5 (for -m option) (Marco Puggelli/Bruno Cornec) 49 - Fix a bug in LVM context for RHEL4 in GetValueFromField (Rémi Bondoin/Bruno Cornec) 72 50 - New RPM Build environement (Bruno Cornec) 73 51 - mindi now supports x86_64 natively (Bruno Cornec) 74 - stop creating further size of floppy disks if the smaller one succeeds 75 (Bruno Cornec) 52 - stop creating further size of floppy disks if the smaller one succeeds (Bruno Cornec) 76 53 77 54 1.06 (2005-12-23) 78 55 - mindi manpage added (Andree Leidenfrost) 79 56 - clean up remaining mount points, mindi.err at the end (Wolfgang Rosenauer) 80 - fix bugs for SuSE distro around tar, tr and find arguments order 81 (Wolfgang Rosenauer) 57 - fix bugs for SuSE distro around tar, tr and find arguments order (Wolfgang Rosenauer) 82 58 - new busybox.net version used for better PXE support (Bruno Cornec) 83 59 - USB keyboard support (Bruno Cornec) 84 60 - -p should now work with ISO/PXE/NFS modes (Bruno Cornec) 85 - relocate what was under /usr/share to /usr/lib (FHS compliance) 86 (Bruno Cornec/Andree Leidenfrost) 87 - manage non ambiguous delivery under /usr (packages) or /usr/local (tar ball) 88 (Bruno Cornec) 89 - install script rewritten and used for RPM build, with new layout 90 (Sébastien Aperghis-Tramoni/Bruno Cornec) 61 - relocate what was under /usr/share to /usr/lib (FHS compliance) (Bruno Cornec/Andree Leidenfrost) 62 - manage non ambiguous delivery under /usr (packages) or /usr/local (tar ball) (Bruno Cornec) 63 - install script rewritten and used for RPM build, with new layout (Sébastien Aperghis-Tramoni/Bruno Cornec) 91 64 - use parted2fdisk everywhere (Bruno Cornec) 92 - use MONDO_LIB exported by mondoarchive instead of MONDO_HOME guessed 93 (Bruno Cornec) 94 - RPM build for fedora core 4, sles9, redhat 7.3, rhel 3/4, mandriva 2006.0, 95 mandrake 10.2/10.1 (Bruno Cornec/Gary Granger) 65 - use MONDO_LIB exported by mondoarchive instead of MONDO_HOME guessed (Bruno Cornec) 66 - RPM build for fedora core 4, sles9, redhat 7.3, rhel 3/4, mandriva 2006.0, mandrake 10.2/10.1 (Bruno Cornec/Gary Granger) 96 67 - VERSION/RELEASE Tag added (Bruno Cornec) 97 68 - VMPlayer support 98 - Code cleanup, small fixes, PXE/NFS code improvements 99 (Wolfgang Rosenauer/Sébastien Aperghis-Tramoni/Bruno Cornec 100 - New switches for PXE mode (ping & ipconf, Cf README.pxe) 101 (Sébastien Aperghis-Tramoni/Bruno Cornec) 69 - Code cleanup, small fixes, PXE/NFS code improvements (Wolfgang Rosenauer/Sébastien Aperghis-Tramoni/Bruno Cornec 70 - New switches for PXE mode (ping & ipconf, Cf README.pxe) (Sébastien Aperghis-Tramoni/Bruno Cornec) 102 71 - mindi-kernel added to SVN (Bruno Cornec) 103 72 104 73 1.05 (2005-11-19) 105 - Bug fix for ldd output incorrectly handled, leading to "grep not found" error 106 (Andree Leidenfrost) 107 - NFS now works in interactive mode, and nolock problems are solve 108 (Andree Leidenfrost) 109 - IA-64 support is now working for rhel 3 110 (Bruno Cornec) 111 - add MINDI_CONF to the mindi LOGFILE 112 (Philippe De Muyter) 113 - Speed up fdisk'ing dev/ida raid devices 114 (Philippe De Muyter) 74 - Bug fix for ldd output incorrectly handled, leading to "grep not found" error (Andree Leidenfrost) 75 - NFS now works in interactive mode, and nolock problems are solve (Andree Leidenfrost) 76 - IA-64 support is now working for rhel 3 (Bruno Cornec) 77 - add MINDI_CONF to the mindi LOGFILE (Philippe De Muyter) 78 - Speed up fdisk'ing dev/ida raid devices (Philippe De Muyter) 115 79 116 80 1.04 (2005-05-03) 117 81 - support exec-shield 118 - added 'ide-generic' module to IDE modules in mindi to ensure that kernels 119 with fully modularised IDE sub-system boot 120 - rewrote script 'wait-for-petris' to ensure that petris actually starts and 121 can be restarted reliably 122 - fixed syntax error in mindi where a wrong delimiter is used in and sed call 123 when processing file '/etc/issue.net' 124 - removed '#!/bin/bash' from file 'rootfs/etc/bashrc' (bashrc get sourced, not 125 executed) 82 - added 'ide-generic' module to IDE modules in mindi to ensure that kernels with fully modularised IDE sub-system boot 83 - rewrote script 'wait-for-petris' to ensure that petris actually starts and can be restarted reliably 84 - fixed syntax error in mindi where a wrong delimiter is used in and sed call when processing file '/etc/issue.net' 85 - removed '#!/bin/bash' from file 'rootfs/etc/bashrc' (bashrc get sourced, not executed) 126 86 - removed executable flag from: 127 87 - 'rootfs/etc/ld.so.cache' … … 134 94 - better kernel-level logging 135 95 - added ACL, xattr binaries to deplist.txt 136 - fixed obscure bug which occasionally stopped mindi from correctly finding 137 and documenting all LVM2 LVM-on-RAID volumes 138 96 - fixed obscure bug which occasionally stopped mindi from correctly finding and documenting all LVM2 LVM-on-RAID volumes 139 97 1.01 (2004-06-21) 140 98 - added ide_tape and other modules to mindi's config detection … … 198 156 - better ISO support 199 157 - tweaked mindi to use 10-15% fewer floppies 200 - added RUN_AFTER_INITIAL_BOOT_PHASE var at start of Mindi, which 201 user may use to force Mindi to run command before bootstrapping 202 to aux data disks or CD - e.g. 'echo engage > /proc/scsi/something' 203 - allow for Debian & other Stiefkinder that use 'none', not 'swap' 204 as the mountpoint of the swap partition 158 - added RUN_AFTER_INITIAL_BOOT_PHASE var at start of Mindi, which user may use to force Mindi to run command before bootstrapping to aux data disks or CD - e.g. 'echo engage > /proc/scsi/something' 159 - allow for Debian & other Stiefkinder that use 'none', not 'swap' as the mountpoint of the swap partition 205 160 - removed afio dependency 206 - added RUN_AFTER_BOOT_PHASE_COMPLETE to let user specify a command 207 to be run by Mindi after it boots but before it runs mondorestore 161 - added RUN_AFTER_BOOT_PHASE_COMPLETE to let user specify a command to be run by Mindi after it boots but before it runs mondorestore 208 162 - re-worked install.sh and tarball not to use tgz's 209 163 - cleared up the boot msg … … 225 179 - clean up some calls to grep, esp. partition_mountpt=... 226 180 - corrected some bashisms, to suit Debian ped- er, users 227 - made first line refer to bash, not sh, to make sure 228 the Debian people know Mindi requires bash, not hs 181 - made first line refer to bash, not sh, to make sure the Debian people know Mindi requires bash, not hs 229 182 - changed grep -v "#" and grep -vx "#.*" to grep -vx " *#.*" 230 - disabled code which would make Mindi use sfdisk instead of fdisk 231 if it looked as if Debian's fdisk would misbehave 183 - disabled code which would make Mindi use sfdisk instead of fdisk if it looked as if Debian's fdisk would misbehave 232 184 233 185 v0.91 (2003-04-04) … … 240 192 - try harder to boot from CD, even if tape fails 241 193 - added ADDITIONAL_BOOT_PARAMS to be sent to kernel 242 - better resolution of relative softlinks, leading to fewer 243 duplicates on data disks and therefore fewer data disks 244 - detect Debian+devfs; use sfdisk instead of fdisk in that 245 eventuality, to work around yet another of Debian's warts 194 - better resolution of relative softlinks, leading to fewer duplicates on data disks and therefore fewer data disks 195 - detect Debian+devfs; use sfdisk instead of fdisk in that eventuality, to work around yet another of Debian's warts 246 196 - removed /lib/libuuid.* from rootfs.tgz 247 197 - fixed vi 248 - mindi now uses gawk --traditional (making gawk behave in a functionally 249 identical way to awk) - PASS; great, so now Debian needs to fix its awk :) 198 - mindi now uses gawk --traditional (making gawk behave in a functionally identical way to awk) - PASS; great, so now Debian needs to fix its awk :) 250 199 - removed / from list of dirs accessed when trying to resolve deplist entry 251 200 - spinner bugfix; handle odd LABELs properly (Tom Mortell) … … 267 216 268 217 v0.71 (2002-11-17) 269 - if your kernel's builddate doesn't match any of the kernels in 270 your /boot directory then fudge the issue & find the closest 271 match (*grumble* Debian) 218 - if your kernel's builddate doesn't match any of the kernels in your /boot directory then fudge the issue & find the closest match (*grumble* Debian) 272 219 - scan tape & CD at start, to force inclusion of modules on boot device 273 220 - double EXTRA_SPACE if >7 disks … … 303 250 - added RPC support to uClibc 304 251 - cleaned up creation of Mondo-Mindi configuration file 305 - fixed bug in TryToFindKernelPath which stopped it from handling 306 multiple, same-version kernels gracefully 252 - fixed bug in TryToFindKernelPath which stopped it from handling multiple, same-version kernels gracefully 307 253 - cleaned up deplist.txt 308 254 - receive 'DIFFERENTIAL' variable from Mondo … … 367 313 368 314 v0.62 (2002-04-08) 369 - keep certain /dev directories compressed until boot-time, to allow 370 Mindi to support larger kernels 315 - keep certain /dev directories compressed until boot-time, to allow Mindi to support larger kernels 371 316 - cleaned up logging a lot 372 317 - better detection of the kernel currently in use … … 389 334 390 335 v0.58-r6 (2002-03-03) 391 - reassemble large data/library files who have older 'mv' code which doesn't 392 like to overwrite symlinks - affects older RH+Slack systems (Andrew Bulhak) 336 - reassemble large data/library files who have older 'mv' code which doesn't like to overwrite symlinks - affects older RH+Slack systems (Andrew Bulhak) 393 337 - call /usr/bin/logger, not 'logger', in LogIt() 394 338 - run chmod 755 `which start-nfs` before running start-nfs … … 406 350 v0.58-r4 (2002-02-18) 407 351 - quash error if /opt not found 408 - use /tmp/groovy-stuff instead of /mnt/groovy-stuff for 409 handling data disks and their contents, for tape users 352 - use /tmp/groovy-stuff instead of /mnt/groovy-stuff for handling data disks and their contents, for tape users 410 353 411 354 v0.58-r3 (2002-02-17) … … 449 392 - moved many global vars to start of script 450 393 - better at finding US kbd maps 451 - migrating to a single configuration file, /tmp/mondo-restore.cfg, for 452 Mondo users; file is not in use yet but is there for future expansion 394 - migrating to a single configuration file, /tmp/mondo-restore.cfg, for Mondo users; file is not in use yet but is there for future expansion 453 395 454 396 v0.55 (2002-01-28) 455 - MINDI_HOME and MONDO_HOME defined at start of each source file, making 456 it easier to relocate Mindi and Mondo if desired 397 - MINDI_HOME and MONDO_HOME defined at start of each source file, making it easier to relocate Mindi and Mondo if desired 457 398 - tries to mount /dev/hd[a-h] at boot-time, looking for CD-ROM; was hd[a-d] 458 399 - re-enabled the msg asking user to upgrade LILO if v21.6 459 - Lin/Win users are much, _much_ less likely to run out of disk space now 460 when restoring from backups (Carlos Molina) 400 - Lin/Win users are much, _much_ less likely to run out of disk space now when restoring from backups (Carlos Molina) 461 401 - patch from Andrej Borsenkow to help w/Mandrake 8.1 462 402 - disabled ramdisk free space checker (some distros don't like it) … … 482 422 - improved TryToFindKernelPath() function 483 423 - don't offer NFS users Nuke Mode 484 - finds and uses lilo.real if user is using Debian, a distro which 485 installs a shell script where the lilo executable should go 424 - finds and uses lilo.real if user is using Debian, a distro which installs a shell script where the lilo executable should go 486 425 - improved support for XFS users who opt to use failsafe kernel 487 426 - uses user's lsmod, depmod, insmod, etc. … … 493 432 v0.52-2 (2002-01-10) 494 433 - fixed a bug in the handling of non-English keyboard maps 495 - force failsafe kernel to provide reiserfs.o, xfs.o, jfs.o, ext2.o, 496 ext3.o and loop.o at boot-time, just in case 434 - force failsafe kernel to provide reiserfs.o, xfs.o, jfs.o, ext2.o, ext3.o and loop.o at boot-time, just in case 497 435 - added /dev/sr[0-3] devices 498 436 - copy LAST_FILELIST_NUMBER to /tmp, for compatibility with Mondo v1.3x 499 437 - incorporates NFS-related settings, if supplied by Mondo v1.3x 500 - replace busybox's mount with standard libc5 mount ater restoring 501 tools from floppies: NFS mounting requires full mount 438 - replace busybox's mount with standard libc5 mount ater restoring tools from floppies: NFS mounting requires full mount 502 439 - always make mindi.iso 503 440 … … 511 448 - /sbin and /usr/sbin added temporarily to PATH when Mindi runs 512 449 - if Mondo asks then force LILO to run in backward-compatible mode 513 - if Mondo's tmpdir has post-nuke.tgz in it then extract it and 514 incorporate its files in the data disks 450 - if Mondo's tmpdir has post-nuke.tgz in it then extract it and incorporate its files in the data disks 515 451 - losetup /dev/loop0 -d before calling LILO (Norm Crowfoot) 516 - if keyboard mapping dir (usu. /lib/kbd or /usr/lib/kbd) cannot be 517 found then don't abort; simply tell the user the default keyboard 518 mapping will be used 452 - if keyboard mapping dir (usu. /lib/kbd or /usr/lib/kbd) cannot be found then don't abort; simply tell the user the default keyboard mapping will be used 519 453 - added /dev/hd[a,b,c,d][17-24] to the rootfs tarball 520 - won't use LILO's optimizations when creating boot floppy; however, 521 optimizations are used on CD unless --broken-bios in call to Mondo 454 - won't use LILO's optimizations when creating boot floppy; however, optimizations are used on CD unless --broken-bios in call to Mondo 522 455 - won't write data disks to start of tape; lets Mondo do that 523 - tweaked how Mindi moves all.tar.gz around, to make it more 524 Mondo-friendly 456 - tweaked how Mindi moves all.tar.gz around, to make it more Mondo-friendly 525 457 - tweaked Mindi's disk-splitter 526 458 - user must unmount /dev/loop0 before calling Mindi: LILO insists... 527 459 - added NFS-related entries to deplist.txt 528 - if not called by Mondo then don't let user choose Interactive/Nuke/ 529 whatever; just offer Expert 460 - if not called by Mondo then don't let user choose Interactive/Nuke/ whatever; just offer Expert 530 461 531 462 v0.51-1 (2001-12-25) … … 543 474 - log Mindi's version# in the event of a fatal error 544 475 - make Mindi's boot-time output more esthetically pleasing 545 - if filesystem is type 'image', according to Mondo, then in filelist 546 its partition type will be listed as the hexadecimal string (e.g. 547 'b', '83', etc.) and the partition mountpoint will be 'image' 476 - if filesystem is type 'image', according to Mondo, then in filelist its partition type will be listed as the hexadecimal string (e.g. 'b', '83', etc.) and the partition mountpoint will be 'image' 548 477 549 478 v0.50-2 (2001-12-15) … … 554 483 - breaks compatibility with Mondo v1.2x 555 484 - if user's fstab has weird line(s) then ignore; don't abort 556 - working on CDROM_MODS, trying to make it work on Stewart Charnell's 557 hardware setup 485 - working on CDROM_MODS, trying to make it work on Stewart Charnell's hardware setup 558 486 - cleaned up /sbin/init and /sbin/post-init a bit 559 487 560 488 v0.48-2 (2001-12-09) 561 - when insmod'g modules from ramdisk's root dir, use 'ls /*.o*' 562 (was 'ls /*.*') to find them 563 - if RAID controller(s) are detected then pause for 10s to let them 564 intialize by themselves (some 3ware RAID controllers require this) 565 - cleaned up /sbin/init and /sbin/post-ini; the former now controls 566 initialization of hardware, drivers, tools, etc. and the latter 567 runs mondo-restore if it exists 489 - when insmod'g modules from ramdisk's root dir, use 'ls /*.o*' (was 'ls /*.*') to find them 490 - if RAID controller(s) are detected then pause for 10s to let them intialize by themselves (some 3ware RAID controllers require this) 491 - cleaned up /sbin/init and /sbin/post-ini; the former now controls initialization of hardware, drivers, tools, etc. and the latter runs mondo-restore if it exists 568 492 - better detection of and compatibility with SCSI CD-ROM drives 569 493 - chopsize is now 64KB; was 128KB … … 571 495 572 496 v0.48-1 (2001-12-08) 573 - better logging of find-and-mount-cdrom's progress (to 574 /tmp/mondo-restore.log) 497 - better logging of find-and-mount-cdrom's progress (to /tmp/mondo-restore.log) 575 498 - somehow, lilo was re-enabled in deplist.txt; DISABLED (again *g*) 576 499 - added 'linear' to the list of modules Mindi always backs up 577 - if called by Mondo then pass the name & device of the user's boot 578 loader to the restore phase, by copying BOOTLOADER.* to the ramdisk 579 - if loading from floppies then try to mount CD-ROM a 2nd time after 580 extracting files from data floppies, just in case user is a CD user 581 who couldn't get their CD-ROM drive to work initially 500 - if called by Mondo then pass the name & device of the user's boot loader to the restore phase, by copying BOOTLOADER.* to the ramdisk 501 - if loading from floppies then try to mount CD-ROM a 2nd time after extracting files from data floppies, just in case user is a CD user who couldn't get their CD-ROM drive to work initially 582 502 - added fix to make sure /root/images/mindi is created (Charlie Root) 583 503 - aware of 'iso' boot mode, for future expansion 584 504 585 505 v0.47 (2001-12-04) 586 - added /dev/cdrom/cdrom[1-4] to the devices automatically excluded 587 from mountlist.txt 588 - added '-f-' to the end of most tar commands, to see if it fixes a 589 bug in some obscure Debian distros 506 - added /dev/cdrom/cdrom[1-4] to the devices automatically excluded from mountlist.txt 507 - added '-f-' to the end of most tar commands, to see if it fixes a bug in some obscure Debian distros 590 508 - added network-related dependencies to deplist.txt 591 - if called by Mondo then don't write floppy images to disks; let 592 Mondo do that: less irritating for user 593 - if called by Mondo then do some clever tricks to add mondo-restore 594 and its dependencies (mondo-restore is now a dynamic executable) 509 - if called by Mondo then don't write floppy images to disks; let Mondo do that: less irritating for user 510 - if called by Mondo then do some clever tricks to add mondo-restore and its dependencies (mondo-restore is now a dynamic executable) 595 511 - finally gotten klogd to squelch echoing of kernel msgs to console 596 512 … … 599 515 - cosmetic changes and minor bugfixes 600 516 - excluded lilo.conf and lilo from deplist.txt; use user's copy instead 601 - if your fstab mentions a RAID partition but your raidtab doesn't then 602 Mindi will terminate in a sane manner with a sane error message 517 - if your fstab mentions a RAID partition but your raidtab doesn't then Mindi will terminate in a sane manner with a sane error message 603 518 - fixed a bug in bug-me (heh, how ironic) 604 519 - include and run (sys)klogd to try to pipe kernel msgs to logfile … … 611 526 - tweaked data disk size and data disk formatting command 612 527 - make ISO bootable image (as well as floppies) when backing up to tape 613 - copy boot images (floppy + CD) from temp dir to /root/images/mindi 614 after making them, just in case the user wants them later 528 - copy boot images (floppy + CD) from temp dir to /root/images/mindi after making them, just in case the user wants them later 615 529 - added md5sum to deplist.txt 616 530 - added pico->vi softlink to ramdisk 617 - in the ramdisk's /etc/bashrc, added /usr/local/bin and 618 /usr/local/sbin to the PATH= command 619 - call insert-all-modules as background task; pause 3 seconds after 620 calling it, before proceeding <--- /sbin/init 531 - in the ramdisk's /etc/bashrc, added /usr/local/bin and /usr/local/sbin to the PATH= command 532 - call insert-all-modules as background task; pause 3 seconds after calling it, before proceeding <--- /sbin/init 621 533 - call to devfs has been moved to before call to post-init 622 534 - added 'md5sum -> busybox' softlink 623 - Mindi now uses busybox's printf, md5sum, mount, umount, vi 624 ...NB: I said, 'vi' :-) Now you have an editor again! :-) 535 - Mindi now uses busybox's printf, md5sum, mount, umount, vi ...NB: I said, 'vi' :-) Now you have an editor again! :-) 625 536 - added lilo.real to deplist.txt, to allow for Debian's evil new distro 626 537 - added lzop to deplist.txt … … 628 539 - improved Mindi's error-reporting a little bit 629 540 - changed deplist.txt's /etc/* to just * 630 - restructured the calls in /sbin/post-init that reinitialize the LVM 631 and RAID modules 541 - restructured the calls in /sbin/post-init that reinitialize the LVM and RAID modules 632 542 - if mkfs.ext2 is not in PATH then abort 633 - Mindi uses a 'filename cache' to speed itself up at run-time 634 (Jean-David Marrow) 543 - Mindi uses a 'filename cache' to speed itself up at run-time (Jean-David Marrow) 635 544 - Red Hat 7.2 uses a weird /etc/issue.net; I've worked around it... 636 545 - tested with Linux-Mandrake 8.0 and Red Hat 7.2 … … 640 549 - restructured deplist.txt a bit (cosmetic change) 641 550 - re-enabled fsck.* in deplist.txt 642 - analyze-my-lvm fails gracefully if you're not using LVM but inserted 643 the module anyway 551 - analyze-my-lvm fails gracefully if you're not using LVM but inserted the module anyway 644 552 645 553 v0.43 (2001-10-21) 646 554 - made Mindi work with Red Hat 6.2 and 2.2.19 kernel 647 - if mkisofs is not found, say so; don't just say, 'an error occurred 648 while I was trying to make an ISO image' 649 - when formatting and writing floppies, if /dev/fd0's size is 650 indeterminable then I'll use /dev/fd0H1440 instead 651 - make sure xfs.o, jfs.o, reiserfs.o, ext2.o, ext3.o modules are 652 backed up (if they exist) to boot disks 653 - fixed a silly bug that stopped Mindi from handling its own modules 654 properly; only affects newbie users with broken kernels (i.e. the 655 very people that Mindi's failsafe kernel was meant to help!) 555 - if mkisofs is not found, say so; don't just say, 'an error occurred while I was trying to make an ISO image' 556 - when formatting and writing floppies, if /dev/fd0's size is indeterminable then I'll use /dev/fd0H1440 instead 557 - make sure xfs.o, jfs.o, reiserfs.o, ext2.o, ext3.o modules are backed up (if they exist) to boot disks 558 - fixed a silly bug that stopped Mindi from handling its own modules properly; only affects newbie users with broken kernels (i.e. the very people that Mindi's failsafe kernel was meant to help!) 656 559 - added lzop (Marcus Oberhumer's file compressor) to aux-tools.tgz 657 - added Bruno Cornec's "--cd-recovery" patch; if user uses the switch 658 (i.e. '--cd-recovery yes') then the CD will boot to a screen that 659 pauses until the user types RESTORE; then, it will enter Nuke Mode 560 - added Bruno Cornec's "--cd-recovery" patch; if user uses the switch (i.e. '--cd-recovery yes') then the CD will boot to a screen that pauses until the user types RESTORE; then, it will enter Nuke Mode 660 561 - added Stephan Zegherd's "superformat" patch 661 - failsafe kernel is now 2.4.12 with XFS, JFS and lots of SCSI modules; 662 the addition of XFS and extensive SCSI support will increase the 663 size of Mindi's RPM / tarball significantly but I think it's worth it 664 - at boot-time, find out whether there are any RAID partitions; and if 665 there are, whether they are 'started' yet; if not, run raidstart to 666 start them at boot-time, before user can try to mount anything 667 - Mindi's failsafe kernel & modules are handled more elegantly now; 668 if you have raid1.o, scsi.o, etc. loaded at backup-time then Mindi 669 finds its corresponding modules in its tarball of failsafe modules 670 and stores them so that at boot-time you can do SCSI, RAID, etc. 562 - failsafe kernel is now 2.4.12 with XFS, JFS and lots of SCSI modules; the addition of XFS and extensive SCSI support will increase the size of Mindi's RPM / tarball significantly but I think it's worth it 563 - at boot-time, find out whether there are any RAID partitions; and if there are, whether they are 'started' yet; if not, run raidstart to start them at boot-time, before user can try to mount anything 564 - Mindi's failsafe kernel & modules are handled more elegantly now; if you have raid1.o, scsi.o, etc. loaded at backup-time then Mindi finds its corresponding modules in its tarball of failsafe modules and stores them so that at boot-time you can do SCSI, RAID, etc. 671 565 - removed gawk, printf from deplist.txt 672 566 … … 674 568 - make sure lvm-mod, raid0, raid1 and raid5 modules are backed up 675 569 - added 'you need a ramdisk' to FAQ 676 - changed the slice size from 20KB to 64KB; speeds up Mindi by 25% 677 and doesn't have any negative side-effects (...that I can see) 678 - when searching for your current kernel version, do not examine 679 a file if it does not exist (it sounds obvious, I know...) 680 - when asking user to send me a copy of their log file, point out 681 that it may contain info which they do not want me to see but that 682 they are SOL unless I can actually see their log file 683 - fixed a silly bug that would crop up when a Linux-Mandrake 8.1 user 684 would use a devfs-enabled kernel and RAID partitions at the same time 570 - changed the slice size from 20KB to 64KB; speeds up Mindi by 25% and doesn't have any negative side-effects (...that I can see) 571 - when searching for your current kernel version, do not examine a file if it does not exist (it sounds obvious, I know...) 572 - when asking user to send me a copy of their log file, point out that it may contain info which they do not want me to see but that they are SOL unless I can actually see their log file 573 - fixed a silly bug that would crop up when a Linux-Mandrake 8.1 user would use a devfs-enabled kernel and RAID partitions at the same time 685 574 - plays nicely with devfs-enabled kernels and distros 686 575 - data floppies are now 1.44MB each; boot floppy is still 1.72MB 687 576 - if binutils or libbinutils is not installed, abort 688 - fixed a bug which meant that some big files overwrote each other 689 at backup-time and caused library-related problems are boot-time 577 - fixed a bug which meant that some big files overwrote each other at backup-time and caused library-related problems are boot-time 690 578 - enabled comments ('#') in deplist.txt 691 - disabled fsck.* in deplist.txt; user may re-enable the line if 692 s/he wants those tools available at boot-time 693 - tested successfully with the following distros 694 - Linux-Mandrake 8.1 and its 2.4.8, devfs-enabled stock kernel 695 - Red Hat 7.1 and its 2.4.2 stock kernel 579 - disabled fsck.* in deplist.txt; user may re-enable the line if s/he wants those tools available at boot-time 580 - tested successfully with the following distros - Linux-Mandrake 8.1 and its 2.4.8, devfs-enabled stock kernel - Red Hat 7.1 and its 2.4.2 stock kernel 696 581 - better at guessing the size of swap partition 697 - drop minix tools from deplist; user can restore them if s/he wants 698 to use the minix filesystem 699 - don't backup _all_ cdrom modules (if backing up 'cdrom.o'); be 700 selective! ...minor bug in ListKerneModulePaths has been fixed 701 - if the user has two glibc libraries - one in /lib and one in 702 /lib/i686 - then Mindi will re-jig the softlinks so that only the 703 version in /lib is backed up, to save space on the data disks 704 - major rewrite of the code that copies the tools and libraries from 705 the data disks; prettier, faster and more stable (and did I mention 706 how kind it is to your hard-working hands?) 582 - drop minix tools from deplist; user can restore them if s/he wants to use the minix filesystem 583 - don't backup _all_ cdrom modules (if backing up 'cdrom.o'); be selective! ...minor bug in ListKerneModulePaths has been fixed 584 - if the user has two glibc libraries - one in /lib and one in /lib/i686 - then Mindi will re-jig the softlinks so that only the version in /lib is backed up, to save space on the data disks 585 - major rewrite of the code that copies the tools and libraries from the data disks; prettier, faster and more stable (and did I mention how kind it is to your hard-working hands?) 707 586 - better handling of crazy libraries and softlinks thereto 708 - new boot-time script, 'bug-me', copies user's logs to a floppy and 709 tells him/her to e-mail them to me if mondo-restore aborts 710 - ignore kernels named vmlinux (note the 'X'); traditionally, kernels 711 are named vmlinuz (note the 'Z') or something similar 712 - no longer backup all modules to CD/tape; just backup the ones loaded 713 at backup-time; this saves boot-time ramdisk space 587 - new boot-time script, 'bug-me', copies user's logs to a floppy and tells him/her to e-mail them to me if mondo-restore aborts 588 - ignore kernels named vmlinux (note the 'X'); traditionally, kernels are named vmlinuz (note the 'Z') or something similar 589 - no longer backup all modules to CD/tape; just backup the ones loaded at backup-time; this saves boot-time ramdisk space 714 590 - removed all references to LOOPDEVICE 715 591 - LVM is supported (experimental; watch this space...) 716 - included a tarball of 'sane' /dev/loop* nodes which will be extracted 717 and added to the boot disk; this helps maintain Mindi's backward- 718 compatibility with non-devfs kernels and distros 719 - when copying modules to boot or data disks, uncompress them first 720 if they are gzipped (some distros come with compressed modules) 721 - no longer copies all loaded modules to the 2.88 MB El Torito bootable 722 floppy image; instead, it copies FLOPPY_MODS to the 1.72 MB image, 723 CDROM_MODS to the 2.88 MB image, and _all_ modules that were loaded 724 at backup-time to the data disks 725 - supports tape streamers, in conjunction with Mondo 592 - included a tarball of 'sane' /dev/loop* nodes which will be extracted and added to the boot disk; this helps maintain Mindi's backward- compatibility with non-devfs kernels and distros 593 - when copying modules to boot or data disks, uncompress them first if they are gzipped (some distros come with compressed modules) 594 - no longer copies all loaded modules to the 2.88 MB El Torito bootable floppy image; instead, it copies FLOPPY_MODS to the 1.72 MB image, CDROM_MODS to the 2.88 MB image, and _all_ modules that were loaded at backup-time to the data disks - supports tape streamers, in conjunction with Mondo 726 595 - uses busybox's sync again; let's see if that breaks anything... 727 - if Mondo is backing up to tape streamer then write the tape's size to 728 /tmp/TAPESIZE and the drive's device to /tmp/TAPEDEV-LIVES-HERE on 729 the ramdisk 730 - floppy disk modules (ide-floppy.o and floppy.o) now are copied 731 to the ramdisk, whether the user's kernel or the failsafe kernel 732 is being used 596 - if Mondo is backing up to tape streamer then write the tape's size to /tmp/TAPESIZE and the drive's device to /tmp/TAPEDEV-LIVES-HERE on the ramdisk 597 - floppy disk modules (ide-floppy.o and floppy.o) now are copied to the ramdisk, whether the user's kernel or the failsafe kernel is being used 733 598 734 599 v0.41 (2001-09-28) … … 736 601 - updated Mindi's own failsafe kernel+modules to v2.4.10 737 602 - added umount to deplist again 738 - improved Mindi's support of modular kernels (esp. modular CD-ROM 739 drive and floppy disk drives) 603 - improved Mindi's support of modular kernels (esp. modular CD-ROM drive and floppy disk drives) 740 604 - don't accuse Linux 2.4.10 users of having a 'buggy kernel' 741 - restored the libc5 versions of sync and umount (dropped from 742 deplist but also from busybox) 605 - restored the libc5 versions of sync and umount (dropped from deplist but also from busybox) 743 606 - fixed a lot of silly bugs related to incorporating Busybox in Mindi 744 607 - experimental LVM support 745 608 - added 'analyze-my-lvm' script to the tarball; Mindi uses it now 746 609 - able to recognize & record LVM mounts, adding them to the mountlist 747 - added the LVM executables (listed in the lvm-0.xx-i386.rpm) to 748 deplist.txt; they won't be added unless you have them and you won't 610 - added the LVM executables (listed in the lvm-0.xx-i386.rpm) to deplist.txt; they won't be added unless you have them and you won't 749 611 have them unless you're using LVM, so this is not 'bloat' IMO :) 750 612 - added date and sync to deplist again 751 613 - when working on LVM stuff, use 'echo y | pvcreate -ff' (was '..-f') 752 - amended format-...-kludge to allow for mountlists with >1 753 spaces between cols 754 checked the fsck.reiserfs is in deplist.txt (yes it is) 755 - incorporated busybox 0.60-1; now, Mindi is faster at run-time and 756 smaller at boot-time; you can fit a typical system onto 3 floppies; 757 also, a kernel up to 1MB in size (approx.) can now be accommodated 614 - amended format-...-kludge to allow for mountlists with >1 spaces between cols checked the fsck.reiserfs is in deplist.txt (yes it is) 615 - incorporated busybox 0.60-1; now, Mindi is faster at run-time and smaller at boot-time; you can fit a typical system onto 3 floppies; also, a kernel up to 1MB in size (approx.) can now be accommodated 758 616 - supports kernels that have MODULAR support for CD-ROM's or floppies 759 - Mindi copies only the loaded modules to the data disks but it copies 760 _all_ modules to the CD, just in case 761 - thanks to busybox your floppy-based Mindi boot disk set should now be 762 able to accommodate a kernel of up to 1MB in size 617 - Mindi copies only the loaded modules to the data disks but it copies _all_ modules to the CD, just in case 618 - thanks to busybox your floppy-based Mindi boot disk set should now be able to accommodate a kernel of up to 1MB in size 763 619 - boot into Expert Mode unless boot disk was generated by Mondo 764 620 - exclude all softlinks from list of 'eligible' kernels 765 621 - exclude kernels with 'vmlinux' in their names 766 - removed A LOT of files from deplist.txt's dependency list; they are 767 listed in deplist.removed, in case you want to put them back :-) 768 - excludes libX11, libXext, libXi, libgtk, libgdk ALWAYS, whether you 769 add them to deplist.txt or not; [cancel this by editing line 485] 622 - removed A LOT of files from deplist.txt's dependency list; they are listed in deplist.removed, in case you want to put them back :-) 623 - excludes libX11, libXext, libXi, libgtk, libgdk ALWAYS, whether you add them to deplist.txt or not; [cancel this by editing line 485] 770 624 - rewrote AddFileToDir() to make it more efficient (but slower...) 771 - strip chaff from binaries; strip comments from bash scripts; strip 772 comments from /etc/termcap 625 - strip chaff from binaries; strip comments from bash scripts; strip comments from /etc/termcap 773 626 774 627 v0.40 (2001-09-16) 775 - if you use a softlink to your CD dev, e.g. /dev/cdrecorder->scd0, 776 then Mindi should handle it properly now (i.e. not bomb out) 777 - if you have a large kernel & lots of modules loaded, Mindi will only 778 copy as many modules to the ramdisk as will _fit_ on a ramdisk that 779 will have to go alongside your kernel on a 2.88MB floppy disk 628 - if you use a softlink to your CD dev, e.g. /dev/cdrecorder->scd0, then Mindi should handle it properly now (i.e. not bomb out) 629 - if you have a large kernel & lots of modules loaded, Mindi will only copy as many modules to the ramdisk as will _fit_ on a ramdisk that will have to go alongside your kernel on a 2.88MB floppy disk 780 630 - if your kernel does not support loopfs, Mindi will say so & abort 781 - turned some warnings into fatal errors, to help the user to figure 782 out exactly why Mindi won't work on their kernel 631 - turned some warnings into fatal errors, to help the user to figure out exactly why Mindi won't work on their kernel 783 632 - changed mke2fs -N24 to -N32, to see if it helps braindead distros 784 633 - Mondo now tells Mindi whether or not to use its stock kernel 785 634 - gone back to the old 'insert-my-modules' for now; it's more reliable 786 - working on the 'insert-all-my-modules' script, to make it compatible 787 with a wider range of insane distros and kernels 788 - dropped the '-c' option from LILO call 789 - removed cdrecord, mkisofs, vi, route and diff from deplist.txt 790 - slowed down the 'split data between floppies' routine; made it 791 try harder to squeeze more data onto each floppy 792 - excluding nvidia modules from the "insert-all-my-modules" script 793 because it sometimes causes freeze-ups 794 - added code to copy your fstab, lilo.conf, etc. to a tarball which, in 795 the event of an error, Mindi will ask the user to e-mail me 635 - working on the 'insert-all-my-modules' script, to make it compatible with a wider range of insane distros and kernels 636 - dropped the '-c' option from LILO call - removed cdrecord, mkisofs, vi, route and diff from deplist.txt 637 - slowed down the 'split data between floppies' routine; made it try harder to squeeze more data onto each floppy 638 - excluding nvidia modules from the "insert-all-my-modules" script because it sometimes causes freeze-ups 639 - added code to copy your fstab, lilo.conf, etc. to a tarball which, in the event of an error, Mindi will ask the user to e-mail me 796 640 797 641 v0.39 (2001-09-08) 798 - plays nicely with devfs, so long as your old /dev/hdX, /dev/sdX 799 softlinks are still there :-) 800 - if your swap partition isn't mounted, Mindi will decide that it is 801 125MB; it used to abort but now it just warns & makes a good guess 642 - plays nicely with devfs, so long as your old /dev/hdX, /dev/sdX softlinks are still there :-) 643 - if your swap partition isn't mounted, Mindi will decide that it is 125MB; it used to abort but now it just warns & makes a good guess 802 644 - testing the failsafe kernel & associated scripts 803 645 - only use lilo's "-c" option if NOT a 2.88MB floppy disk image 804 646 - copes better with .o, .gz, etc. module suffixes 805 647 - better 'loaded modules / not loaded modules' feedback at boot-time 806 - semi-forces isofs and ide-cd (not isofs.o and ide-cd.o); the former 807 will be more compatible with stock kernels - e.g. Red Hat, Mandrake; 808 also added vfat, fat & a few other modules to the list of 'foced'. 809 - removed the '-c' switch from the call to LILO (some BIOSes don't 810 like it very much) 648 - semi-forces isofs and ide-cd (not isofs.o and ide-cd.o); the former will be more compatible with stock kernels - e.g. Red Hat, Mandrake; also added vfat, fat & a few other modules to the list of 'foced'. 649 - removed the '-c' switch from the call to LILO (some BIOSes don't like it very much) 811 650 - removed chaff from ramdisk's /etc/login.defs, saving approx 7K 812 651 - format the boot disks with -N 24 (was -N 64) 813 652 - do not insist on CD #1 (at boot-time) if there is no 'CD #' marker 814 - amend format-and-kludge-vfat; now, it will not abort if it cannot 815 find its entry in mountlist; it doesn't need to find the entry 816 anyway, except to check that the kludge works (which it does) 817 - if user chooses to use Mindi's failsafe 2.4.9 kernel, Mindi will load 818 Mindi's versions of user's modules at boot-time 653 - amend format-and-kludge-vfat; now, it will not abort if it cannot find its entry in mountlist; it doesn't need to find the entry anyway, except to check that the kludge works (which it does) 654 - if user chooses to use Mindi's failsafe 2.4.9 kernel, Mindi will load Mindi's versions of user's modules at boot-time 819 655 - make label-devices-as-necessary log its efforts 820 656 - added e2label and tune2fs to deplist.txt 821 - if you boot in Normal Mode, I'll call mondo-restore --interactive 822 instead of just mondo-restore 657 - if you boot in Normal Mode, I'll call mondo-restore --interactive instead of just mondo-restore 823 658 - replaced K7-compatible 2.4.7 kernel with a 586-comp'ble 2.4.9 kernel 824 659 - improved the post-run clean-up 825 - force the copying/loading of isofs.o and ide-cd.o, which enhances 826 Mindi's support for kernels that have modular CD-ROM support 827 - Interactive Mode offers to edit /tmp/mountlist.txt before running 828 mondo-restore (good idea from F. Boon) 660 - force the copying/loading of isofs.o and ide-cd.o, which enhances Mindi's support for kernels that have modular CD-ROM support 661 - Interactive Mode offers to edit /tmp/mountlist.txt before running mondo-restore (good idea from F. Boon) 829 662 - /dev/hd[e-h]* have been added to the ramdisk 830 - disabled Cuckoo and Bootstrap Modes (they weren't doing anything 831 anyway & were probably confusing some users) 832 - removed 'edit mountlist?' question (because mondo-restore takes 833 care of that now, via a user-friendly mountlist editor) 663 - disabled Cuckoo and Bootstrap Modes (they weren't doing anything anyway & were probably confusing some users) 664 - removed 'edit mountlist?' question (because mondo-restore takes care of that now, via a user-friendly mountlist editor) 834 665 - included a copy of mondo-manual.html 835 - only kludge /dev/hda1 or /dev/sda1 (if vfat, of course); 836 otherwise, use regular mkfs.vfat 666 - only kludge /dev/hda1 or /dev/sda1 (if vfat, of course); otherwise, use regular mkfs.vfat 837 667 - use mkfs.dos if mkfs.vfat does not exist 838 668 - moved some scripts from rootfs.tgz to Mondo's restore-scripts.tgz … … 842 672 - updated the README to emphasize that the scripts are deprecated 843 673 - when displaying mountlist on screen, make it easier to read 844 - changed most 'echo's to 'LogIt()'s; log most screen output to 845 /var/log/mindi.log 846 - user can now use a stock 2.4.7 kernel (which comes with Mindi) 847 if the user's distro's kernel isn't right for a boot disk 848 849 v0.37 (2001-08-11) 850 - changed the boot screen a little bit 674 - changed most 'echo's to 'LogIt()'s; log most screen output to /var/log/mindi.log 675 - user can now use a stock 2.4.7 kernel (which comes with Mindi) if the user's distro's kernel isn't right for a boot disk 676 677 v0.37 (2001-08-11) - changed the boot screen a little bit 851 678 - changed the "cannot boot from CD-ROM" message (more informative now) 852 679 - if an 'insmod'ed module cannot be found, warn but don't abort 853 - that whole loop-mount/extract tgz to ramdisk thing --- if it fails, 854 abort, don't try to continue; also, ask if loopfs is supported by 855 kernel (if not, that might explain the error) 856 - in addition to /lib/modules/`uname -r`/modules, also search 857 /root/oss/modules for kernel modules (Phillip Deackes) 858 - run syslog and klogd at restore-time, to pipe sys & knl messages to 859 /tmp/mondo-restore.log 860 - default restore-time boot mode is now 'interactive' (unless the 861 disk is a 1.72MB, in which case default mode is still 'expert') 862 - if CDROM can't find itself (long story, re: El Torito) then the 863 script will say, "Your kernel is b0rken." This will reduce the 864 number of erroneous error reports that I receive from users 680 - that whole loop-mount/extract tgz to ramdisk thing --- if it fails, abort, don't try to continue; also, ask if loopfs is supported by kernel (if not, that might explain the error) 681 - in addition to /lib/modules/`uname -r`/modules, also search /root/oss/modules for kernel modules (Phillip Deackes) 682 - run syslog and klogd at restore-time, to pipe sys & knl messages to /tmp/mondo-restore.log 683 - default restore-time boot mode is now 'interactive' (unless the disk is a 1.72MB, in which case default mode is still 'expert') 684 - if CDROM can't find itself (long story, re: El Torito) then the script will say, "Your kernel is b0rken." This will reduce the number of erroneous error reports that I receive from users 865 685 - working on implementing Cuckoo Mode again 866 686 … … 869 689 - explicitily exluding /mnt/floppy and /floppy from mountlist.txt 870 690 - warn if afio not found (Mondo needs afio) 871 - optional --custom <temp dir> <out dir> switch added, to let the user 872 specify where the temp dirs and created images will be stored 873 - changed /sbin/init to install modules _before_ trying to mount 874 CD-ROM (David Granz) 691 - optional --custom <temp dir> <out dir> switch added, to let the user specify where the temp dirs and created images will be stored 692 - changed /sbin/init to install modules _before_ trying to mount CD-ROM (David Granz) 875 693 - create a gawk->awk shortcut at restore-time if necessary 876 694 - specifically exclude /dev/fd0h1440 and /dev/fd0H1440 from mountlist … … 882 700 - tarball/RPM no longer includes boot.b or lilo 883 701 - mke2fs' output will be echoed to screen, if an error occurs 884 - doubled the -N inode allocations and removed some of the -i inode 885 fiddles, just in case they are making Red Hat 7.1 choke 702 - doubled the -N inode allocations and removed some of the -i inode fiddles, just in case they are making Red Hat 7.1 choke 886 703 887 704 v0.34 (2001-07-25) … … 893 710 v0.33 (2001-07-20) 894 711 - excludes all devices containing ':/' (i.e. NFS mountlists) 895 - the FORMAT/SYS replacement, "format-and-kludge-vfat" now writes 896 its logfile to /tmp/format-and-kludge-vfat.log 712 - the FORMAT/SYS replacement, "format-and-kludge-vfat" now writes its logfile to /tmp/format-and-kludge-vfat.log 897 713 - /etc/fstab now mounts floppies for read/write access by default 898 714 - format-and-kludge-vfat should only write to log once now … … 901 717 - mountlist is written to screen as well as mountlist.txt 902 718 - tested with Linux 2.4.7; works fine 903 - changed 'mkfs' lines, to format the loop-mounted files instead of the 904 device nodes which makes Mindi work better with kernels 2.4.6+ 719 - changed 'mkfs' lines, to format the loop-mounted files instead of the device nodes which makes Mindi work better with kernels 2.4.6+ 905 720 - Mindi can now handle kernels of up to 930K in size 906 - sped up the process of spreading data files across data disks 907 by approx 20% 721 - sped up the process of spreading data files across data disks by approx 20% 908 722 909 723 v0.32 (2001-07-18) … … 912 726 - add /etc/fstab and /etc/raidtab to deplist.txt 913 727 - added /dev/md* to the ramdisk's /dev directory 914 - modified MakeMountlist() to calculate correctly the sizes of 915 RAID partitions, if they are present in /etc/fstab 728 - modified MakeMountlist() to calculate correctly the sizes of RAID partitions, if they are present in /etc/fstab 916 729 - moved the 'LOOPDEVICE=...' code into the regular main() section 917 - install-additional-tools makes a softlink '/etc/raidtab' that points 918 to /mnt/groovy-stuff/etc/raidtab; also, '/etc/fstab.orig' that points 919 to /mnt/groovy-stuff/etc/fstab 920 - added line to 'install-additional-tools' that will delete the 921 dummy modprobe before installing data from datadisk(s) 730 - install-additional-tools makes a softlink '/etc/raidtab' that points to /mnt/groovy-stuff/etc/raidtab; also, '/etc/fstab.orig' that points to /mnt/groovy-stuff/etc/fstab 731 - added line to 'install-additional-tools' that will delete the dummy modprobe before installing data from datadisk(s) 922 732 - mkdir -p $outdir at the beginning, just in case... 923 733 924 v0.31 (2001-07-16) 925 - included DoJ's patch to make Mindi play more nicely with devfs 734 v0.31 (2001-07-16) - included DoJ's patch to make Mindi play more nicely with devfs 926 735 - slightly better install.sh and README 927 736 … … 932 741 933 742 v0.29 (2001-07-14) 934 - stopped the 'modprobe' errors that used to occur at the beginning; 935 they didn't mean anything but they did worry some novice users 743 - stopped the 'modprobe' errors that used to occur at the beginning; they didn't mean anything but they did worry some novice users 936 744 - removed losetup from rootfs.tgz (wasn't doing anything useful) 937 745 - removed the 'txt-or-gui' stuff from Mindi (never used it anyway) 938 746 - added clear to deplist.txt 939 - moved rootfs.tgz's "mondo/" scripts to Mondo's "restore-scripts.tgz" 940 tarball; tarball will be untarred and contents added to the 941 data disks at run-time, if Mindi finds the tarball 747 - moved rootfs.tgz's "mondo/" scripts to Mondo's "restore-scripts.tgz" tarball; tarball will be untarred and contents added to the data disks at run-time, if Mindi finds the tarball 942 748 - if user lacks fd0u1722 but has fd0h1722 then use the latter 943 749 - boot-up msg is more informative 944 750 - fixed obscure bug in find-and-mount-cdrom 945 - better at coping with hda1/2/3/4 (normal people use hda1/5/6/7 but 946 if you really want to exhaust your primaries, well hey, your life) 751 - better at coping with hda1/2/3/4 (normal people use hda1/5/6/7 but if you really want to exhaust your primaries, well hey, your life) 947 752 - the 'outstring sucks!' message is now more informative 948 753 949 754 v0.28 (2001-07-07) 950 - if AddFileToDir() is called with a file that does not exist, Mindi 951 warns but does not abort 952 - should work with gzipped modules (which end in '.o.gz') and 953 NVidia modules (which don't end in anything) 755 - if AddFileToDir() is called with a file that does not exist, Mindi warns but does not abort 756 - should work with gzipped modules (which end in '.o.gz') and NVidia modules (which don't end in anything) 954 757 - should work with Red Hat's issue.net now 955 - misc. cosmetic changes to Mondo boot-time and restore-phase scripts, 956 to make the visual output cleaner & more legible 957 - insist-on-cd retracts the CD tray after asking for next CD, in case 958 the user did not close the drive before pressing <enter> 758 - misc. cosmetic changes to Mondo boot-time and restore-phase scripts, to make the visual output cleaner & more legible 759 - insist-on-cd retracts the CD tray after asking for next CD, in case the user did not close the drive before pressing <enter> 959 760 - if unable to create 1.72MB boot disk then warn but do not abort 960 761 - put creation date on the boot-up screen 961 - create data disks with tarballs up to 1700KB in size; tries harder 962 to fill each data disk to the brim 963 - changed the call to make ext3 partitions; now, it uses a call to 964 mkfs -t ext3 -j -Jsize=10 -q <device> (as requested by ext3 manual) 762 - create data disks with tarballs up to 1700KB in size; tries harder to fill each data disk to the brim 763 - changed the call to make ext3 partitions; now, it uses a call to mkfs -t ext3 -j -Jsize=10 -q <device> (as requested by ext3 manual) 965 764 - tested w/ext3; works fine 966 - install-additional-tools doesn't call sync until after all softlinks 967 have been finalized; that's to make sure we call the _right_ sync 765 - install-additional-tools doesn't call sync until after all softlinks have been finalized; that's to make sure we call the _right_ sync 968 766 - ramdisk is now (size of all files in data disks PLUS 8192) KB 969 767 - RPM and SRPM published 970 768 - mount CDROM at start of untar-me, just in case it wasn't mounted 971 - when restoring selectively, log the archives that have matches 972 & the number of matches (inc. if zero) 769 - when restoring selectively, log the archives that have matches & the number of matches (inc. if zero) 973 770 974 771 v0.26 (2001-07-05) 975 772 - has been tested with XFS, JFS, ReiserFS, ext2 and vfat 976 773 - compatible (but not tested) with ext3 977 - better at finding your kernel, even if you have several kernels 978 of the same version (now checks the build date, too) 774 - better at finding your kernel, even if you have several kernels of the same version (now checks the build date, too) 979 775 - better file-spreading algorithm; a little faster; much more reliable 980 776 - includes a copy of LILO, to make the boot disks properly … … 982 778 - compare-me uses 'insist-on-cd' instead of internal subroutine 983 779 - it looks as if Mindi can actually cope with 920K kernels now :) 984 - fixed some silly multi-CD bugs that would stop big files from being 985 restored if they were spread across CD's 780 - fixed some silly multi-CD bugs that would stop big files from being restored if they were spread across CD's 986 781 987 782 v0.25 (2001-07-04) … … 992 787 - replace all libc5 tools with libc6 (user's) tools at restore-time 993 788 - added diff to deplist.txt 994 - copy io.sys and msdos.sys (if found) to data disk(s) at 995 run-time; softlinks them to /*.sys at boot-time 996 - fixed some vfat formatting-related issues w/Embleer (always tricky); 997 the kludge's error-handling is better and its exit is more graceful 789 - copy io.sys and msdos.sys (if found) to data disk(s) at run-time; softlinks them to /*.sys at boot-time 790 - fixed some vfat formatting-related issues w/Embleer (always tricky); the kludge's error-handling is better and its exit is more graceful 998 791 - say 'type nuke to restore automatically' in msg if Mondo called me 999 - backup all modules, not just the ones present/loaded at run-time; 1000 the loaded modules go on boot disk but ALL go on data disk 792 - backup all modules, not just the ones present/loaded at run-time; the loaded modules go on boot disk but ALL go on data disk 1001 793 - reduced the max data per disk from 1700 to 1680, to suit ext2's needs 1002 794 - DidMondoCallMe() replaces 'ps ax | grep | blah blah' … … 1010 802 - generates lilo.conf on-the-fly; no default/template file anymore 1011 803 - copies io.sys and msdos.sys to the CD (if you have them) 1012 - add the embleer tarballs to mindi-0.xx.tgz, so that users can 1013 format and make bootable msdos/Win9x partitions 804 - add the embleer tarballs to mindi-0.xx.tgz, so that users can format and make bootable msdos/Win9x partitions 1014 805 - added printf and hdparm to deplist.txt 1015 806 - incorporated Bruno Cornec's Mondo 0.991 scripts in Mindi … … 1036 827 - don't add a ramdisk; use rootfs & that's it 1037 828 - dependency-calculator runs approx. twice as fast as in v0.20 1038 - tested with Linux Mandrake 8.0; works well, if you recompile 1039 kernel to include floppy disk support (which LM8's kernel does not) 829 - tested with Linux Mandrake 8.0; works well, if you recompile kernel to include floppy disk support (which LM8's kernel does not) 1040 830 - supports bigger kernels now, up to 900K in size 1041 831 - deplist.txt may now include directories, not just files … … 1045 835 - copies user's /dev/fd0* devices to boot disk 1046 836 - calls Mindi's copy of syslinux, not user's copy 1047 - use modules' paths, e.g. instead of just 'insmod fubar', use 1048 'insmod /lib/modules/2.4.5-ac117/vfat/fubar.o' 1049 - in boot.msg, XXXXX is part 1 of the 2nd line, YYYYY is part 2 of 1050 the 2nd line, and ZZZZZ is Mindi's version# (in the 1st line) 837 - use modules' paths, e.g. instead of just 'insmod fubar', use 'insmod /lib/modules/2.4.5-ac117/vfat/fubar.o' 838 - in boot.msg, XXXXX is part 1 of the 2nd line, YYYYY is part 2 of the 2nd line, and ZZZZZ is Mindi's version# (in the 1st line) 1051 839 1052 840 v0.21 (2001-06-30) -
branches/2.0.8/mondo/ChangeLog
r638 r664 3 3 MONDO CHANGES 4 4 5 2.0.8-4 (2006-06-10) 6 - nfsmount option added to allow redeployment from another NFS server (Bruno Cornec) 7 5 8 2.0.8-3 (2006-06-07) 6 - Fix a bug in -I and -E handling !! 7 (Paolo Bernardoni <bernardoni_at_sysnet.it>/Bruno Cornec) 8 - Fix permissions for autorun 9 (Bruno Cornec) 10 - Fox delivery problems for tar files with too restrictive umask 11 (Bruno Cornec) 12 - Fix parsing of DHCP information in start-nfs script 13 (Andree Leidenfrost) 9 - Fix a bug in -I and -E handling !! (Paolo Bernardoni <bernardoni_at_sysnet.it>/Bruno Cornec) 10 - Fix permissions for autorun (Bruno Cornec) 11 - Fox delivery problems for tar files with too restrictive umask (Bruno Cornec) 12 - Fix parsing of DHCP information in start-nfs script (Andree Leidenfrost) 14 13 15 14 2.0.8-2 (2006-06-02) 16 - PXE mode now supports change of NIC for redeployment 17 (Bruno Cornec) 15 - PXE mode now supports change of NIC for redeployment (Bruno Cornec) 18 16 19 17 2.0.8-1 (2006-05-25) 20 18 - new build process (Bruno Cornec) 21 - Fix a bug in .spec for RPM build (%attr now unused) 22 (Bruno Cornec) 19 - Fix a bug in .spec for RPM build (%attr now unused) (Bruno Cornec) 23 20 - Support of dm and LVM v2 (Andree Leidenfrost) 24 21 - New mr_strtok functionn added and used for dm support (Andree Leidenfrost) 25 - Complete doc is now a separate package. mondo still contains the 26 man pages and howto in minimal useful formats 27 (Bruno Cornec) 22 - Complete doc is now a separate package. mondo still contains the man pages and howto in minimal useful formats (Bruno Cornec) 28 23 - HOWTO now contains a new chapter on unattended support for mondo 29 24 - Increase size (4 times) of include|exclude variables 30 25 - Fix a bug on -I and -E not working with multiple parameters 31 - Fix a bug in verify for NFS by swapping nfs_remote_dir and isodir when 32 assembling name for image file to verify 33 (Andree Leidenfrost) 34 - Fix mondo when restoring filenames containing blanks 35 (still a problem for filenames with ') 36 (Bruno Cornec) 37 - Fix a RPM generation bug for rh7.3 (i386-redhat-linux prefix for binaries) 38 (Bruno Cornec) 26 - Fix a bug in verify for NFS by swapping nfs_remote_dir and isodir when assembling name for image file to verify (Andree Leidenfrost) 27 - Fix mondo when restoring filenames containing blanks (still a problem for filenames with ') (Bruno Cornec) 28 - Fix a RPM generation bug for rh7.3 (i386-redhat-linux prefix for binaries) (Bruno Cornec) 39 29 40 30 2.0.7 (2006-03-10) 41 - useless cat, sort|uniq commands removed 42 (Bruno Cornec/Sébastien Aperghis-Tramoni) 31 - useless cat, sort|uniq commands removed (Bruno Cornec/Sébastien Aperghis-Tramoni) 43 32 - Doc cleanup (Andree Leidenfrost) 44 - Add the actual format to messages after calls to function 45 is_this_a_valid_disk_format() about unsupported formats. 46 (Andree Leidenfrost) 47 - Abort|Warn when one of the include|exclude dirs (-I|-E) does not exist 48 (Bruno Cornec/Jeffs) 49 - Replaced partimagehack with ntfsclone from ntfsprogs package. 50 (Andree Leidenfrost) 33 - Add the actual format to messages after calls to function is_this_a_valid_disk_format() about unsupported formats. (Andree Leidenfrost) 34 - Abort|Warn when one of the include|exclude dirs (-I|-E) does not exist (Bruno Cornec/Jeffs) 35 - Replaced partimagehack with ntfsclone from ntfsprogs package. (Andree Leidenfrost) 51 36 - use df -P everywhere (Bruno Cornec) 52 37 - Paypal incitations removed (Andree Leidenfrost) … … 55 40 - no shared librairies and no X11 anymore (were useless) (Bruno Cornec) 56 41 - files > 2GB are now really supported (Andree Leidenfrost) 57 - new SGML based Mondo Rescue documentation + new Web site 58 (Bruno Cornec/Andree Leidenfrost) 42 - new SGML based Mondo Rescue documentation + new Web site (Bruno Cornec/Andree Leidenfrost) 59 43 - mondoarchive aborts when 'mindi --findkernel' gives a fatal error (See also Debian bug #352323.) (Andree Leidenfrost) 60 44 - /tmp not excluded anymore from backup (Bruno Cornec) … … 70 54 - fix to force growisofs to use speed=1 for DVD burning (Philippe De Muyter) 71 55 - now handles cifs correctly (Bruno Cornec) 72 - fix issue where mondoarchive ejects CD/DVD despite writing iso images 73 (Andree Leidenfrost) 56 - fix issue where mondoarchive ejects CD/DVD despite writing iso images (Andree Leidenfrost) 74 57 - Add -P option to df calls (Andree Leidenfrost/Chuan-kai Lin) 75 58 - fix usage of joint -B and -m options (Andree Leidenfrost/Efraim Feinstein) 76 - Quadrupled ARBITRARY_MAXIMUM from 500 to 2000 for mondorestore's filebrowser 77 (Andree Leidenfrost) 59 - Quadrupled ARBITRARY_MAXIMUM from 500 to 2000 for mondorestore's filebrowser (Andree Leidenfrost) 78 60 - remove the renice of mondoarchive (Hugo Rabson) 79 - relocate what was under /usr/share to /usr/lib (FHS compliance) 80 (Bruno Cornec/Andree Leidenfrost) 81 - manage non ambiguous delivery under /usr (packages) or /usr/local (tar ball) 82 (Bruno Cornec) 61 - relocate what was under /usr/share to /usr/lib (FHS compliance) (Bruno Cornec/Andree Leidenfrost) 62 - manage non ambiguous delivery under /usr (packages) or /usr/local (tar ball) (Bruno Cornec) 83 63 - disable x11 build by default (Bruno Cornec) 84 64 - remove sbminst (Bruno Cornec/Andree Leidenfrost) 85 65 - use parted2fdisk everywhere (Bruno Cornec) 86 66 - exports MONDO_LIB (Bruno Cornec) 87 - RPM build for fedora core 4, sles9, redhat 7.3, rhel 3/4, mandriva 2006.0, 88 mandrake 10.2/10.1 (Bruno Cornec/Gary Granger) 89 - interactive mode now asks for image size and prefix in NFS mode 90 (Gallig Renaud/Bruno Cornec) 67 - RPM build for fedora core 4, sles9, redhat 7.3, rhel 3/4, mandriva 2006.0, mandrake 10.2/10.1 (Bruno Cornec/Gary Granger) 68 - interactive mode now asks for image size and prefix in NFS mode (Gallig Renaud/Bruno Cornec) 91 69 - iso-prefix should be read in iso mode even when -H not given (Stan Benoit) 92 70 - VERSION/RELEASE Tag added (Bruno Cornec) 93 - many code cleanup, small fixes, PXE/NFS code improvements 94 (Sébastien Aperghis-Tramoni/Bruno Cornec) 71 - many code cleanup, small fixes, PXE/NFS code improvements (Sébastien Aperghis-Tramoni/Bruno Cornec) 95 72 96 73 v2.05 (2005-11-19) … … 101 78 102 79 v2.04_berlios (2005-10-30) 103 - Add -p option to generate ISO images file names with prefix. The new default 104 name for ISO images is mondorescue-1.iso, ... For PXE environment, you have 105 to use the prefix option on the command line (read README.pxe) 106 (Bruno Cornec) 80 - Add -p option to generate ISO images file names with prefix. The new default name for ISO images is mondorescue-1.iso, ... For PXE environment, you have to use the prefix option on the command line (read README.pxe) (Bruno Cornec) 107 81 - Mandrake 2005 support (Bruno Cornec) 108 82 - NFS patches (Yann Aubert <technique@alixen.fr>) 109 - mondorestore shouldn't now ask final questions with -H 110 (this is an unattended mode) (Bruno Cornec) 83 - mondorestore shouldn't now ask final questions with -H (this is an unattended mode) (Bruno Cornec) 111 84 112 85 v2.04 (2005-05-03) 113 - made mondo more clever about finding its home. Avoids mondo considering 114 directories like '/usr/share/doc/momdo' as its home. 86 - made mondo more clever about finding its home. Avoids mondo considering directories like '/usr/share/doc/momdo' as its home. 115 87 116 88 v2.03 (2004-09-29) … … 119 91 120 92 v2.02 (2004-07-21) 121 - instead of using 'dd' to erase partition table, delete existing 122 partitions w/ the same call to fdisk that is used to create the 123 new partitions; this should avoids locking up the partition table 124 - set bootable partition in the above same call to fdisk, for 125 the same reason (avoids locking up the partition table) 93 - instead of using 'dd' to erase partition table, delete existing partitions w/ the same call to fdisk that is used to create the new partitions; this should avoids locking up the partition table 94 - set bootable partition in the above same call to fdisk, for the same reason (avoids locking up the partition table) 126 95 - better software RAID support 127 96 - mount ext3 partitions as ext2 when restoring - better for Debian … … 131 100 v2.01 (2004-06-21) 132 101 - fixed cvs for SuSE systems 133 - fixed NTFS backup/restore bug relating to partimagehack 134 log file overflow and NTFS v non-NTFS differentiation 102 - fixed NTFS backup/restore bug relating to partimagehack log file overflow and NTFS v non-NTFS differentiation 135 103 - more reliable extraction of config info from CDs, floppies 136 104 - better support of ISO dirs at restore-time (Conor Daly) … … 157 125 - added support for boot/root multi floppies 158 126 - call 'mt' to set block size to 32K before opening in/out tape 159 - updated mondo-prep.c to create each disk's partitions all at once 160 (one call per drive) instead of one call to fdisk per partition 161 - when extracting cfg file and mountlist from all.tar.gz (tape copy), 162 use block size of INTERNAL_TAPE_BLK_SIZE, not TAPE_BLOCK_SIZE 127 - updated mondo-prep.c to create each disk's partitions all at once (one call per drive) instead of one call to fdisk per partition 128 - when extracting cfg file and mountlist from all.tar.gz (tape copy), use block size of INTERNAL_TAPE_BLK_SIZE, not TAPE_BLOCK_SIZE 163 129 - added star and rudimentary SELinux support 164 130 - fixed lots of bugs 165 - all logging now goes to /var/log/mondo-archive.log, with symlink to 166 /tmp/mondo-restore.log for restore-time log-tracking 131 - all logging now goes to /var/log/mondo-archive.log, with symlink to /tmp/mondo-restore.log for restore-time log-tracking 167 132 - added grub-install.patched 168 133 - removed embleer & other binaries … … 173 138 - fixed chmod/chown bug (Jens Richter) 174 139 - ask user to confirm NFS mountpoint in Interactive Mode 175 - rewritten format_everything() to make sure LVMs, RAIDs and 176 regular partitions are prepped in the correct order 140 - rewritten format_everything() to make sure LVMs, RAIDs and regular partitions are prepped in the correct order 177 141 - better magicdev support 178 142 - rewritten external binary caller subroutine … … 181 145 - fixed multi-tape support 182 146 - re-implemented -D and -J 183 - fixed bug in extract_config_file_from_ramdisk() which 184 affected tape+floppy users 185 - updated is_incoming_block_valid() to make it 186 return end-of-tape if >300 flotsam blocks 147 - fixed bug in extract_config_file_from_ramdisk() which affected tape+floppy users 148 - updated is_incoming_block_valid() to make it return end-of-tape if >300 flotsam blocks 187 149 - unmount CD-ROM before burning (necessary for RH8/9) 188 150 - fixed some stray assert()'s … … 190 152 - make user remove floppy/CD before restoring interactively from tape 191 153 - fixed bug in am_I_in_disaster_recovery_mode() 192 - added code to nuke_mode() to make sure NFS 193 (backup) share is mounted in Nuke Mode 154 - added code to nuke_mode() to make sure NFS (backup) share is mounted in Nuke Mode 194 155 - improved tape device detection code 195 156 - better GRUB support … … 211 172 - fixed RAID-related bug in where_is_root_mounted() 212 173 - ISO tweaks 213 - fixed silly bug in load_filelist() which stopped 214 funny German filenames from being handled properly 174 - fixed silly bug in load_filelist() which stopped funny German filenames from being handled properly 215 175 - misc fixes (Michael Hanscho's friend) 216 176 - added rudimentary support for SME … … 226 186 - post_param_configuration() --- store iso-dev and isodir 227 187 - added post-nuke-sample.tgz to package 228 - Nuke Mode now checks mountlist against hardware; offer user 229 opportunity to edit mountlist if insane; if user declines, abort 188 - Nuke Mode now checks mountlist against hardware; offer user opportunity to edit mountlist if insane; if user declines, abort 230 189 - added lots of assert()'s and other checks 231 190 - ran code thru Valgrind to catch & fix some memory leaks 232 - made mondo-restore.c smaller by moving some subroutines to 233 common/libmondo-raid.c and mondorestore/mondo-rstr-compare.c 234 - added '-Q' flag, to let user test mondoarchive's ability 235 to find their boot loader and type 191 - made mondo-restore.c smaller by moving some subroutines to common/libmondo-raid.c and mondorestore/mondo-rstr-compare.c 192 - added '-Q' flag, to let user test mondoarchive's ability to find their boot loader and type 236 193 - improved which_boot_loader() 237 - when burning or comparing to a CD, defeat autorun if it is 238 running, to avoid confusing mondoarchive and the user 239 - if original backup media no longer available at boot-time 240 then offer user chance to choose another media source 241 - when booting, type 'nuke noresize' to nuke w/o resizing 242 mountlist to fill your drives 194 - when burning or comparing to a CD, defeat autorun if it is running, to avoid confusing mondoarchive and the user 195 - if original backup media no longer available at boot-time then offer user chance to choose another media source 196 - when booting, type 'nuke noresize' to nuke w/o resizing mountlist to fill your drives 243 197 - add 'textonly' when booting, to avoid using Newt gui 244 198 - run nice(20) to prioritize mondoarchive at start 245 - don't pause and wait for next blank CD at backup-time 246 unless necessary (e.g. previous CD has not been removed) 199 - don't pause and wait for next blank CD at backup-time unless necessary (e.g. previous CD has not been removed) 247 200 - get_phys_size_of_drive() --- better support of older drives 248 201 - don't eject if "donteject" is in kernel's command line … … 268 221 - add '/' to custom filelist as workaround for obscure bug 269 222 - ask user speed of CDRW if writing to CD 270 - find_cdrom_device() --- if nonexistent/not found then 271 make sure to return '' as dev str and 1 as res 223 - find_cdrom_device() --- if nonexistent/not found then make sure to return '' as dev str and 1 as res 272 224 - tweaked restore scripts tgz 273 225 - cleaned up find_cdrom_device() 274 - if user creates /usr/share/mondo/payload.tgz then untar 275 payload to CD at backup-time 226 - if user creates /usr/share/mondo/payload.tgz then untar payload to CD at backup-time 276 227 - fixed insist_on_this_cd_number() 277 228 - fixed am_i_in_disaster_recovery_mode() … … 281 232 - fixed nfs support 282 233 - fixed iso support 283 - at restore-time, only sort mountlist internally, 284 in mount_all_devices() and unmount_all_devices() 234 - at restore-time, only sort mountlist internally, in mount_all_devices() and unmount_all_devices() 285 235 - fixed cosmetic bug in label-partitions-as-necessary 286 236 - updated documentation … … 298 248 - sensibly_set_tmpdir_and_scratchdir() --- exclude smb and smbfs 299 249 - better logging by eval_call_to_make_ISO() 300 - accept -J <fname> to let user provide their own fs catalog 301 instead of -I <paths> to backup 302 - if dir excluded with -E or included with -I and dir is actually 303 a softlink then exclude/include the dir pointed to, as well 250 - accept -J <fname> to let user provide their own fs catalog instead of -I <paths> to backup 251 - if dir excluded with -E or included with -I and dir is actually a softlink then exclude/include the dir pointed to, as well 304 252 - better location for manpage 305 - adjusted block size of tarball at start of tape, to help 306 users w/ broken tape driver firmware 253 - adjusted block size of tarball at start of tape, to help users w/ broken tape driver firmware 307 254 - sort -u fstab after modifying it 308 255 - if backup type is nfs then don't estimate noof media … … 319 266 - wipe only the partition table (not MBR) when repartitioning drives 320 267 - ignore lilo.conf.anaconda when looking for lilo.conf file 321 - accepts '-l RAW' to backup/restore original boot sector instead 322 of running grub or lilo to init it after restoring 268 - accepts '-l RAW' to backup/restore original boot sector instead of running grub or lilo to init it after restoring 323 269 - fixed&updated stabgrub-me script; software RAID + GRUB work now 324 270 - mount/unmount /boot partition for Gentoo 1.2 users … … 326 272 - disabled spurious warnings 327 273 - unmount/remount supermounts at start/end of live restore, if nec. 328 - cleaned up mondo's tape block handling (now, TAPE_BLOCK_SIZE=128K 329 and I've added INTERNAL_TAPE_BLK_SIZE=32K variable for buffering) 274 - cleaned up mondo's tape block handling (now, TAPE_BLOCK_SIZE=128K and I've added INTERNAL_TAPE_BLK_SIZE=32K variable for buffering) 330 275 - added Makefile 331 276 - added -l RAW option, to backup and restore original MBR … … 364 309 - fixed "Can't find first ISO when verifying nonbootable ISO" bug 365 310 - multithreaded make_afioballs_and_images() 366 - tmpdir and scratchdir set sensibly whether mondoarchive is called with 367 command-line parameters or not 368 - fixed bug in strip_spaces() which stopped it from handling 369 small strings correctly - affected mountlist editor 370 - create a repaired copy of grub-install which is RAID-friendly; 371 use it when initializing boot sector with run_grub() 311 - tmpdir and scratchdir set sensibly whether mondoarchive is called with command-line parameters or not 312 - fixed bug in strip_spaces() which stopped it from handling small strings correctly - affected mountlist editor 313 - create a repaired copy of grub-install which is RAID-friendly; use it when initializing boot sector with run_grub() 372 314 - fixed bug in mondo-makefilelist 373 315 … … 387 329 - unmount/remount /mnt/floppy before/after backing up, if Mandrake 388 330 - restructured the source files 389 - fixed serious bug in line 1546 - should have been !=, not ==; stopped 390 mondorestore from correctly restoring big files 331 - fixed serious bug in line 1546 - should have been !=, not ==; stopped mondorestore from correctly restoring big files 391 332 - added '#include <signal.h>' to my-stuff.h 392 333 - exclude "incheckentry xwait()" from changed.files … … 395 336 - insist on tape #1 when start verifying 396 337 - added internal buffering, replacing the external 'buffer' exe 397 - if differential backup then don't permit formatting or fdisking, 398 whether Interactive or Nuke mode 399 - if mondorestore is run on live filesystem (or from ramdisk) without 400 parameters then mondorestore will ask which backup media (tape, CD, etc.) 401 was used; it will read the config file from the media and proceed from there 338 - if differential backup then don't permit formatting or fdisking, whether Interactive or Nuke mode 339 - if mondorestore is run on live filesystem (or from ramdisk) without parameters then mondorestore will ask which backup media (tape, CD, etc.) was used; it will read the config file from the media and proceed from there 402 340 - if tape streamer is softlink then resolve it first 403 341 - incorporate post-nuke tarball 404 - if user doesn't specify tape size, proceed anyway; behave intelligently 405 in the event of end-of-tape 406 - prefix bkpinfo->restore_path to biggiefile fname before generating 407 checksum & comparing to archived biggiefile 408 - if /etc/lilo.conf not found not /etc/lilo.conf.anaconda found 409 then create a softlink from the former to the latter, to work 410 around RH7.3's b0rken LILO support 342 - if user doesn't specify tape size, proceed anyway; behave intelligently in the event of end-of-tape 343 - prefix bkpinfo->restore_path to biggiefile fname before generating checksum & comparing to archived biggiefile 344 - if /etc/lilo.conf not found not /etc/lilo.conf.anaconda found then create a softlink from the former to the latter, to work around RH7.3's b0rken LILO support 411 345 - LFS support (mharris, michele, hugo) 412 346 - fixed verify bug --- CD#1 was being verified again & again & ... … … 416 350 - better handling of bigfiles' checksums, perms and owns 417 351 - delete final filelist if <=2 bytes long 418 - if kernel not found and mondo in graphics mode then popup and ask 419 for kernel path+filename 352 - if kernel not found and mondo in graphics mode then popup and ask for kernel path+filename 420 353 - misc clean-ups (Troff) 421 354 - noninteractivity-related & misc clean-ups (Carl Wilhelm Soderstrom) … … 431 364 - cleaned up live filesystem restoration 432 365 - permit '-0' (no compression) flag 433 - if user restores selectively (picks some files to be restored) then 434 large files archived during '-L' (LZO) backup will now be restored properly 366 - if user restores selectively (picks some files to be restored) then large files archived during '-L' (LZO) backup will now be restored properly 435 367 - fixed bug in make-me-bootable 436 368 - don't change /tmp's permissions unless it doesn't exist & has to be created 437 369 - changed $i to $j in mondo-makefilelist (Karsten) 438 - fixed 'I refuse to write floppy images to /dev/fd0 because its size is 439 not apparent from its filename' bug 370 - fixed 'I refuse to write floppy images to /dev/fd0 because its size is not apparent from its filename' bug 440 371 - disabled 'nr-failed-disks' entry in raidtab generator 441 372 - added '-o' flag to let user choose LILO as CD/floppy's boot loader … … 446 377 - mondorestore makes /var/run/console in case user excluded it 447 378 - the -s switch now accepts multiple sizes, one per tape/CD 448 - added -u switch for streaming to device; like -t (tape) but without 449 various error checks; use with caution 379 - added -u switch for streaming to device; like -t (tape) but without various error checks; use with caution 450 380 - bugfixes; cleaned up code (Troff) 451 381 - changed lockfiles from static to random filenames … … 454 384 - added -follow to search for home (Bruno Vidal) 455 385 - unmount/remount CD-ROM at start/end if supermounted 456 - delete old /tmp/filelist.full,biggielist.txt if restoring to 457 live filesystem 386 - delete old /tmp/filelist.full,biggielist.txt if restoring to live filesystem 458 387 - if Mindi aborted then show last 6 lines of its log before mondoarchive aborts 459 388 - reformatted, redistributed source code (Stan Benoit) … … 467 396 468 397 v1.42-1 (2002-04-07) 469 - mondorestore may now be run on live filesystem, i.e. user does not 470 have to reboot in order to restore data; works for CD's and tapes; 471 NFS and ISO restores will be supported at a later date 398 - mondorestore may now be run on live filesystem, i.e. user does not have to reboot in order to restore data; works for CD's and tapes; NFS and ISO restores will be supported at a later date 472 399 - fixed restore-time RAID-handling bugs 473 400 - added -E patch to exclude files and/or dirs properly (Andy Glass) 474 401 - cat /proc/cpuinfo and run uname -r; save output to logfile at backup-time 475 402 - fixed minor bug in stablilo-me 476 - if /tmp/fstab.new exists then use _it_ instead of /tmp/fstab to label 477 ext2 or ext3 partitions 403 - if /tmp/fstab.new exists then use _it_ instead of /tmp/fstab to label ext2 or ext3 partitions 478 404 - bootable CD's now use SYSLINUX instead of LILO (Andy Glass) 479 405 - don't pclose() tape after calling closein_tape(): the latter does it already … … 487 413 v1.40-7 (2002-03-10) 488 414 - if '-L' then test for lzop; abort if not present 489 - if Mondo cannot figure out which boot loader the user is using, 490 tell the user to read the manual and mention -l, -f switches 415 - if Mondo cannot figure out which boot loader the user is using, tell the user to read the manual and mention -l, -f switches 491 416 - abort if ramdisk not available 492 417 - updated man page (Mikael Hultgren) … … 509 434 - added updated docs (Cafeole, Randy Delfs, Stan Benoit et al) 510 435 - added pico to restore-scripts.tgz; deprecated some scripts 511 - if restoring to /dev/ida/* or /dev/cciss/* then drop the 'p' 512 before trying to discover the size of the partition itself 436 - if restoring to /dev/ida/* or /dev/cciss/* then drop the 'p' before trying to discover the size of the partition itself 513 437 - support pathnames containing spaces (KirkJT) 514 438 - added -C switch, to treat CD burner almost as a tape streamer … … 540 464 - changed get_phys_size_of_drive() to read value from fdisk, not dmesg 541 465 - if hard disk does not exist then warn user when editing mountlist 542 - if boot+floppy disk images were not created then don't offer to write them 543 to disks; instead, mention the mindi.iso bootable CD images 466 - if boot+floppy disk images were not created then don't offer to write them to disks; instead, mention the mindi.iso bootable CD images 544 467 - exclude each partition's .autofsck from backup 545 468 - fixed bug in CD restoration progress form … … 556 479 - source code has been beautified (Stan Benoit) 557 480 - makefile, Config implemented (Stan Benoit) 558 - use /tmp/mondo-restore.cfg instead of all kinds of silly /tmp files 559 at boot-time; slowly migrating to a proper /tmp/mondo-restore.cfg file 481 - use /tmp/mondo-restore.cfg instead of all kinds of silly /tmp files at boot-time; slowly migrating to a proper /tmp/mondo-restore.cfg file 560 482 - changed 'retval+=load_raidtab()' to 'load_raidtab()' 561 483 - patch to make it easier to install Mondo almost anywhere (Ian Mortimer) 562 - proper, one-char switches replace the long-winded multi-char switches 563 of 1.36 and earlier 564 - migrating from lots of /tmp files in ramdisk to a single configuration 565 file on ramdisk, at /tmp/mondo-restore.cfg 484 - proper, one-char switches replace the long-winded multi-char switches of 1.36 and earlier 485 - migrating from lots of /tmp files in ramdisk to a single configuration file on ramdisk, at /tmp/mondo-restore.cfg 566 486 - estimates the number of media required by this backup session 567 487 - changed 'retval+=load_raidtab()' to 'load_raidtab()' … … 572 492 - if the user specifies boot loader or device, record those settings 573 493 - fixed cdrecord-related bug in .spec file 574 - if backing up specific paths - e.g. /usr/local/bin - then include 575 /usr and /usr/local/ in filelist; don't backup /usr/* but do recreate 576 /usr and /usr/local/; this is to help the selective restore subroutine 494 - if backing up specific paths - e.g. /usr/local/bin - then include /usr and /usr/local/ in filelist; don't backup /usr/* but do recreate /usr and /usr/local/; this is to help the selective restore subroutine 577 495 - user's BIOS is assumed not to be able to handle LILO's sector-seek merging 578 496 - switches --broken-bios, --debug and --chunk-size have been removed … … 610 528 - if bzip is <v0.99 then abort 611 529 - if hard disk fills to capacity then abort 612 - --post-nuke <tarball> will incorporate a tarball of tools and data files 613 of the user's choosing in the boot CD/floppies; the tarball must contain 614 an executable, 'post-nuke', which will be called at the end of Nuke Mode 530 - --post-nuke <tarball> will incorporate a tarball of tools and data files of the user's choosing in the boot CD/floppies; the tarball must contain an executable, 'post-nuke', which will be called at the end of Nuke Mode 615 531 - --text-mode forces Mondo Archive to use text only (no newt or ncurses) 616 532 - the deprecated scripts have now been disabled 617 - boot floppy will use 'safe' LILO calls; boot CD will use 'fast' LILO calls 618 unless --broken-bios is supplied in call to Mondo 533 - boot floppy will use 'safe' LILO calls; boot CD will use 'fast' LILO calls unless --broken-bios is supplied in call to Mondo 619 534 - cdrecord's buffer is now 4 MB (was 16 MB) 620 535 - tape support has been rewritten from ground up … … 634 549 - fixed bugs in actually_verify_the_tapes() 635 550 - fixed some popen/pclose mismatches 636 - no longer run compare_a_biggiefile() right after restore_a_biggiefile(), 637 as it can upset the restoration of biggiefiles which are spread across CD's 551 - no longer run compare_a_biggiefile() right after restore_a_biggiefile(), as it can upset the restoration of biggiefiles which are spread across CD's 638 552 639 553 v1.33-8 (2001-12-19) … … 679 593 - cosmetic fixes to mondo-prep.c and mondo-newt.c 680 594 - put quotes around chmod's parameter 681 - subtract 5% from reported maximum storage capacity of drives, when checking 682 that the parttions will fit; some drives lie about their max cap 595 - subtract 5% from reported maximum storage capacity of drives, when checking that the parttions will fit; some drives lie about their max cap 683 596 - stablilo-me no longer tries to mark partitions as bootable 684 597 - better exclusion of /var/log/pacct 685 598 - tape users can now use --verify to verify archives w/o rebooting 686 599 - checksum calculated for every file backed up - for future expansion 687 - implemented a _real_ --differential switch, to backup all files changed 688 or added since the last complete backup 600 - implemented a _real_ --differential switch, to backup all files changed or added since the last complete backup 689 601 690 602 v1.32-2 (2001-12-09) 691 603 - if no RAID devices after editing mountlist then delete raidtab 692 604 - don't try to mount RAID partitions (components of RAID dev) 693 - don't add partitions to mountlist when extrapolating from mountlist 694 unless the partitions are not already present in mountlist 605 - don't add partitions to mountlist when extrapolating from mountlist unless the partitions are not already present in mountlist 695 606 - don't format partitions if partitioning failed 696 607 - when user selects RAID level, establish whether said level is available … … 700 611 - log_it() makes sure it only writes one \n on the end of each logged line 701 612 - detects if user is using GRUB/LILO/other; abort if neither LILO nor GRUB 702 - passes the boot loader's name and device to Mindi, to be available at 703 boot-time 704 - if user successfully restores using Nuke or Interactive w/o error then Mondo 705 generates a random message, basically saying, "Cool." 613 - passes the boot loader's name and device to Mindi, to be available at boot-time 614 - if user successfully restores using Nuke or Interactive w/o error then Mondo generates a random message, basically saying, "Cool." 706 615 - enlarged afio's "-M" parameter from 12M to 16M 707 - if stablilo-me fails then restore the original lilo.conf and fstab before 708 offering user the opportunity to edit them (Dean Carpenter) 616 - if stablilo-me fails then restore the original lilo.conf and fstab before offering user the opportunity to edit them (Dean Carpenter) 709 617 - added ISO Mode, to let user restore from ISO images in directory 710 618 - cosmetic fix to compare/restore phase windows … … 718 626 - exclude each device's lost+found directory 719 627 - mountlist editor now permits advanced editing of RAID devices 720 - fixed a silly bug that was causing freeze-up on <1% of systems; if biggielist 721 was empty then sometimes mondo-archive would freeze when backing up big files 722 (cos there weren't any *g*) 628 - fixed a silly bug that was causing freeze-up on <1% of systems; if biggielist was empty then sometimes mondo-archive would freeze when backing up big files (cos there weren't any *g*) 723 629 - partition and set type in 2-stage process (was 1-stage) 724 630 - cleaned up Compare Mode's logging a bit, to make it more legible … … 726 632 - exclude ext3's .journal files from backup (yes, this time I really do) 727 633 - '--my-kernel SUCKS' has been replaced with '--my-kernel FAILSAFE' 728 - softlink mondo-restore to /usr/bin/ before calling Mindi, so that Mindi can 729 pick up mondo-restore and its depdendencies easily 634 - softlink mondo-restore to /usr/bin/ before calling Mindi, so that Mindi can pick up mondo-restore and its depdendencies easily 730 635 - copy mondo-restore to Mondo's temp dir before calling Mindi 731 636 - don't try to compress MP3's, MPG's, WMV's or RA's 732 - cleaned up mondo-newt.c; alphabetized the subroutines; moved some tools from 733 there to mondo-tools.c 734 - mondo-tarme and mondo-restore are now compiled as dynamic executables; I 735 have amended install.sh and mondo-1.31.spec accordingly 637 - cleaned up mondo-newt.c; alphabetized the subroutines; moved some tools from there to mondo-tools.c 638 - mondo-tarme and mondo-restore are now compiled as dynamic executables; I have amended install.sh and mondo-1.31.spec accordingly 736 639 - now make boot/data floppies at end of backup, not beginning 737 640 - backup in alphabetical order now, not reverse-alpha 738 - if Compare Mode reports changed files /var/* and /etc/mtab only then tell 739 the user their archives are good despite the differneces 641 - if Compare Mode reports changed files /var/* and /etc/mtab only then tell the user their archives are good despite the differneces 740 642 - cut back on excessively verbose logging at backup-time 741 643 - when vacuum-packing a partition, describe it as "(max size)", not "(0 MB)" 742 644 - if swap is already mounted, don't abort: just say, 'swap already mounted' 743 - when unmounting all devices, don't try to unmount something if it's not even 744 mounted; if it's not mounted, say so but don't try to unmount it: you'll 745 just end up looking very silly :) 645 - when unmounting all devices, don't try to unmount something if it's not even mounted; if it's not mounted, say so but don't try to unmount it: you'll just end up looking very silly :) 746 646 747 647 v1.30 (2001-11-28) 748 - I have reorganized the C code, sorted the subroutines alphabetically, and 749 re-jigged Mondo's installation routines (inc. the RPM spec file) to reflect 750 the changes 751 - check for mondo-restore's presence; if absent then abort & ask user to check 752 to see if Mondo was installed properly 648 - I have reorganized the C code, sorted the subroutines alphabetically, and re-jigged Mondo's installation routines (inc. the RPM spec file) to reflect the changes 649 - check for mondo-restore's presence; if absent then abort & ask user to check to see if Mondo was installed properly 753 650 - always exclude /var/log/pacct from backup 754 651 - optimal set size is now 24MB 755 652 - install.sh will abort w/error if compilation of mondo-* fails 756 653 - after creating the mountlist, put a copy in Mondo's tmp directory 757 - each ext3 filesystem has a .journal file in its base directory; Mondo will 758 now exclude each of these journal files automatically 759 - use the archived copy of LILO, not the copy from the restore-time ramdisk, 760 to configure the MBR 654 - each ext3 filesystem has a .journal file in its base directory; Mondo will now exclude each of these journal files automatically 655 - use the archived copy of LILO, not the copy from the restore-time ramdisk, to configure the MBR 761 656 - size_of_file() now returns long long, not long 762 657 - find mondo-archive and set MONDO_PATH accordingly 763 658 - scratchdir is /home/mondo.scratch by default 764 - at backup-time, run mondo-restore in test mode to make sure that the 765 executable is sane & will run OK at restore-time 659 - at backup-time, run mondo-restore in test mode to make sure that the executable is sane & will run OK at restore-time 766 660 767 661 v1.19 (2001-11-14) … … 770 664 - at restore-time, always check for presence of decompressor; abort if notfound 771 665 - run 'chmod -r 1777 /mnt/RESTORING/tmp' after restoring 772 - fixed bugs in Compare Mode:- 773 - missing else{} 774 - erroneous 'cannot add archive' error; res+=retval should have read 775 retval+=res (Tony Kim) 776 - use 'umount /mnt/cdrom' instead of 'umount /dev/cdrom', to make it compatible 777 with busybox's umount command 778 - fixed bug in mondo-archive which stopped Mondo from pausing to retry if the 779 CD/ISO fails the verification phase 666 - fixed bugs in Compare Mode:- - missing else{} - erroneous 'cannot add archive' error; res+=retval should have read retval+=res (Tony Kim) 667 - use 'umount /mnt/cdrom' instead of 'umount /dev/cdrom', to make it compatible with busybox's umount command 668 - fixed bug in mondo-archive which stopped Mondo from pausing to retry if the CD/ISO fails the verification phase 780 669 - modified compare_all_tarballs() in mondo-restore.c 781 - if running interactively then offer to modify fstab and lilo.conf if user 782 says s/he has modified the mountlist 783 - if mondo-tarme segfaults (as it does, on a _very_ few systems) then Mondo 784 picks up on the fact & reports it 785 - when restoring, create /mnt/RESTORING/tmp before _and_ after restoring data, 786 just in case it is necessary; also set permissions okay 670 - if running interactively then offer to modify fstab and lilo.conf if user says s/he has modified the mountlist 671 - if mondo-tarme segfaults (as it does, on a _very_ few systems) then Mondo picks up on the fact & reports it 672 - when restoring, create /mnt/RESTORING/tmp before _and_ after restoring data, just in case it is necessary; also set permissions okay 787 673 - C code is now compiled 'O0' (without optimizations) 788 674 - each CD's slices were being listed to screen; now, piped to /dev/null … … 794 680 v1.17 (2001-10-20) 795 681 - the deprecated scripts now work with LZO 796 - if mondo-restore cannot mount all devices, it will _unmount_ whatever it did 797 mount, before it returns an error 682 - if mondo-restore cannot mount all devices, it will _unmount_ whatever it did mount, before it returns an error 798 683 - works with Red Hat 6.2 and 2.2.19 kernel 799 684 - cosmetic change to output (no more 'burning first/last CD' msgs) 800 685 - abort if user uses '--use-lzo' but doesn't install LZO(P) first 801 686 - changed --differential's \( and \) to ( and ) <-- thanks, Michael Moellney) 802 - added Marcus Oberhumer's LZO to Mindi and Mondo; use '--use-lzo' switch 803 to activate this groovy new compression algorithm; it is not as efficient 804 as bzip2 but it is can take up to 50% less time than bzip2 to compress data 687 - added Marcus Oberhumer's LZO to Mindi and Mondo; use '--use-lzo' switch to activate this groovy new compression algorithm; it is not as efficient as bzip2 but it is can take up to 50% less time than bzip2 to compress data 805 688 - incorporated Bruno Cornec's "--cd-recovery" patch 806 689 - at restore-time, set biggiefiles to +x … … 808 691 - don't report non-existent differences/errors between archives and filesystem 809 692 - fixed bug in --differential switch (Michael Moellney) 810 - scripts will no longer function unless gawk and printf are included in 811 Mindi's deplist.txt; add them if you want to use the scripts 693 - scripts will no longer function unless gawk and printf are included in Mindi's deplist.txt; add them if you want to use the scripts 812 694 813 695 v1.16 (2001-10-10) 814 696 - default scratchdir is `pwd`/mondo.scratch.$$ (was mondo.scratch) 815 - when asking user to send me a log file, warn them that the log file may 816 contain information which they do not want me to see but point out that I 817 cannot help much unless I have a copy of their log file 818 - when comparing to or restoring from tape, only update the progree form 819 if/when I've just restored files; otherwise, I would screw up the time est.s 697 - when asking user to send me a log file, warn them that the log file may contain information which they do not want me to see but point out that I cannot help much unless I have a copy of their log file 698 - when comparing to or restoring from tape, only update the progree form if/when I've just restored files; otherwise, I would screw up the time est.s 820 699 - increase afio's block count from 256 to 1024 when restoring from tape 821 700 - plays nicely with devfs-enabled kernels and distros 822 - when restoring or comparing, track progress by the archive# (N out of M), 823 not by the file#; the former is more reliable and useful than the latter 824 - has been tested successfully with the following distros 825 - Linux-Mandrake 8.1 and its 2.4.8, devfs-enabled stock kernel --- tape / CDR 826 - Red Hat 7.1 and its 2.4.2 stock kernel --- tape / CDR 827 - tape streamers are now supported; use the '--write-tapes <dev> <sizeMB>' 828 switch, e.g. --write-tapes /dev/st0 4096 701 - when restoring or comparing, track progress by the archive# (N out of M), not by the file#; the former is more reliable and useful than the latter 702 - has been tested successfully with the following distros - Linux-Mandrake 8.1 and its 2.4.8, devfs-enabled stock kernel --- tape / CDR - Red Hat 7.1 and its 2.4.2 stock kernel --- tape / CDR 703 - tape streamers are now supported; use the '--write-tapes <dev> <sizeMB>' switch, e.g. --write-tapes /dev/st0 4096 829 704 - LVM support is stabilizing 830 - when mounting/unmounting partitions to be restored, don't forget to 831 mount/unmount the swap partitions 705 - when mounting/unmounting partitions to be restored, don't forget to mount/unmount the swap partitions 832 706 - when zeroing a drive, use plain old C fopen/fputc/fclose, not 'dd' 833 - after restoring data and running LILO, unmount (as usual) and then run 834 label-partitions-as-necessary, to set the ext2fs LABELs if it is appropriate 707 - after restoring data and running LILO, unmount (as usual) and then run label-partitions-as-necessary, to set the ext2fs LABELs if it is appropriate 835 708 - fixed bugs in selective restoration scripts and executable 836 - fixed silly bug in hack-lilo; bug was triggered when I moved to Mandrake 8.1; 837 bug caused '/dev/fd0' entry in lilo.conf to become corrupted 838 - if user tries to make a bootable rescue CD with the '--no-bkpath' switch then 839 politely direct them to Mindi :-) 709 - fixed silly bug in hack-lilo; bug was triggered when I moved to Mandrake 8.1; bug caused '/dev/fd0' entry in lilo.conf to become corrupted 710 - if user tries to make a bootable rescue CD with the '--no-bkpath' switch then politely direct them to Mindi :-) 840 711 841 712 v1.15 (2001-09-28) 842 - serialized the call to mondo-filelistchop.c; helps to improve visual feedback 843 (yeah, sounds weird but it's true) 713 - serialized the call to mondo-filelistchop.c; helps to improve visual feedback (yeah, sounds weird but it's true) 844 714 - the switches --differential and --exclude-paths should play nicely now 845 715 - improved the logging a bit, esp. when ejecting or unmounting CD's 846 - improved the visual feedback (specifically, the bar and percentage figures 847 indicating time spent & remaining) 716 - improved the visual feedback (specifically, the bar and percentage figures indicating time spent & remaining) 848 717 - experimental LVM support 849 718 - fixed 'cannot eject CD' bug, which was caused by busybox's sync & umount … … 852 721 - fail if user runs mondo-archive _from CD_; this is for the user's protection 853 722 - fixed silly bug in mount-me (a crucial line was disabled) 854 - working on stablilo-me, hack-lilo and hack-fstab to make sure they work 855 with the new, busybox-based Mindi v0.41 856 - Mindi v0.41 is very different from v0.40, internally anyway; so, I had to do 857 a lot of testing to make sure Mondo would play nicely with the new Mindi 723 - working on stablilo-me, hack-lilo and hack-fstab to make sure they work with the new, busybox-based Mindi v0.41 724 - Mindi v0.41 is very different from v0.40, internally anyway; so, I had to do a lot of testing to make sure Mondo would play nicely with the new Mindi 858 725 859 726 v1.14 (2001-09-18) 860 727 - if verify is enabled then verify each CD/ISO after writing it 861 - fixed a quasi-bug in mondo/mount-me; this script used 'sort +1' which is 862 not supported by busybox; I've changed it to just plain old 'sort' 728 - fixed a quasi-bug in mondo/mount-me; this script used 'sort +1' which is not supported by busybox; I've changed it to just plain old 'sort' 863 729 - Mondo now tells Mindi whether or not to use its stock kernel 864 730 - fixed bug in 'biggify-me' script; now, checksums will be verified 865 731 - fixed bug in checksum comparison code (mondo-restore.c) 866 - reimplemented '--verify' switch; now, user can verify ISO's or CD's against 867 the live filesystem, just for 'belt and braces' emotional security 732 - reimplemented '--verify' switch; now, user can verify ISO's or CD's against the live filesystem, just for 'belt and braces' emotional security 868 733 - improved the error-reporting at restore-time (if tarball cannot be accessed) 869 - if user does not specify CD-R(W) drive's speed or device then Mondo will 870 try to locate the drive and will assume 4x speed 871 - user may now type 'edit-mountlist' after booting, if they want to edit the 872 mountlist without risking accidentally wiping their hard disks 734 - if user does not specify CD-R(W) drive's speed or device then Mondo will try to locate the drive and will assume 4x speed 735 - user may now type 'edit-mountlist' after booting, if they want to edit the mountlist without risking accidentally wiping their hard disks 873 736 - fixed a few silly typos in the error messages in mondo-tarme 874 737 - updated the FAQ 875 738 - added code to verify ISO images 876 - used 'blank=fast' instead of '-blank fast' for backward-compatibility with 877 older versions of cdrecord 878 - if nonzero value returned by Mondo, then Mondo creates a mondo.err.$$.tgz 879 tarball containing log files & stuff, which it tells the user to e-mail me 739 - used 'blank=fast' instead of '-blank fast' for backward-compatibility with older versions of cdrecord 740 - if nonzero value returned by Mondo, then Mondo creates a mondo.err.$$.tgz tarball containing log files & stuff, which it tells the user to e-mail me 880 741 - when debugging, don't pause before running mondo-tarme; just run it 881 742 - automatically exclude any file including '/vmmhiber.w9x' in its pathname 882 743 - added Minix support (although I doubt anyone needs it) 883 - ported mondo-tarme to C 884 - prettier interface at run-time (backup), giving better feedback 885 - obviates a mysterious, intermittent bug in bash itself 886 - shows '% done' when burning CD 744 - ported mondo-tarme to C - prettier interface at run-time (backup), giving better feedback - obviates a mysterious, intermittent bug in bash itself - shows '% done' when burning CD 887 745 - afio now has a 12MB FIFO buffer (was 16MB) 888 746 - cdrecord now has a 20MB FIFO buffer (was 24MB) … … 897 755 - mondo-tarme now uses -M 16m -t 4k in its call to afio, to improve performance 898 756 - fixed mondo-restore.c's mkreiserfs call; ditto, prep-me's mkreiserfs call 899 - fixed mondo-restore.c's compare_a_biggiefile() subroutine, which would 900 generate erroneous error messages 901 - fixed mondo-archive.c's restore_a_biggiefile() and restore_all_biggiefiles() 902 subroutines; I can't get them to break but others can, so I've streamlined 903 the code to make them easier to debug and in theory more stable too 904 - fixed 'hack-fstab' to make sure that non-LABELed partitions are correctly 905 moved/changed, etc. 757 - fixed mondo-restore.c's compare_a_biggiefile() subroutine, which would generate erroneous error messages 758 - fixed mondo-archive.c's restore_a_biggiefile() and restore_all_biggiefiles() subroutines; I can't get them to break but others can, so I've streamlined the code to make them easier to debug and in theory more stable too 759 - fixed 'hack-fstab' to make sure that non-LABELed partitions are correctly moved/changed, etc. 906 760 - fixed the 'space in big filename' bug (I think) 907 - make Interactive Mode sort the mountlist (by partition size) before creating 908 the dirs and mounting the partitions to them 761 - make Interactive Mode sort the mountlist (by partition size) before creating the dirs and mounting the partitions to them 909 762 - fixed a slew of bugs related to Red Hat's LABEL= extensions 910 - cleaned up mondo-restore.c and mondo-newt.c; replaced lots of arbitrary 911 limits and lengths with a small number of #define's 912 - added some sample RAID0/1/5 raidtab (config) files to restore-scripts.tgz, 913 which will be restored to the ramdisk's /etc dir when the user boots from 914 the CD; this will only take up an extra 50K or so & will help any user 915 who is moving from non-RAID to RAID 763 - cleaned up mondo-restore.c and mondo-newt.c; replaced lots of arbitrary limits and lengths with a small number of #define's 764 - added some sample RAID0/1/5 raidtab (config) files to restore-scripts.tgz, which will be restored to the ramdisk's /etc dir when the user boots from the CD; this will only take up an extra 50K or so & will help any user who is moving from non-RAID to RAID 916 765 - changed FIFO size to 20MB 917 - only use the VFAT kludge on /dev/hda1 or /dev/sda1; otherwise, even if 918 the partition type is VFAT, do a regular mkfs.vfat 766 - only use the VFAT kludge on /dev/hda1 or /dev/sda1; otherwise, even if the partition type is VFAT, do a regular mkfs.vfat 919 767 - if mkfs.vfat doesn't exist, use mkfs.dos 920 768 - only try to add 'LABEL=' to ext2 and ext3 partitions 921 769 - moved a bunch of scripts from Mindi's rootfs.tgz to our restore-scripts.tgz 922 - fixed bugs in mondo-restore.c, which would sometimes just sit there when 923 trying to compare or restore big files that were spread across CD's 924 - Interactive Mode goes straight to 'mondo-restore --interactive' now, i.e. 925 the user doesn't have to choose Interactive once at boot and once within 926 mondo-restore 770 - fixed bugs in mondo-restore.c, which would sometimes just sit there when trying to compare or restore big files that were spread across CD's 771 - Interactive Mode goes straight to 'mondo-restore --interactive' now, i.e. the user doesn't have to choose Interactive once at boot and once within mondo-restore 927 772 - better post-run clean-up 928 773 - improved mondo-restore.c's error-reporting a little bit 929 - stablilo-me (the script) now supports Red Hat's "LABEL=" extensions to 930 /etc/fstab, via the script, 'label-partitions-as-necessary' 774 - stablilo-me (the script) now supports Red Hat's "LABEL=" extensions to /etc/fstab, via the script, 'label-partitions-as-necessary' 931 775 - added a user-friendly mountlist editor to mondo-restore.c 932 776 - added lots of sanity-checking to mountlist editor … … 937 781 - amended the .spec file to be saner when building RPM's 938 782 - archives are named '.afio.bz2' instead of '.tar.bz2' 939 - mondo-archive, mondo-tarme, mondo-restore.c and the DEPRECATED scripts have 940 been amended accordingly 783 - mondo-archive, mondo-tarme, mondo-restore.c and the DEPRECATED scripts have been amended accordingly 941 784 - should be able to create up to 20 CD-R's per backup set now 942 785 - moved a line within prep-me that was in the wrong place (thanks, Fran Boon!) … … 944 787 - added 10-second delay before mondo-restore's Nuke Mode, to let the user abort 945 788 - really fixed the '/mnt/RESTORING/tmp' permissions bug (thanks, Ang Tan!) 946 - sometimes, bash gets all screwed up & won't let the user type 'continue' when 947 Mondo asks them to; if that happens, Mondo will detect it & use a different 948 kind of mondo-askme; the new mondo-askme will check every 10 minutes for a 949 blank CD; if it's there, then the burn continues 789 - sometimes, bash gets all screwed up & won't let the user type 'continue' when Mondo asks them to; if that happens, Mondo will detect it & use a different kind of mondo-askme; the new mondo-askme will check every 10 minutes for a blank CD; if it's there, then the burn continues 950 790 - abort if isodir or scratchdir is a softlink 951 - replaced mondo-askme with a good shell script, to work around flaws in 952 bash and/or kernel (don't know which) 953 - added a failsafe kernel to Mindi, which means you don't have to make sure 954 your kernel is suitable for a boot disk; you can just use Mindi's instead 791 - replaced mondo-askme with a good shell script, to work around flaws in bash and/or kernel (don't know which) 792 - added a failsafe kernel to Mindi, which means you don't have to make sure your kernel is suitable for a boot disk; you can just use Mindi's instead 955 793 - make+chop filelist _after_ calling Mindi 956 794 - updated the FAQ … … 960 798 - added -pad -sort to the call to mkisofs 961 799 - stop saying, "N files differ so far" after comparing each tarball 962 - updated the FAQ, to remind users that they can boot from floppy images if 963 their kernel does not have the right support of CD-ROM's, filesystems, etc. 800 - updated the FAQ, to remind users that they can boot from floppy images if their kernel does not have the right support of CD-ROM's, filesystems, etc. 964 801 - erroneous error-reporting by /mondo/biggify-me; fixed (David Granz) 965 802 - don't estimate the time remaining unless >20 sets processed already 966 - default set size (uncompressed) is now 8MB (was 12MB); when 8MB, seems 967 to run more smoothly & a little quicker, too, at restore-time 803 - default set size (uncompressed) is now 8MB (was 12MB); when 8MB, seems to run more smoothly & a little quicker, too, at restore-time 968 804 - chmod 1777 /mnt/RESTORING/tmp after restoring/creating /tmp 969 805 - dropped mondo-askme.c; using regular 'read' instead … … 971 807 - cdrecord now uses a 16MB FIFO buffer (was 8MB) 972 808 - fixed floating point error in mondo-restore (when showing progress) 973 - when mondo-restore is called without params (e.g. by Interactive Mode), it 974 lets the user choose between nuke, interactive or compare (or abort) 809 - when mondo-restore is called without params (e.g. by Interactive Mode), it lets the user choose between nuke, interactive or compare (or abort) 975 810 - updated the FAQ 976 811 - working on Cuckoo Mode... … … 979 814 - default compression level is now 3 (was 2) 980 815 - retry/fail/abort loop bug fixed 981 - calls mindi with "--custom $TMP $scratchdir/images" to force mindi to use 982 my temp dir and to put the images in my 'images' folder 816 - calls mindi with "--custom $TMP $scratchdir/images" to force mindi to use my temp dir and to put the images in my 'images' folder 983 817 984 818 v1.08 (2001-07-28) … … 989 823 v1.07 (2001-07-22) 990 824 - fixed cosmetic mistake in an error msg in mondo-tarme ('continue'-related) 991 - hack-fstab now uses "defaults 0 0" instead of "default 1 3" when making 992 a new entry in /etc/fstab 825 - hack-fstab now uses "defaults 0 0" instead of "default 1 3" when making a new entry in /etc/fstab 993 826 - /mondo/restore-me always makes /mnt/RESTORING/tmp; so does mondo-restore.c 994 827 - cosmetic changes to mondo-restore.c's screen output 995 - RAID-related enhancements to mondo-restore.c 996 - RAID bkp/restore appears to be stable 997 - it is possible to move from non-RAID to RAID by backing up, wiping, 998 creating /etc/raidtab, modifying /tmp/mountlist.txt and then restoring 999 - mondo-restore.c works well 1000 - the only weakness is that the kernel's messages are written to the 1001 current console, not to a separate console... HELP? :-) 828 - RAID-related enhancements to mondo-restore.c - RAID bkp/restore appears to be stable - it is possible to move from non-RAID to RAID by backing up, wiping, creating /etc/raidtab, modifying /tmp/mountlist.txt and then restoring - mondo-restore.c works well - the only weakness is that the kernel's messages are written to the current console, not to a separate console... HELP? :-) 1002 829 - updated README (esp. FAQ) and TODO 1003 830 - tested with Linux 2.4.7; works fine 1004 - mondo-1.07.spec and install.sh compile every C program with -lncurses, just 1005 in case some programs (besides mondo-restore.c) need the NCURSES library 831 - mondo-1.07.spec and install.sh compile every C program with -lncurses, just in case some programs (besides mondo-restore.c) need the NCURSES library 1006 832 - mondo-restore.c is now compiled statically 1007 833 … … 1010 836 - install.sh only compiles mondo-restore.c once now 1011 837 - if scratchdir or isodir contain more than one path (each), abort 1012 - mondo-restore.c creates dummy partitions if the user starts the official 1013 etc/fstab table at /dev/hda7 or something; so, partitioning should work, 1014 even if the mountlist has some gaps 838 - mondo-restore.c creates dummy partitions if the user starts the official etc/fstab table at /dev/hda7 or something; so, partitioning should work, even if the mountlist has some gaps 1015 839 - for each /dev/md* device in the mountlist, run raidstop before mkraid 1016 840 … … 1032 856 - added 'mondo-restore.c' 1033 857 - C program, to replace the old restore scripts 1034 - Mindi will incorporate it in the data disks, if it can find Mondo 1035 - Mindi will also incorporate the old restore scripts (from Mondo) 1036 just in case the new C program doesn't work 858 - Mindi will incorporate it in the data disks, if it can find Mondo - Mindi will also incorporate the old restore scripts (from Mondo) just in case the new C program doesn't work 1037 859 - calls the script, 'stablilo-me' to run LILO if desired 1038 - added 'restore-scripts.tgz', which contains the /mondo scripts that used 1039 to live in Mindi; now, Mindi grabs them from here if necessary 860 - added 'restore-scripts.tgz', which contains the /mondo scripts that used to live in Mindi; now, Mindi grabs them from here if necessary 1040 861 - cleared up Mode-related scripts & the executable to replace them 1041 862 - if mkisofs fails, ABORT, don't just warn 1042 - added '--differential' option, to backup the files changed during the 1043 last N days (N specified by user) 863 - added '--differential' option, to backup the files changed during the last N days (N specified by user) 1044 864 1045 865 v1.02 (2001-07-07) 1046 866 - retract the CD tray after asking user to enter 'continue' (PauseAndAskForCDR) 1047 - uses C program instead of bash loop for PauseAndAskForCDR; some bash versions 1048 go into an infinite loop for no reason; hopefully, outsourcing to C will help 867 - uses C program instead of bash loop for PauseAndAskForCDR; some bash versions go into an infinite loop for no reason; hopefully, outsourcing to C will help 1049 868 - when slicing, indicate progress ("N slices...") 1050 - when told to '--burn-cds', Mondo pipes mkisofs's output to cdrecord, instead 1051 of saving the ISO file to disk first; this change will save time and space 1052 (not in the Star Trek sense, however *smile*) 869 - when told to '--burn-cds', Mondo pipes mkisofs's output to cdrecord, instead of saving the ISO file to disk first; this change will save time and space (not in the Star Trek sense, however *smile*) 1053 870 - default set size (native) is now 12MB 1054 871 - copy /usr/share/mondo to correct directory within CD … … 1059 876 1060 877 v1.00 (2001-07-04) 1061 - thanks to recent changes to Mindi, Mondo is now compatible with the 1062 filesystem formats JFS, ext3, ReiserFS, XFS and ext2 (if your own kernel is) 1063 - CDs [2-N] do not have boot floppy images on them; only CD#1 does (although 1064 CDs [2-N] do have the El Torito boot image, just in case...) 1065 - modified the --burn-cds switch; now it takes 3rd param, 'cdrw' (optional) to 1066 let you wipe and rewrite CDRWs instead of wasting CDRs ;-) 878 - thanks to recent changes to Mindi, Mondo is now compatible with the filesystem formats JFS, ext3, ReiserFS, XFS and ext2 (if your own kernel is) 879 - CDs [2-N] do not have boot floppy images on them; only CD#1 does (although CDs [2-N] do have the El Torito boot image, just in case...) 880 - modified the --burn-cds switch; now it takes 3rd param, 'cdrw' (optional) to let you wipe and rewrite CDRWs instead of wasting CDRs ;-) 1067 881 - removed that PID thing; doesn't work; please don't run Mondo twice at once :) 1068 882 - removed that "filenames contain '|'" error & associated problems … … 1075 889 - don't make MD5 checksums if verify_level==0 1076 890 - when archiving, make N.tar.bz2 and cklist.txt (tarball+checksums) in parallel 1077 - at end of mondo-archive, remove scratchdir and TMP completely IF they were 1078 created by Mondo (e.g. /home/mondo.scratch or /home/tmp.mondo.12345) 1079 - fill CD/image up to 1MB less than its max size; was being filled up to about 1080 8MB less than its max size, which wasted 8-10MB of storage space per disk 891 - at end of mondo-archive, remove scratchdir and TMP completely IF they were created by Mondo (e.g. /home/mondo.scratch or /home/tmp.mondo.12345) 892 - fill CD/image up to 1MB less than its max size; was being filled up to about 8MB less than its max size, which wasted 8-10MB of storage space per disk 1081 893 1082 894 v0.99 (2001-03-15) … … 1104 916 1105 917 v0.976 (2000-09-01) 1106 - technical changes 1107 - 12MB ramdisk 1108 - repackaged: now, Mondo comes in big tarball/RPM with all overhead-files 1109 - each Mondo CD has a 15MB administrative overhead; used to be 50-60MB 1110 - definitely 386-compatible now (RH 6.2 binaries) 1111 - Linux-Mandrake 7.1 (2.2.16) kernel w/ReiserFS & Supermount 1112 - modules.conf / conf.modules support (whichever you've got) 1113 - user may include their own copies of modules, if Mondo doesn't come with 1114 the requisite modules already 1115 - extra facilities 1116 - ReiserFS support 1117 - '--load-modules <foo> <bar> ...' will allow you to force Mondo to load 1118 key modules at boot-time, e.g. aic7xxx for SCSI-only users 1119 - bugfixes 1120 - path-exclusion code (mondo-backup) 1121 - bogus 'flaws=1' message has been eradicated 1122 - CDRW-finding code is now much better at finding the CDRW correctly 1123 - dummy burn mode is working again 1124 - fixed security hole (thanks, Matija); now, user will be warned if Mondo 1125 is configured to execute /tmp/mondo-tarme 1126 - changed lots of 'grep " $string "' to 'grep -w "$string"' (thanks, Matija) 918 - technical changes - 12MB ramdisk - repackaged: now, Mondo comes in big tarball/RPM with all overhead-files - each Mondo CD has a 15MB administrative overhead; used to be 50-60MB - definitely 386-compatible now (RH 6.2 binaries) - Linux-Mandrake 7.1 (2.2.16) kernel w/ReiserFS & Supermount - modules.conf / conf.modules support (whichever you've got) - user may include their own copies of modules, if Mondo doesn't come with the requisite modules already 919 - extra facilities - ReiserFS support - '--load-modules <foo> <bar> ...' will allow you to force Mondo to load key modules at boot-time, e.g. aic7xxx for SCSI-only users 920 - bugfixes - path-exclusion code (mondo-backup) - bogus 'flaws=1' message has been eradicated - CDRW-finding code is now much better at finding the CDRW correctly - dummy burn mode is working again - fixed security hole (thanks, Matija); now, user will be warned if Mondo is configured to execute /tmp/mondo-tarme - changed lots of 'grep " $string "' to 'grep -w "$string"' (thanks, Matija) 1127 921 1128 922 v0.975 (2000-07-03) … … 1140 934 1141 935 v0.972 (2000-06-16) 1142 - auto-archive, mondo-archive and mondo-tarme updated to make them more 1143 friendly towards mult-disk sets 936 - auto-archive, mondo-archive and mondo-tarme updated to make them more friendly towards mult-disk sets 1144 937 - if multiple CDRW drives, user is asked which mondo-archive should use 1145 938 1146 939 v0.971 (2000-06-14) 1147 940 - auto-archive now passes CD size to mondo-archive 1148 - mondo-tarme, in conjunction with auto-archive, now handles CDRW boot/burn 1149 sharing much better than before 941 - mondo-tarme, in conjunction with auto-archive, now handles CDRW boot/burn sharing much better than before 1150 942 1151 943 v0.970 (2000-06-10) … … 1153 945 - lots of silly bugs & overhead problems fixed; 2nd floppy closer to working 1154 946 - restore scripts all log to /var/log/mondo-restore.log 1155 - auto-archive:- 1156 - offers Low, Medium or High compression 1157 - no longer needs a spare hard drive for scratch space; uses loopfs on 1158 existing hard drive (if possible) instead 1159 - handles weird (multi-CDROM) PCs more gracefully now 1160 - handles PCs with CDRW but without CDROM more gracefully now 1161 - deletes each ISO after burning it to a CD-R (if it _is_ burning them) 1162 - asks if PC is old & crappy; if it is, IDE optimizations are disabled 1163 at backup-time and restore-time 1164 - lets user use CDRW for booting _and_ burning, thanks to reroute-softlinks 947 - auto-archive:- - offers Low, Medium or High compression - no longer needs a spare hard drive for scratch space; uses loopfs on existing hard drive (if possible) instead - handles weird (multi-CDROM) PCs more gracefully now - handles PCs with CDRW but without CDROM more gracefully now - deletes each ISO after burning it to a CD-R (if it _is_ burning them) - asks if PC is old & crappy; if it is, IDE optimizations are disabled at backup-time and restore-time - lets user use CDRW for booting _and_ burning, thanks to reroute-softlinks 1165 948 - selective restore is finally fixed 1166 949 - nicer help screens on boot floppy … … 1182 965 v0.963 (2000-05-31) 1183 966 - ISO images are no longer padded 1184 - all currently-loaded modules are backed up to custom hboot.img & installed 1185 at restore-time before CD is accessed 967 - all currently-loaded modules are backed up to custom hboot.img & installed at restore-time before CD is accessed 1186 968 - '--burn-cd <speed>' switch added 1187 - '--no-opt' switch added; use it in the call to mondo-archive if you don't 1188 want IDE optimization when restoring 969 - '--no-opt' switch added; use it in the call to mondo-archive if you don't want IDE optimization when restoring 1189 970 - lots of work done on auto-archive 1190 971 - mondo-extras-1.5 created; excludes mondo-zfile but includes hlib.tar.bz2 1191 972 - boot floppy image now includes kernel w/lots of SCSI stuff 1192 973 - slice* deleted (WipeArchives); was 'slices*' (bug!) 1193 - restore scripts all use 'lastbit-me' to find the 'X' part of '/dev/X' device; 1194 this will make it easier to port Mondo to kernel 2.4.x 1195 - I cannot make SCSI-based CDROMs boot from Mondo CDs properly... but SCSI 1196 hard drives and ZIP drives should be handled ok from now on 1197 - with a little coaxing, Mondo will backup Windows-only PCs (as well as 1198 Lin/Win and Linux-only PCs) 974 - restore scripts all use 'lastbit-me' to find the 'X' part of '/dev/X' device; this will make it easier to port Mondo to kernel 2.4.x 975 - I cannot make SCSI-based CDROMs boot from Mondo CDs properly... but SCSI hard drives and ZIP drives should be handled ok from now on 976 - with a little coaxing, Mondo will backup Windows-only PCs (as well as Lin/Win and Linux-only PCs) 1199 977 1200 978 v0.962 (2000-05-25) … … 1224 1002 - mondo-vfat-1.0 package released, to provide kludging for VFAT bootables 1225 1003 - logfile now saved at /var/log/mondo-archive.log (not `pwd`/mondo-archive.log) 1226 - pid registered/checked _after_ command line processed... so you can do --help 1227 without being shouted at ;) 1004 - pid registered/checked _after_ command line processed... so you can do --help without being shouted at ;) 1228 1005 - restore-me broken into 2 scripts: untar-me and biggify-me 1229 1006 - restore-subroutine-me now renamed untar-subroutine-me 1230 - bzip2 decompression should work again ;) ... a missing '-Z' was added to 1231 the afio call, and the usr/lib/libbz* libraries are now included on CD ISOs 1007 - bzip2 decompression should work again ;) ... a missing '-Z' was added to the afio call, and the usr/lib/libbz* libraries are now included on CD ISOs 1232 1008 - fixed hack-lilo to ignore blank lines 1233 - really ugly boot kludge has been implemented, using embleer files 1234 to make newly-formatted VFAT partitions bootable 1009 - really ugly boot kludge has been implemented, using embleer files to make newly-formatted VFAT partitions bootable
Note:
See TracChangeset
for help on using the changeset viewer.