View Single Post
  #6   (View Single Post)  
Old 25th May 2009
s0xxx's Avatar
s0xxx s0xxx is offline
Package Pilot
 
Join Date: May 2008
Posts: 192
Default

Quote:
Originally Posted by Mr-Biscuit View Post
Trouble now is having dhclient start automatically and pkg_path to be able to load without breaking.
I really don't understand your problem with dhcp and pkg_add. If you want to make it permanent just put following in your config file for your interface:
Code:
up
dhcp
And in rc.conf:
Code:
dhcpcd_flags="-q -b"
Quote:
Originally Posted by Mr-Biscuit View Post
Oh, I don't have a kernel source is /usr/sys unless sys is under another directory.
Kernel source goes to /usr/src/sys/ and you would have to fetch it first. Read the following chapter of NetBSD guide to get it: http://www.netbsd.org/docs/guide/en/chap-fetch.html
__________________
The best way to learn UNIX is to play with it, and the harder you play, the more you learn.
If you play hard enough, you'll break something for sure, and having to fix a badly broken system is arguably the fastest way of all to learn. -Michael Lucas, AbsoluteBSD
Reply With Quote