On Wed, May 23, 2001 at 03:12:28PM -0800, Ethan Benson wrote: > On Wed, May 23, 2001 at 09:48:53AM -0700, Tom Rini wrote: > > On Wed, May 23, 2001 at 05:15:41AM -0800, Ethan Benson wrote: > > > > > please test, and report any bugs that you find, preferably setup a > > > simple boot-floppy environment and make sure that --chroot works > > > correctly. > > > > Well, on a devfs system, yabootconfig dies before the check is run. :) > > # ./yabootconfig > > yabootconfig: /dev/hda10 / ext2 defaults 0 1: No such file or directory > > this should be fixed now
Nope. If I run it w/o any args, I still get the above. If I run it w/ -r /dev/hda10 I get the devfs error. BTW, if you do this just after checking the args, all should work right: if [ -c /dev/.devfs ]; then echo ... exit 1 fi -- Tom Rini (TR1265) http://gate.crashing.org/~trini/