> Nov 29 17:57:56 EST 2009 local.c 5559 [bootes]
> local.c:227 c /n/dump/2009/1129/sys/src/9/boot/local.c:227
> < run("/boot/venti", "-c", f[0], "-m", "20", "-a", f[1],
> "-h", f[2], 0);
> ---
> > run("/boot/venti", "-c", f[0], "-a", f[1], "-h", f[2],
> > 0);
>
> And things are *much* better.
>
> I wonder if this should not be the default for local.c.
that makes sense. the problem i have is that venti is
either trying too hard to fix bad defaults, or not hard
enough. i think it should just do what we tell it and
crash if it gets unreasonable input.
- erik