File: CHANGES

package info (click to toggle)
mindi 0.58.r5-1woody1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,744 kB
  • ctags: 68
  • sloc: sh: 1,759; makefile: 40
file content (792 lines) | stat: -rw-r--r-- 34,310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
MINDI                            CHANGES                           02/21/2002


02-24-2002
""""""""""
v0.58-r5
- pathname problem fixed (Fred Feirtag)
- patch to Debianize mindi a bit (Hctor Garca lvarez)
- removed mondo-manual.html
- moved /dev/{cciss,ida,rd} from rootfs.tgz to aux-tools.tgz
- cleaned up the refs to analyze-my-lvm a bit (Hugo)
- sped up disk-creation by 20-30%
- make sure mondo-restore.cfg is on data disk as well as boot disk
- added support for -C (cdstream) mode


02-18-2002
""""""""""
v0.58-r4
- quash error if /opt not found
- use /tmp/groovy-stuff instead of /mnt/groovy-stuff for
  handling data disks and their contents, for tape users


02-17-2002
""""""""""
v0.58-r3
- misc enhancements
- uses self-resizing ramdisk (tmpfs) for /tmp
- allows Mondo to exclude certain devices from mountlist
- incorporated .spec patch (Ian Kent)
- replaced &> /dev/null with > /dev/null 2> /dev/null
- added vi to busybox again


02-11-2002
""""""""""
v0.58-r2
- fixed errant tar warning
- replaced libc5 with uClibc
- compiled busybox and open against uClibc
- moved minor scripts+tools from rootfs.tgz to aux-tools.tgz
- Mindi can now accommodate a kernel of up to 1290KB in size
- no longer insists on cdrecord being present


02-10-2002
""""""""""
v0.58
- more pointed error messages
- fixed silly 'cp' error (Markus Marquardt)
- use type C's embleer file for type B Windows partitions
- increased EXTRA_SPACE from 4096 to 8192
- cosmetic bugfixes
- nfs users boot into nfs options by default


02-05-2002
""""""""""
v0.57
- abort if mounted partition is specified as an imagedev
- understand 'FAILSAFE' as kernel alternative
- added analyze-my-lvm to tools available thru PATH
- better discovery of locale and keymap file (Claude Mah)
- compatible with 1.2x and the new 1.38+ stuff
- better 'bug-me' script (Troff)


02-01-2002
""""""""""
v0.56
- compatible with Mondo v1.5x devel branch
- mindi's softlink now goes in /usr/sbin; was /usr/bin
- include nfs.o, nfsd.o, lockd.o and sunrpc.o on data disks if available
- patched .spec file to make it easier to change installdir (Ian Mortimer)
- updated README
- moved many global vars to start of script
- better at finding US kbd maps
- 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


01-28-2002
""""""""""
v0.55
- MINDI_HOME and MONDO_HOME defined at start of each source file, making
  it easier to relocate Mindi and Mondo if desired
- tries to mount /dev/hd[a-h] at boot-time, looking for CD-ROM; was hd[a-d]
- re-enabled the msg asking user to upgrade LILO if v21.6
- Lin/Win users are much, _much_ less likely to run out of disk space now
  when restoring from backups (Carlos Molina)
