View Single Post
  #2   (View Single Post)  
Old 29th July 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

You're misspelling the filename, if you're using ".gz".

IIRC, pkg_add will search the working directory before examining PKG_PATH, so all you should need to do is:

# mount /dev/sd0i /mnt/flashdrive
# cd /mnt/flashdrive
# pkg_add ipw-firmware

Give that a try, and see if cd'ing into the directory works for you.
Reply With Quote