]> git.ozlabs.org Git - yaboot.git/blob - changelog
Commit yaboot 1.3.5-pre2
[yaboot.git] / changelog
1 2001-10-25  Ethan Benson  <erbenson@alaska.net>
2
3         * Version 1.3.5pre2
4
5         * yaboot:
6           - XFS fixes for large partitions (Brendan O'Dea)
7           - Upgrade libext2fs to 1.25, this adds full ext3 support to yaboot.
8           - Reiserfs fixes (Jeff Mahoney)
9           - Implement the message= configuration option (see yaboot.conf man page).
10
11 2001-10-13  Ethan Benson  <erbenson@alaska.net>
12
13         * Version 1.3.4
14
15         * ybin: Correct a verbosity message.
16
17         * yaboot:
18           - Add SGI XFS filesystem support.
19           - Rewrite OpenFirmware device path parsing code.  This fixes
20             many bugs and inconsistencies in yaboot's file loading.
21           - Fix OpenFirmware filesystem support to automatically convert
22             path separator from / to \.  CDROM authors no longer need to use
23             kludges like image=\\install\\powermac\\vmlinux.
24           - Fix kernel loading on some systems.
25           - Allow for getting files from tftp server that does not run a
26             bootpd/dhcpd.
27           - Fix netboot when using the `n' key.
28           - Fix a great deal of incorrect format strings which could cause
29             yaboot crashes.
30           - Fix all filesystems to properly return error conditions, and
31             report those error conditions (instead of just saying `image not
32             found').
33           - Make configuration file open error consistent with other file
34             open errors.
35           - Add `help' command to yaboot which prints out basic usage information.
36           - Add non-fatal warning when bootstrap partition has wrong type (pmac only).
37           - Minor code rearrangement.
38           - General cruft removal and code cleanup.
39
40         * Makefile cleanup, make filesystems configurable.
41         
42 2001-09-25  Ethan Benson  <erbenson@alaska.net>
43
44         * Version 1.3.3
45
46         * Add --debug option to yabootconfig
47
48         * Fix BSD booting support somewhat.  The bsd= option's semantics
49           have changed, it must now be set to the BSD root partition.  ybin
50           will now install /usr/local/lib/yaboot/ofwboot onto the bootstrap
51           partition when bsd= is present in /etc/yaboot.conf.  The dual boot
52           menu will then execute "ofwboot <bsd_root_part>,/bsd" this means
53           the bsd kernel must be at /bsd on the BSD root partition.
54
55 2001-09-24  Ethan Benson  <erbenson@alaska.net>
56
57         * Version 1.3.2
58
59         * Fix Makefile thinko where make install failed if
60           /etc/yaboot.conf already existed.
61
62 2001-09-20  Ethan Benson  <erbenson@alaska.net>
63
64         * Version 1.3.1
65
66         * Don't include /etc/yaboot.conf in binary dist, instead put the
67           example in /usr/local/share/doc.  This way extracting the tarball
68           from / won't blow away existing configs.
69
70         * Move strip commands from install target to strip target, install
71           now depends on strip.
72
73 2001-09-20  Ethan Benson  <erbenson@alaska.net>
74
75         * Version 1.3
76
77         * Merging of ybin and yaboot source trees, this is now the
78           official upstream yaboot/ybin source tree.
79
80         * yaboot:
81           - Various ppc64 & chrp fixes by Peter Bergner, fix fdisk partition
82             handling.
83           - Fix netboot (was broken by reiserfs patch)
84         
85 2001-08-26  Ethan Benson  <erbenson@alaska.net>
86
87         * Version 1.2.6
88
89         * ofpath became broken on non-scsi systems due to quoting fix.
90         
91 2001-08-20  Ethan Benson  <erbenson@alaska.net>
92
93         * Version 1.2.5
94
95         * Fix broken quoting uncovered by debian's current /bin/ash.
96
97 2001-08-06  Ethan Benson  <erbenson@alaska.net>
98
99         * Version 1.2.4
100
101         * ofboot: remove <OS-VOLUME-NAME> tag as it was causing the
102           OpenFirmware multibooter to crash.
103
104         * mkofboot: zero first 800K of bootstrap partition before creating
105           filesystem.
106
107         * yaboot:
108           - Version 1.2.3
109           - Supports using an md5 hash as well as plaintext password. (me)
110           - Fix again system.map loading. That also fix an old pending bug
111             we had where yaboot could pass random values for system.map,
112             causing the kernel to mark random pages reserved. (BenH)
113           - IBM CHRP fixes. (Peter Bergner)
114           - Add reiserfs support (Jeff Mahoney)
115
116 2001-06-30  Ethan Benson  <erbenson@alaska.net>
117
118         * Version 1.2.3
119
120         * ofpath:
121           - Version 1.0
122           - Add support for IBM CHRP, thanks to Marco d'Itri for testing.
123           - Use real wc if available, this speeds up ofpath slightly for scsi.
124           - Make variables local to their function unless they need to be global.
125
126         * ybin:
127           - If installing on IBM CHRP run addnote on yaboot binary before installing.
128           - Reword some error/verbose messages
129           - Make variables local to their function unless they need to be global.
130
131 2001-06-24  Ethan Benson  <erbenson@alaska.net>
132
133         * Version 1.2.2
134
135         * yabootconfig:
136           - Now works with braindamaged versions of pdisk.
137           - Add --kernel-args switch which allows boot-floppies to easily
138             add an append= line if needed.
139
140 2001-06-01  Ethan Benson  <erbenson@alaska.net>
141
142         * Version 1.2.1
143
144         * Fix test for strict posix/SUS echo behavior.
145
146         * Check for printf built into the shell.
147
148         * yabootconfig: check for and attempt to deal with cross device symlinks.
149
150 2001-05-28  Ethan Benson  <erbenson@alaska.net>
151
152         * Version 1.2
153
154         * Added yabootconfig, a script to build a valid /etc/yaboot.conf
155
156         * ybin:
157           - Detect IBM CHRP hardware and disable nvram update automatically
158           - Automatically run yabootconfig if /etc/yaboot.conf is missing
159           - Check for PATH_PREFIX environment variable and add all bin and
160             sbin directories from under it to PATH.  This is for boot-floppies.
161           - Add bsd= to list of multiboot options.
162
163         * ofboot: bump maximum number of OSes to 8.
164
165         * ofpath:
166           - No longer report bogus paths for non-existent scsi devices.
167           - Fix bug where garbage characters were mixed with the
168             OpenFirmware device path.
169           - Fix broken Wallstreet PowerBook support.
170           - Add support for silly devfs naming convention, Thanks to Tom Rini.
171
172 2001-05-06  Ethan Benson  <erbenson@alaska.net>
173
174         * Version 1.1.1
175
176         * ofboot: 
177           - Hopefully fix random and rare booting problem when chainloading
178             other OSes.  Thanks to Segher Boessenkool for the fix.
179           - Add volume name which shows up in the OpenFirmware multiboot
180             screen.
181           - It is now possible to replace the badge icon for the multiboot
182             screen, see examples/README.mbicon.
183
184         * yaboot: 
185           - Version 1.2.1
186           - Includes my previous 1.1.1-eb3 patches for password protection and single-key.
187
188         * Various spelling errors and clarifications to man pages.  Thanks to sword.
189
190 2001-04-26  Ethan Benson  <erbenson@alaska.net>
191
192         * Version 1.1
193
194         * ofpath:
195           - Version 0.8
196           - Add support for Performa 6400_200, PowerMac 4400, and the clones.
197           - Removed `No such file or directory' errors when system has no
198             scsi at all.
199
200         * ybin:  
201           - If delay= is not set use value of timeout= (converted to
202             seconds) instead.
203           - Removed command line options --type, --creator, and long
204             obsolete and deprecated --conffile.  The config file options
205             hfstype and hfscreator are still there.
206           - Removed long obsolete and deprecated bootconf= config option.
207           - Removed some old now unneeded debug cruft.
208
209         * yaboot:
210           - Include version 1.1.1-eb3, this includes the following changes
211           - Adds password protection capabilities.
212           - Add `single-key' option from silo.
213
214         * Documentation:
215           - Rewrote the yaboot.conf man page, now derived from silo.conf(5)
216
217 2001-03-22  Ethan Benson  <erbenson@alaska.net>
218
219         * Version 1.0
220
221         * ybin:
222           - Fix a few bugs that occured when magicboot= was not used.  
223           - Add basic support for IBM style bootstrap partitions.  These
224             partitions have yaboot dded directly to them.  See the yaboot.conf
225             man page regarding fstype for more info, also
226             examples/yaboot.conf.rs6k. 
227           - Don't require that ofpath be installed if its not needed.
228
229         * Documentation:
230           - Added examples/yaboot.conf.rs6k
231           - Man page updates for IBM support.
232
233 2001-02-19  Ethan Benson  <erbenson@alaska.net>
234
235         * Version 0.31
236
237         * ofpath:
238           - Quiet shell error when run on non-PowerMac (but still
239             PowerPC) hardware.
240           - Properly recognize more OldWorld PowerMac G3s. 
241           - Fix OldWorld detection for kernels < 2.2.17
242           - Require that /proc be mounted.
243
244         * ybin: 
245           - Fix OldWorld detection for kernels < 2.2.17
246           - Make the `not bootable on OldWorld' warning very loud and
247             obnoxious.  
248           - Change PATH to make /usr/local the last component instead of
249             the first.
250           - Make the text/background color in the boot menu configurable,
251             see the yaboot.conf(5) man page for details. 
252           - Change default foreground color to white per yaboot 1.0.
253           - Remove support for obsolete /etc/ybin.conf.
254
255         * Documentation: 
256           - Clarified the `partition=' variable in the yaboot.conf man page
257             and correct an error in the example in that man page.
258           - Added more comments to included yaboot.conf examples. 
259
260         * yaboot: 
261           - Include version 1.1.1
262           - Includes color support
263
264 2000-11-18  Ethan Benson  <erbenson@alaska.net>
265
266         * Version 0.30
267
268         * ybin: add `brokenosx' option, when used with macosx= ybin makes
269         the MacOSX menu entry execute \System\Library\CoreServices\BootX
270         directly instead of using \\:tbxi.  This is necessary for
271         people who insist on installing OSX on HFS+ instead of UFS, since
272         MacOS deblesses HFS+ OSX partitions.
273         
274 2000-10-28  Ethan Benson  <erbenson@alaska.net>
275
276         * Version 0.29 (the brown paper bag release)
277
278         * The yaboot.conf man page was broken.
279
280         * While were at it, include yaboot 0.9 binary (compiled -Os,
281         stripped)
282         
283 2000-10-24  Ethan Benson  <erbenson@alaska.net>
284
285         * Version 0.28
286
287         * ybin: Add mntpoint= option, this allows ybin to install the
288         bootstrap into an already mounted filesystem.  This is NOT
289         recommended unless you know what your doing.  
290
291         * ybin: fixed generation of ofboot.b so it will work with nobless
292         and usemount.
293         
294 2000-10-20  Ethan Benson  <erbenson@alaska.net>
295
296         * Version 0.27
297
298         * ofboot: fixed problem where text was not visible on some newer iMacs. 
299
300         * ybin: Now warn the user when they are using ybin on an OldWorld
301         PowerMac.  (it will still work since its possible to make newworld
302         bootable disks on an OldWorld mac)
303
304         * ofpath: Now works on oldworld macs under 2.4 kernels. 
305
306         * Added check for packaged versions of ybin to the Makefile and
307         warn user about them.
308         
309 2000-09-23  Ethan Benson  <erbenson@alaska.net>
310
311         * Version 0.26
312
313         * ofboot: completely rewrote the generator script, it is now more
314         extendable and supports more menu options.  More thanks to iNOUE
315         Koich! for the continuing help on OpenFirmware issues!!
316
317         * ybin: added options for mulitboot menu: now can create a menu
318         with options for GNU/Linux, MacOS, MacOSX, Darwin, and booting off
319         a CDROM, from the network, and even directly into an OpenFirmware
320         prompt. 
321
322         * ybin: some errors were sent to stdout instead of stderr, fixed.
323
324         * ofpath: refuse to run on anything but GNU/Linux.  (for now anyway)
325         
326 2000-09-18  Ethan Benson  <erbenson@alaska.net>
327
328         * Version 0.25
329
330         * ofboot: now changes the background color to black and the text
331         color to cyan like yaboot.  Thanks to again to iNOUE Koich!  
332
333 2000-09-16  Ethan Benson  <erbenson@alaska.net>
334
335         * Version 0.24
336
337         * ofboot: many bugs in the Forth code fixed. code should now be
338         compliant to the OpenFirmware spec.  Also add CD boot menu option.
339         (add enablecdboot to /etc/yaboot.conf) Thanks to iNOUE Koich! for
340         the Forth code.
341
342 2000-09-13  Ethan Benson  <erbenson@alaska.net>
343
344         * Version 0.23
345
346         * ybin: now hard code the target filename for ofboot, its always
347         installed as ofboot.b on the bootstrap partition.  This eliminates
348         ambiguity when someone tries a different script with different name.
349
350         * ybin: all debugging output goes to stderr now.
351
352 2000-09-09  Ethan Benson  <erbenson@alaska.net>
353
354         * Version 0.22
355
356         * ofboot.b renamed to ofboot.  (.b means boot block which this is not) 
357
358         * yaboot and ofboot are now installed in /usr/local/lib/yaboot/
359         instead of /boot, since these files are never directly accessed by
360         the firmware it is not really appropriate to keep them in /boot.
361         make install will create backwords compatibility symlinks when
362         installing over an older version of ybin so nothing should break.
363         IMPORTANT: you should run mkofboot on a dedicated bootstrap
364         partition to purge old filenames.
365
366         * Man pages updated to reflect new file locations.  Also include a
367         patch to change the paths to /usr/lib/yaboot for Debian and redhat
368         package maintainers.
369
370         * ybin: now checks two places for a default value for install=
371         /usr/local/lib/yaboot/yaboot, /usr/lib/yaboot/yaboot.
372         
373 2000-09-02  Ethan Benson  <erbenson@alaska.net>
374
375         * Version 0.21
376
377         * ybin: fixed nvram update so it uses a real filename instead of
378         \\:tbxi when nobless is set in /etc/yaboot.conf.  (\\: means find
379         file in blessed directory).
380
381         * ofpath: more oldworld machines supported.  Now supports 7200,
382         7300, 8600, 9500, Gossamer G3, PowerBook 1998, PowerBook 3400 (and
383         possibly 2400).
384         
385 2000-08-31  Ethan Benson  <erbenson@alaska.net>
386
387         * Version 0.20
388
389         * ybin: check for Newworld compatible nvsetenv and if found will
390         automatically update the OpenFirmware boot-device variable in
391         nvram.
392
393         * ofpath: support some oldworld machines. (this does not mean
394         ybin/yaboot supports oldworld).  Also silence a harmless error on
395         machines lacking a CDROM.
396
397         * ofboot.b: added more machines to <COMPATIBLE>
398         
399 2000-08-25  Ethan Benson  <erbenson@alaska.net>
400
401         * Version 0.19
402
403         * Added PowerMac3,2 and PowerMac3,3 to ofboot.b scripts.  Fixes
404         Debian bug #69870
405
406 2000-08-22  Ethan Benson  <erbenson@alaska.net>
407
408         * Version 0.18
409
410         * ofboot.b: changed the yaboot boot commands to boot yaboot by
411         filename rather then file type. Booting by file type did not work
412         reliably on all machines.
413
414         * ybin: hard code the target filename for yaboot, regardless of
415         the source filename (from install=) the target filename on the
416         bootstrap partition will always be "yaboot.b".
417
418         * Added ofpath utility, this is a rewrite of the show_of_path.sh
419         utility written by Olaf Hering.  Ofpath works with /bin/ash and on
420         stripped down systems such as the Debian boot floppies.  Also
421         wrote a small man page for this utility.
422
423         * ybin: automatically use ofpath to find the OpenFirmware device
424         path when ofpath= is not defined in /etc/yaboot.conf.  Ybin will
425         also use ofpath when macos= or macosx= are set to unix device
426         nodes (ie /dev/hda11), these options can still be set to
427         OpenFirmware paths as well. 
428
429         * Makefile: minor cleanup, added installation of ofpath
430         utility/man page as well as a deinstall rule.
431
432 2000-08-13  Ethan Benson  <erbenson@alaska.net>
433
434         * Version 0.17
435
436         * Yaboot 0.7 binary included.
437
438         * ybin: fix bug where ybin would fail if the bootstrap files
439         included an "_" in the filename.  (actually its a workaround for
440         hfsutils brain-damage)
441
442         * ofboot.b: completely rewritten.  Now includes shell script code
443         to allow ybin to configure it based on config options in
444         /etc/yaboot.conf instead of requiring the user to edit it
445         themselves.  Additionally this new script will display a REAL boot
446         menu when dual booting is configured.  It is capable of dual or
447         tri booting GNU/Linux (yaboot), MacOS 8.*/9.* and MacOSX.  This
448         new ofboot.b script should *NOT* be edited by the user, and thus
449         should NOT be marked as a conffile in Debian and redhat packages.
450         These packages should now install ofboot.b in /boot instead of
451         /etc since it is no longer a config file.  WARNING: The Forth code
452         in this script has not been tested on all machines and may not be
453         universally compatible.  Thanks to Chris Emerson for writing the
454         Forth code.
455
456         * yaboot.conf: new options: ofboot= macos= macosx= delay=
457         defaultos=.  See the yaboot.conf man page for details. 
458
459         * Now include a Makefile to handle installation, only make install
460         is defined.  Removed install-sh. 
461
462         * mkofboot is now distributed and installed as a symlink instead
463         of a hardlink.
464         
465         * Man page updates.
466         
467 2000-04-25  Ethan Benson  <erbenson@alaska.net>
468
469         * Version 0.16
470
471         * menu_ofboot.b: fixed bug where the yaboot line was missing the
472         boot command, this prevented it from booting yaboot.
473
474 2000-04-25  Ethan Benson  <erbenson@alaska.net>
475
476         * Version 0.15
477
478         * Merge quik's bootstrap(8) man page with ybin's ofboot(8) man
479         page and rename it back to bootstrap(8).  This also solves the
480         conflict with quik.  In a more useful way IMO.
481
482 2000-04-24  Ethan Benson  <erbenson@alaska.net>
483
484         * Version 0.14
485
486         * Ship man pages uncompressed, gzip them in install-sh instead,
487         this allows for easier patching by debian maintainers if need be.
488
489         * Rename bootstrap(8) man page to ofboot(8) so ybin does not
490         conflict with quik.
491         
492 2000-04-23  Ethan Benson  <erbenson@alaska.net>
493
494         * Version 0.13
495
496         * Rewrote the config file parsing yet again to remove dependencies
497         on tr, and awk.  This allows ybin to function on minimal systems
498         such as boot/rescue floppies.  This also pretty much solves the
499         slowness problem.  Thanks to Daniel Jacobwitz for the help.
500
501         * Made changes to remove dependencies on basename and wc.  Again
502         this is to allow ybin to work on boot floppies.
503
504         * Changed all calls to grep to stop using GNU extensions, this is
505         so ybin will work properly with the minimal version of grep
506         included in busybox.
507
508         * Added signal handling so ybin/mkofboot will cleanup after
509         themselves if killed with signals 1 2 3 or 15.
510         
511         * Added OS Badge icons to the ofboot.b scripts.  On G4 machines
512         you can hold down the option key and get a graphical boot selector
513         with one button for each bootable partition, the button with the
514         penguin icon is the bootstrap partition.  Thanks to Nicholas
515         Humfrey for creating the Badge icon.
516
517         * Minor updates to the man pages.
518         
519 2000-04-19  Ethan Benson  <erbenson@alaska.net>
520
521         * Version 0.12
522
523         * Now include yaboot binary in ybin distribution.
524
525         * Include a install-sh script to install everything.
526
527         * Use of the separate ybin.conf file is deprecated.  Use
528         /etc/yaboot.conf instead.
529
530         * Removed the so called kludge options, without being able to
531         bless the root directory they were just useless bloat.
532
533         * Removed useless --readonly option, it was already default (as it
534         should be)
535
536         * Deprecated bootconf options since the yaboot.conf is the same
537         config ybin uses.  (it is still there and works but that may change)
538
539         * Changed configuration file format to be more like quik/lilo:
540         bootfile= is now install= (--bootfile is now --install), wrapper=
541         is now magicboot=, usemount, protect, and hide are now just a
542         keyword options, if they are present in the configuration file
543         they are turned on, if they are not present they are turned off.
544         bless= is now the nobless keyword option, since bless is default
545         this one changed names.
546
547         * ybin: no longer need to specify -C /dev/null if you don't have a
548         configuration file in /etc/.  If this is the case ybin will generate
549         a generic yaboot.conf to install on the bootstrap partition.  
550
551         * More changes to the configuration parsing to improve speed, the
552         format change also helped the speed problem.
553
554         * Added man pages for ybin, mkofboot, yaboot, yaboot.conf and
555         bootstrap. 
556
557         * More general fixes/cleanup/tweaks.
558         
559 2000-03-13  Ethan Benson  <erbenson@alaska.net>
560
561         * Version 0.11
562
563         * Added command line options to both scripts, try --help. This
564         makes the ybin.conf file optional if you wish (-C /dev/null)
565
566         * Changed the way the config file is parsed, no longer source it
567         with the shell, this allows ybin.conf to be merged with
568         yaboot.conf at which point yaboot can live with unknown options in
569         its config file. 
570
571         * Use /etc/ybin.conf if it exists, if not use /etc/yaboot.conf for
572         ybin configuration.
573
574         * Merged ybin and mkofboot into one script, mkofboot shared 90% of
575         of its code with ybin anyway and this will make them much easier
576         to maintain. mkofboot is now a hard link to ybin (or a symlink if
577         you prefer, both will work)
578
579         * Added an experimental feature to generate a yaboot.conf on the
580         fly based on command line options.  The defaults should be
581         workable on a Debian system with an internal ATA disk, with the
582         root partition being the 3rd on the disk. Depends on mktemp for
583         creating the temporary file, Debian's mktemp is secure against
584         race conditions, use with caution if your distribution lacks a
585         secure mktemp utility. This option is activated with -c auto.
586
587         * No longer depends on bash. Works with Debian's
588         /bin/ash. Interpreter is now set to /bin/sh.
589
590         * Assorted cleanup, minor bug fixes.
591
592         * Added example yaboot.conf.
593         
594 2000-02-04  Ethan Benson  <erbenson@alaska.net>
595
596         * Version 0.10
597
598         * Added a simple multi-boot menu written by Benjamin Herrenschmidt.
599
600 2000-01-17  Ethan Benson  <erbenson@alaska.net>
601
602         * Version 0.9
603
604         * mkofboot was still broken. :-(
605
606
607 2000-01-14  Ethan Benson  <erbenson@alaska.net>
608
609         * Version 0.8
610
611         * Added a basic CHRP script ofboot.b to work around the problem of
612         OF refusing to load `tbxi' files unless they contain a CHRP boot
613         header. See README.ofboot.b for details.
614
615         * Updated default ybin.conf to install ofboot.b by default.
616         
617 2000-01-13  Ethan Benson  <erbenson@alaska.net>
618
619         * Version 0.7
620
621         * mkofboot: Check for hformat was broken. 
622
623 2000-01-12  Ethan Benson  <erbenson@alaska.net>
624
625         * Version 0.6
626
627         * mkofboot: Fixed problem where it was insisting that mkdosfs be
628         present even when using hfs filesystems if usemount=yes.
629
630         * mkofboot: Added proper checks for hformat or mkdosfs.
631         
632 2000-01-09  Ethan Benson  <erbenson@alaska.net>
633
634         * Version 0.5
635
636         * First public release.
637         
638         * Add TODO and BUGS files.
639
640         * mkofboot: Check to see if usemount=yes, and if so make sure we
641         are root before proceeding to erase the partition.
642
643         * ybin: Removed useless echo line. 
644         
645 2000-01-05  Ethan Benson  <erbenson@alaska.net>
646
647         * Version 0.4
648
649         * ybin (util_install): Fully support OF `wrappers' now: if a
650         wrapper is defined in the configuration file then the wrapper is
651         given the HFS file type specified instead of the bootfile, the
652         bootfile's type is set to "boot".  
653
654         * ybin: New configuration option `bless' when yes and are using
655         hfsutils we will `bless' the root directory of the bootstrap
656         filesystem so OF should be able to find and boot the system
657         without reconfiguration.
658
659         * mkofboot/ybin (checkconf): Add validation for the new `bless'
660         option. Also add check that the wrapper, if defined, exists and we
661         have permission to it.
662         
663 2000-01-04  Ethan Benson  <erbenson@alaska.net>
664
665         * Version 0.3.
666         
667         * ybin (util_install): Quote the filetype/creator arguments to
668         hattrib to prevent the shell from interpreting any meta-characters
669         in some cases. Also no longer try and set metadata on wrapper if
670         there is no wrapper.
671
672         * mkofboot: When creating hfs or dos filesystems give them volume
673         label of "bootstrap".
674         
675 2000-01-03  Ethan Benson  <erbenson@alaska.net>
676
677         * Version 0.2.
678
679         * mkofboot: added -w switch to grep when checking if a filesystem
680         is already mounted to prevent erroneous positive matches.
681
682         * ybin (util_install): Add check to make sure that the target
683         device is not mounted as a filesystem before mucking with it.
684
685         * Added changelog.
686         
687 2000-01-01  Ethan Benson  <erbenson@alaska.net>
688
689         * Version 0.1.
690         
691         * first version.
692
693 End: