Date: Mon, 17 Feb 1997 16:57:11 +0300 (MSK) From: "Vasily V. Grechishnikov" <bazilio@economic.acnit.ac.ru> To: freebsd-bugs@freebsd.org Subject: 2.2-BETA : at startup sysinstall try to mount /dev/wcd0c ? Message-ID: <Pine.BSF.3.91.970217162455.11439A-100000@economic.acnit.ac.ru>
next in thread | raw e-mail | index | archive | help
Hi ! When I run sysinstall , at startup it try to mount /dev/wcd0c , and reports me I/O error . I not want to install packages from CD , because I haven't it. I found following code in the /usr/src/release/sysinstall/main.c : *********************[cut here]******************* /* Try to set ourselves up as a CDROM if we can do that first */ if (DITEM_STATUS(mediaSetCDROM(NULL)) == DITEM_SUCCESS) { /* If we can't initialize it, it's probably not a FreeBSD CDROM so punt on it */ if (!mediaDevice->init(mediaDevice)) mediaDevice = NULL; } ******************[end cut]*********************** After successfull initialization all was ok, but on ttyv0 kernel periodically reports cannot read audio disc and messages like this -> last message repeated 20 times . At root consoles kernel only writes : last message repeated 45 times , i.e. It is very unuseful for FreeBSDusers who haven't FreeBSD distribution CD . May be best way is try to mount CD-ROM only after Media/CD-ROM item is selected ? Thanks , Vasily . *******************[FreeBSD it is coolest UNIX for PC!]************************* System admin , ftp and web master. Home Page: http://www.econ.acnit.ac.ru/peoples/Author.html ********************************************************************************
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970217162455.11439A-100000>