- patch from Andrej Borsenkow to help w/Mandrake 8.1
- disabled ramdisk free space checker (some distros don't like it)


01-25-2002
""""""""""
v0.54
- don't abort if kernel is too big for 1.72MB floppy
- better handling of eccentric distros and their keybd layouts
- cosmetic fixes
- sprinkled comments liberally inside deplist.txt
- added gawk and awk to deplist
- lilo has been added to .spec file
- changed a couple of FatalError()'s to Die()'s
- better TurboLinux 7 / LVM compatibility


01-20-2002
""""""""""
v0.53
- better support of non-Red Hat, non-Debian keyboard resource files
- cleaned up /sbin/init's output
- replaced libc5 mount with user's own 'mount'
- updated embleer.C.bz2
- missing /dev/hdb2 found & replaced (thanks, Troff)
- populated /dev/rd and /dev/ida on ramdisk (Michael Eisenberg)
- improved SizeOfPartition() function
- improved TryToFindKernelPath() function
- don't offer NFS users Nuke Mode
- finds and uses lilo.real if user is using Debian, a distro which
  installs a shell script where the lilo executable should go
- improved support for XFS users who opt to use failsafe kernel
- uses user's lsmod, depmod, insmod, etc.
- fixed freeze-up resulting from missing 'cat $mappath' command
- mount tmpfs at /tmp/tmpfs for mondo-restore's benefit
- try to create /dev/fd0u1722 if it is missing from /dev
- added .spec file to tarball


01-10-2002
""""""""""
v0.52-2
- fixed a bug in the handling of non-English keyboard maps
- force failsafe kernel to provide reiserfs.o, xfs.o, jfs.o, ext2.o,
  ext3.o and loop.o at boot-time, just in case
- added /dev/sr[0-3] devices
- copy LAST_FILELIST_NUMBER to /tmp, for compatibility with Mondo v1.3x
- incorporates NFS-related settings, if supplied by Mondo v1.3x
- replace busybox's mount with standard libc5 mount ater restoring
  tools from floppies: NFS mounting requires full mount
- always make mindi.iso


01-06-2002
""""""""""
v0.52-1
- ramdisk's size has been tweaked
- if script 'bootstrap' is found at boot-time then execute it
- use tty8 to show mondo's output log
- use tty7 to offer a game of Petris (if it exists on disk)
- be sure to use i386-only keymaps
- if LILO's "/tmp/dev.0" error occurs then abort & tell user to reboot
- /sbin and /usr/sbin added temporarily to PATH when Mindi runs
- if Mondo asks then force LILO to run in backward-compatible mode
- if Mondo's tmpdir has post-nuke.tgz in it then extract it and
  incorporate its files in the data disks
- losetup /dev/loop0 -d before calling LILO (Norm Crowfoot)
- 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
- added /dev/hd[a,b,c,d][17-24] to the rootfs tarball
- won't use LILO's optimizations when creating boot floppy; however,
  optimizations are used on CD unless --broken-bios in call to Mondo
- won't write data disks to start of tape; lets Mondo do that
- tweaked how Mindi moves all.tar.gz around, to make it more
  Mondo-friendly
- tweaked Mindi's disk-splitter
- user must unmount /dev/loop0 before calling Mindi: LILO insists...
- added NFS-related entries to deplist.txt
- if not called by Mondo then don't let user choose Interactive/Nuke/
  whatever; just offer Expert


12-25-2001
""""""""""
v0.51-1
	- removed libm.* from rootfs.tgz
	- replaced sh with busybox's ash
	- upgraded busybox to 0.60-2; pared it down, too
        - include tape-related modules on boot disk, if backing up to tape
	- creates a tape-friendly tarball containing tools+modules
	- reassembly of tools+libraries is more reliable now
	- streamlined deplist.txt
	- give user their localized keyboard layout at boot-time
	- fix some cosmetic bugs


12-19-2001
""""""""""
v0.50-4
	- log Mindi's version# in the event of a fatal error
	- make Mindi's boot-time output more esthetically pleasing
	- 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'


12-15-2001
""""""""""
v0.50-2
	- support for newer features in Mondo v1.3x


v0.50-1
	- correctly lists RAID constituent partitions in mountlist
	- breaks compatibility with Mondo v1.2x
	- if user's fstab has weird line(s) then ignore; don't abort
	- working on CDROM_MODS, trying to make it work on Stewart Charnell's
	  hardware setup
	- cleaned up /sbin/init and /sbin/post-init a bit


v0.48-2
	- when insmod'g modules from ramdisk's root dir, use 'ls /*.o*'
	  (was 'ls /*.*') to find them
	- if RAID controller(s) are detected then pause for 10s to let them
	  intialize by themselves (some 3ware RAID controllers require this)
	- 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
	- better detection of and compatibility with SCSI CD-ROM drives
	- chopsize is now 64KB; was 128KB
	- cleaned up mindi's logging


v0.48-1
	- better logging of find-and-mount-cdrom's progress (to
          /tmp/mondo-restore.log)
	- somehow, lilo was re-enabled in deplist.txt; DISABLED (again *g*)
	- added 'linear' to the list of modules Mindi always backs up
	- 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
	- 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
	- added fix to make sure /root/images/mindi is created (Charlie Root)
	- aware of 'iso' boot mode, for future expansion


v0.47
	- added /dev/cdrom/cdrom[1-4] to the devices automatically excluded
	  from mountlist.txt
	- added '-f-' to the end of most tar commands, to see if it fixes a
	  bug in some obscure Debian distros
	- added network-related dependencies to deplist.txt
	- if called by Mondo then don't write floppy images to disks; let
	  Mondo do that: less irritating for user
	- if called by Mondo then do some clever tricks to add mondo-restore
	  and its dependencies (mondo-restore is now a dynamic executable)
	- finally gotten klogd to squelch echoing of kernel msgs to console


v0.46
	- finally fixed that 'lib/modules/2.4.12-xfs not found' bug! :-D
	- cosmetic changes and minor bugfixes
	- excluded lilo.conf and lilo from deplist.txt; use user's copy instead
	- 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
	- fixed a bug in bug-me (heh, how ironic)
	- include and run (sys)klogd to try to pipe kernel msgs to logfile
	- call hdparm to speed up access to CD-ROM drive


v0.45
	- disabled fsck.* in deplist.txt
	- include /etc/fstab in logfile
	- removed lzop.* from aux-tools; should come from user's distro anyway
	- tweaked data disk size and data disk formatting command
	- make ISO bootable image (as well as floppies) when backing up to tape
	- copy boot images (floppy + CD) from temp dir to /root/images/mindi
	  after making them, just in case the user wants them later
	- added md5sum to deplist.txt
	- added pico->vi softlink to ramdisk
	- in the ramdisk's /etc/bashrc, added /usr/local/bin and
          /usr/local/sbin to the PATH= command
	- call insert-all-modules as background task; pause 3 seconds after
	  calling it, before proceeding <--- /sbin/init
	- call to devfs has been moved to before call to post-init
	- added 'md5sum -> busybox' softlink
	- Mindi now uses busybox's printf, md5sum, mount, umount, vi
	  ...NB: I said, 'vi' :-) Now you have an editor again! :-)
	- added lilo.real to deplist.txt, to allow for Debian's evil new distro
	- added lzop to deplist.txt
	- no longer including lzop in Mindi's tarball / RPM
	- improved Mindi's error-reporting a little bit
	- changed deplist.txt's /etc/* to just *
	- restructured the calls in /sbin/post-init that reinitialize the LVM
	  and RAID modules
	- if mkfs.ext2 is not in PATH then abort
	- Mindi uses a 'filename cache' to speed itself up at run-time
	  (Jean-David Marrow)
	- Red Hat 7.2 uses a weird /etc/issue.net; I've worked around it...
	- tested with Linux-Mandrake 8.0 and Red Hat 7.2


v0.44
	- at boot-time, activate LV's if they exist
	- restructured deplist.txt a bit (cosmetic change)
	- re-enabled fsck.* in deplist.txt
	- analyze-my-lvm fails gracefully if you're not using LVM but inserted
	  the module anyway


v0.43
	- made Mindi work with Red Hat 6.2 and 2.2.19 kernel
	- if mkisofs is not found, say so; don't just say, 'an error occurred
	  while I was trying to make an ISO image'
	- when formatting and writing floppies, if /dev/fd0's size is
	  indeterminable then I'll use /dev/fd0H1440 instead 
	- make sure xfs.o, jfs.o, reiserfs.o, ext2.o, ext3.o modules are
	  backed up (if they exist) to boot disks
	- 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!)
	- added lzop (Marcus Oberhumer's file compressor) to aux-tools.tgz
	- 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
	- added Stephan Zegherd's "superformat" patch
	- 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
	- 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
	- 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.
	- removed gawk, printf from deplist.txt


v0.42
	- make sure lvm-mod, raid0, raid1 and raid5 modules are backed up
	- added 'you need a ramdisk' to FAQ
	- 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)
	- when searching for your current kernel version, do not examine
	  a file if it does not exist (it sounds obvious, I know...)
	- 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
	- 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
	- plays nicely with devfs-enabled kernels and distros
	- data floppies are now 1.44MB each; boot floppy is still 1.72MB
	- if binutils or libbinutils is not installed, abort
	- fixed a bug which meant that some big files overwrote each other
          at backup-time and caused library-related problems are boot-time
	- enabled comments ('#') in deplist.txt
	- disabled fsck.* in deplist.txt; user may re-enable the line if
	  s/he wants those tools available at boot-time
	- 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
	- better at guessing the size of swap partition
	- drop minix tools from deplist; user can restore them if s/he wants
          to use the minix filesystem
	- don't backup _all_ cdrom modules (if backing up 'cdrom.o'); be
	  selective! ...minor bug in ListKerneModulePaths has been fixed
	- 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
	- 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?)
	- better handling of crazy libraries and softlinks thereto
	- 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
	- ignore kernels named vmlinux (note the 'X'); traditionally, kernels
	  are named vmlinuz (note the 'Z') or something similar
	- no longer backup all modules to CD/tape; just backup the ones loaded
          at backup-time; this saves boot-time ramdisk space
	- removed all references to LOOPDEVICE
	- LVM is supported (experimental; watch this space...)
	- 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
	- when copying modules to boot or data disks, uncompress them first
          if they are gzipped (some distros come with compressed modules)
	- 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
	- uses busybox's sync again; let's see if that breaks anything...
	- 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
	- 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


v0.41
	- excluded *.old from the 'boot.b' list when searching for boot.b
	- updated Mindi's own failsafe kernel+modules to v2.4.10
	- added umount to deplist again
	- improved Mindi's support of modular kernels (esp. modular CD-ROM
          drive and floppy disk drives)
	- don't accuse Linux 2.4.10 users of having a 'buggy kernel'
	- restored the libc5 versions of sync and umount (dropped from
          deplist but also from busybox)
	- fixed a lot of silly bugs related to incorporating Busybox in Mindi
        - experimental LVM support
	- added 'analyze-my-lvm' script to the tarball; Mindi uses it now
	- able to recognize & record LVM mounts, adding them to the mountlist
	- 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
 	  have them unless you're using LVM, so this is not 'bloat' IMO :)
	- added date and sync to deplist again
	- when working on LVM stuff, use 'echo y | pvcreate -ff' (was '..-f')
	- amended format-...-kludge to allow for mountlists with >1
          spaces between cols
	  checked the fsck.reiserfs is in deplist.txt (yes it is)
	- 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
	- supports kernels that have MODULAR support for CD-ROM's or floppies
	- Mindi copies only the loaded modules to the data disks but it copies
          _all_ modules to the CD, just in case
	- thanks to busybox your floppy-based Mindi boot disk set should now be
          able to accommodate a kernel of up to 1MB in size
	- boot into Expert Mode unless boot disk was generated by Mondo
	- exclude all softlinks from list of 'eligible' kernels
        - exclude kernels with 'vmlinux' in their names
	- 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 :-)
	- excludes libX11, libXext, libXi, libgtk, libgdk ALWAYS, whether you
          add them to deplist.txt or not; [cancel this by editing line 485]
	- rewrote AddFileToDir() to make it more efficient (but slower...)
	- strip chaff from binaries; strip comments from bash scripts; strip
          comments from /etc/termcap


v0.40
	- 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)
	- 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
	- if your kernel does not support loopfs, Mindi will say so & abort
	- turned some warnings into fatal errors, to help the user to figure
	  out exactly why Mindi won't work on their kernel
	- changed mke2fs -N24 to -N32, to see if it helps braindead distros
	- Mondo now tells Mindi whether or not to use its stock kernel
	- gone back to the old 'insert-my-modules' for now; it's more reliable
	- working on the 'insert-all-my-modules' script, to make it compatible
	  with a wider range of insane distros and kernels
	- dropped the '-c' option from LILO call
       	- removed cdrecord, mkisofs, vi, route and diff from deplist.txt
	- slowed down the 'split data between floppies' routine; made it
          try harder to squeeze more data onto each floppy
	- excluding nvidia modules from the "insert-all-my-modules" script
          because it sometimes causes freeze-ups
	- 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


v0.39
	- plays nicely with devfs, so long as your old /dev/hdX, /dev/sdX
	  softlinks are still there :-)
	- 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
	- testing the failsafe kernel & associated scripts
	- only use lilo's "-c" option if NOT a 2.88MB floppy disk image
	- copes better with .o, .gz, etc. module suffixes
	- better 'loaded modules / not loaded modules' feedback at boot-time
	- 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'.
	- removed the '-c' switch from the call to LILO (some BIOSes don't
          like it very much)
	- removed chaff from ramdisk's /etc/login.defs, saving approx 7K
	- format the boot disks with -N 24 (was -N 64)
	- do not insist on CD #1 (at boot-time) if there is no 'CD #' marker
	- 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)
	- 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
	- make label-devices-as-necessary log its efforts
	- added e2label and tune2fs to deplist.txt
        - if you boot in Normal Mode, I'll call mondo-restore --interactive
          instead of just mondo-restore
        - replaced K7-compatible 2.4.7 kernel with a 586-comp'ble 2.4.9 kernel
	- improved the post-run clean-up
	- force the copying/loading of isofs.o and ide-cd.o, which enhances
          Mindi's support for kernels that have modular CD-ROM support
	- Interactive Mode offers to edit /tmp/mountlist.txt before running
          mondo-restore (good idea from F. Boon)
	- /dev/hd[e-h]* have been added to the ramdisk
	- disabled Cuckoo and Bootstrap Modes (they weren't doing anything
          anyway & were probably confusing some users)
	- removed 'edit mountlist?' question (because mondo-restore takes
          care of that now, via a user-friendly mountlist editor)
	- included a copy of mondo-manual.html
	- only kludge /dev/hda1 or /dev/sda1 (if vfat, of course);
          otherwise, use regular mkfs.vfat
        - use mkfs.dos if mkfs.vfat does not exist
	- moved some scripts from rootfs.tgz to Mondo's restore-scripts.tgz


v0.38                                                              08/18/2001
        - clarified the 'more than one kernel found' comment
	- updated the README to emphasize that the scripts are deprecated
	- when displaying mountlist on screen, make it easier to read
	- changed most 'echo's to 'LogIt()'s; log most screen output to
          /var/log/mindi.log
	- 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


v0.37                                                              08/12/2001
      	- changed the boot screen a little bit
	- changed the "cannot boot from CD-ROM" message (more informative now)
	- if an 'insmod'ed module cannot be found, warn but don't abort
	- 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)
	- in addition to /lib/modules/`uname -r`/modules, also search
          /root/oss/modules for kernel modules (Phillip Deackes)
	- run syslog and klogd at restore-time, to pipe sys & knl messages to
          /tmp/mondo-restore.log
	- default restore-time boot mode is now 'interactive' (unless the
          disk is a 1.72MB, in which case default mode is still 'expert')
	- 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
	- working on implementing Cuckoo Mode again


v0.36                                                              08/03/2001
	- testing it with LM8, RH71 and Slack8
	- explicitily exluding /mnt/floppy and /floppy from mountlist.txt
	- warn if afio not found (Mondo needs afio)
	- optional --custom <temp dir> <out dir> switch added, to let the user
	  specify where the temp dirs and created images will be stored
	- changed /sbin/init to install modules _before_ trying to mount
          CD-ROM (David Granz)
	- create a gawk->awk shortcut at restore-time if necessary
	- specifically exclude /dev/fd0h1440 and /dev/fd0H1440 from mountlist
	- removed silly "was CD inserted?" message


v0.35
	- if LILO fails, it writes its errors to the screen
	- use user's boot.b and LILO instead of Mindi's
	- tarball/RPM no longer includes boot.b or lilo
	- mke2fs' output will be echoed to screen, if an error occurs
	- doubled the -N inode allocations and removed some of the -i inode
	  fiddles, just in case they are making Red Hat 7.1 choke


v0.34
	- includes patch to rid Mindi of its dependence on /dev/loop devices
 	  (Bill Davidsen)
	- includes patch from 0ystein Skalsem, to fix a disk-formatting problem
	- warns if kernel is 2.4.0-2.4.5; encourages user to upgrade


v0.33
	- excludes all devices containing ':/' (i.e. NFS mountlists)
	- the FORMAT/SYS replacement, "format-and-kludge-vfat" now writes
	  its logfile to /tmp/format-and-kludge-vfat.log
	- /etc/fstab now mounts floppies for read/write access by default
	- format-and-kludge-vfat should only write to log once now
	- added vi, top to deplist.txt
	- updated the rootfs.tgz's README
	- mountlist is written to screen as well as mountlist.txt
	- tested with Linux 2.4.7; works fine
	- changed 'mkfs' lines, to format the loop-mounted files instead of the
	  device nodes which makes Mindi work better with kernels 2.4.6+
	- Mindi can now handle kernels of up to 930K in size
	- sped up the process of spreading data files across data disks
	  by approx 20%


v0.32
	- software RAID is now supported
	- added the 'raidtools' binaries to deplist.txt
	- add /etc/fstab and /etc/raidtab to deplist.txt
	- added /dev/md* to the ramdisk's /dev directory
	- modified MakeMountlist() to calculate correctly the sizes of
	  RAID partitions, if they are present in /etc/fstab
	- moved the 'LOOPDEVICE=...' code into the regular main() section
	- 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
	- added line to 'install-additional-tools' that will delete the 
	  dummy modprobe before installing data from datadisk(s)
	- mkdir -p $outdir at the beginning, just in case...



v0.31
     	- included DoJ's patch to make Mindi play more nicely with devfs
	- slightly better install.sh and README


v0.30
        - added klogd and syslogd to deplist.txt
	- can now cope with Red Hat's "LABEL=" entries in /etc/fstab
	- should ignore NFS-mounted partitions now


v0.29
	- stopped the 'modprobe' errors that used to occur at the beginning;
	  they didn't mean anything but they did worry some novice users
        - removed losetup from rootfs.tgz (wasn't doing anything useful)
	- removed the 'txt-or-gui' stuff from Mindi (never used it anyway)
	- added clear to deplist.txt
	- 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
	- if user lacks fd0u1722 but has fd0h1722 then use the latter
	- boot-up msg is more informative
	- fixed obscure bug in find-and-mount-cdrom
	- 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)
	- the 'outstring sucks!' message is now more informative


v0.28
        - if AddFileToDir() is called with a file that does not exist, Mindi
          warns but does not abort
	- should work with gzipped modules (which end in '.o.gz') and
          NVidia modules (which don't end in anything)
	- should work with Red Hat's issue.net now
        - misc. cosmetic changes to Mondo boot-time and restore-phase scripts,
          to make the visual output cleaner & more legible
	- insist-on-cd retracts the CD tray after asking for next CD, in case
	  the user did not close the drive before pressing <enter>
	- if unable to create 1.72MB boot disk then warn but do not abort
	- put creation date on the boot-up screen
	- create data disks with tarballs up to 1700KB in size; tries harder
          to fill each data disk to the brim
	- 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)
	- tested w/ext3; works fine
	- install-additional-tools doesn't call sync until after all softlinks
  	  have been finalized; that's to make sure we call the _right_ sync
	- ramdisk is now (size of all files in data disks PLUS 8192) KB
	- RPM and SRPM published
	- mount CDROM at start of untar-me, just in case it wasn't mounted
	- when restoring selectively, log the archives that have matches
          & the number of matches (inc. if zero)


v0.26
	- has been tested with XFS, JFS, ReiserFS, ext2 and vfat
	- compatible (but not tested) with ext3
	- better at finding your kernel, even if you have several kernels
	  of the same version (now checks the build date, too)
	- better file-spreading algorithm; a little faster; much more reliable
        - includes a copy of LILO, to make the boot disks properly
        - tells you how big the tarballs are, when it assembles them
	- compare-me uses 'insist-on-cd' instead of internal subroutine
	- it looks as if Mindi can actually cope with 920K kernels now :)
	- fixed some silly multi-CD bugs that would stop big files from being
	  restored if they were spread across CD's


v0.25
	- uses its own copy of lilo
        - removed all "~" (backup copies) from rootfs.tgz
        - updated the rootfs's README - stablilo-me, not hack-me
	- improved the formatting of the lilo.conf as it is created
        - replace all libc5 tools with libc6 (user's) tools at restore-time
	- added diff to deplist.txt
	- copy io.sys and msdos.sys (if found) to data disk(s) at
          run-time; softlinks them to /*.sys at boot-time
	- fixed some vfat formatting-related issues w/Embleer (always tricky);
          the kludge's error-handling is better and its exit is more graceful
	- say 'type nuke to restore automatically' in msg if Mondo called me
	- 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
	- reduced the max data per disk from 1700 to 1680, to suit ext2's needs
	- DidMondoCallMe() replaces 'ps ax | grep | blah blah'
	- includes user's /etc/termcap and /usr/bin/pico on disk(s)
	- cosmetic changes to restore-time scripts (spaces, newlines, etc.)
	- pipe kernel's msgs to /var/log/messages
	- make sure /etc/lilo.conf is 600 (RW by root only)


v0.24
	- can accommodate a kernel >900KB in size
        - generates lilo.conf on-the-fly; no default/template file anymore
	- copies io.sys and msdos.sys to the CD (if you have them)
	- add the embleer tarballs to mindi-0.xx.tgz, so that users can
          format and make bootable msdos/Win9x partitions
	- added printf and hdparm to deplist.txt
	- incorporated Bruno Cornec's Mondo 0.991 scripts in Mindi
        - separated README into README, INSTALL and TODO
	- fixed silly {ramdisk}/sbin/InsistOnCD bug
	- took out mke2fs and libext from rootfs.tgz
	- rootfs.tgz's "/etc/bashrc" now includes /usr/share/mindi
	- compare-mode uses IDE optimization to speed things up
	- don't quibble over resizing partitions if <2MB difference
	- fixed silly InsistOnCD bug


v0.23
        - don't copy *.mdsg to boot floppy image
	- fixed erroneous 'cannot make ISO image' error message
	- can accommodate a kernel as large as 890K
        - now uses lilo, not syslinux (lilo works better w/2.88MB boot images)
	- creates & formats disk images on the fly (no more .img.gz templates)
	- boot disks are formatted ext2, like the data disks
	- creates 1.72MB and El Torito 2.88MB boot floppies/images
        - if called by Mondo, doesn't list images or offer to copy to FDD/CDRw
        - includes the distro's name and kernel version in LILO's message


v0.22
        - don't add a ramdisk; use rootfs & that's it
        - dependency-calculator runs approx. twice as fast as in v0.20
        - tested with Linux Mandrake 8.0; works well, if you recompile
          kernel to include floppy disk support (which LM8's kernel does not)
        - supports bigger kernels now, up to 900K in size
        - deplist.txt may now include directories, not just files
        - ignores kernel filenames that are hyperlinks
        - uses awk instead of gawk; drop the awk/gawk-finding thing
        - uses gzip, not bzip2; dropped bzip2, mv, ls to make rootfs smaller
        - copies user's /dev/fd0* devices to boot disk
        - calls Mindi's copy of syslinux, not user's copy
        - use modules' paths, e.g. instead of just 'insmod fubar', use
          'insmod /lib/modules/2.4.5-ac117/vfat/fubar.o'
        - 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)


v0.21
        - df, du, find, lsmod, rmmod have been removed from rootfs.tgz
        - at boot-time, inserts kernel modules w/user's original parameters
        - deletes the slices after recombining them & restoring the files
        - includes the MINDI_VER version number in boot.msg
        - if boot disk is too small, lists the files & which one is too big
        - syslinux now waits 10 seconds before booting floppy
        - 'insert-all-my-modules' is copied to rootfs, not to a data disk