View Single Post
  #8   (View Single Post)  
Old 15th June 2008
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Thumbs up

Quote:
Originally Posted by ocicat View Post
Not quite. The contents of /etc/boot.conf should be:
Code:
set image /bsd.mp
Excellent thread. I was wondering if you could clarify further the role of
the file /etc/boot.conf. According to man pages I could put in boot.conf essentially anything that I could put on

Code:
boot> -c
ukc>

So lat say I have the following situation. I am using bsd.mp
kernel and I want to get a read of the driver uscanner
since my scanner needs to be attached as ugen device
in order to work. How can I do that by editing /etc/boot.conf file. My guess that it should be as easy as

either

Code:
set image /bsd.mp
disable uscanner

or

Code:
disable uscanner
set image /bsd.mp
Which one is correct if any?

Cheers,
OKO
Reply With Quote