M.K. (via DragonFly issue tracker) schrieb:
M.K. <[email protected]> added the comment:

I always do a fresh install.

*** I JUST FOUND THE INSTALLER BUG ***

Just comparing install logs (on Alt-F1 screen):

DFly 2.0.1-REL:

-<<< Executing `cd /dev && /bin/test -c ad0s3a || /bin/sh MAKEDEV ad0s3a'
->>> Exit status: 0

-<<< Executing `/sbin/newfs ...etc'

DFly 2.2.0-REL:

-<<< Executing `cd /dev && /bin/echo ad0s3a || /bin/sh MAKEDEV ad0s3a'
| ad0s3a
->>> Exit status: 0

-<<< Executing `/sbin/newfs ...etc'


There is the problem, "echo ad0s3a" always returns 0, so MAKEDEV never happens.

Cheers, MK

Yep, you found it. :) Very nice, thanks.

I've committed a fix to HEAD which will go into 2.2.1.

Sascha

--
http://yoyodyne.ath.cx

Reply via email to