Author Topic: Help Installing To Card  (Read 1854 times)

Magellan

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • http://
Help Installing To Card
« on: September 11, 2005, 09:55:21 pm »
WHen trying to install ipk's to SD card, I get an error saying I must install to main memory.  Is there a way around this to force installing to card?  I don't know much about command line stuff to talk slow.  

inode0

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Help Installing To Card
« Reply #1 on: September 11, 2005, 10:23:52 pm »
Quote
WHen trying to install ipk's to SD card, I get an error saying I must install to main memory.  Is there a way around this to force installing to card?  I don't know much about command line stuff to talk slow. 
I have the following line in my /etc/ipkg.conf file

dest sd /mnt/card

Then to install packages to the SD card I use

ipkg -d sd install foo.ipk

where foo.ipk is the name of the file containing the package to be installed.

John
« Last Edit: September 11, 2005, 10:29:43 pm by inode0 »