Date: Mon, 9 Mar 1998 23:12:46 +1100 From: Bruce Evans <bde@zeta.org.au> To: abial@nask.pl, freebsd-current@FreeBSD.ORG Subject: Re: Wrong root device Message-ID: <199803091212.XAA27209@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>I believe there's something wrong here: >... >changing root device to wd0s3a > ^^^^^^ >wd0s1: type 0x6, start 63, end = 1024127, size 1024065 : OK >wd0s2: type 0xa5, start 1024128, end = 3064319, size 2040192 : OK >^^^^^ (this is my root partition) The printf() at the end of setroot() in autoconf.c is broken. dsname() should be used to format the device name correctly in all cases. This error is harmless except for the confusion it causes. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803091212.XAA27209>