OESF Portables Forum

General Forums => General Discussion => Topic started by: bam on July 29, 2005, 04:30:40 pm

Title: Install Config File
Post by: bam on July 29, 2005, 04:30:40 pm
Where is the config file for where the Z looks for install files?
Title: Install Config File
Post by: Stubear on July 29, 2005, 08:51:23 pm
AFAIK its hardcoded in the GUI add/remove software app.

The paths that work for me are
/home/zaurus/Documents/Install_Files
/mnt/cf/Documents/Install_Files
/mnt/card/Documents/Install_Files

If you want to install single ipks from other locations, use the File tab to find them and click them - it opens the install window for just that app

Stu
Title: Install Config File
Post by: bam on July 30, 2005, 04:15:51 am
hmmm, bummer
Title: Install Config File
Post by: Meanie on July 30, 2005, 06:00:23 am
Quote
hmmm, bummer
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=90133\")

/etc/ipkg.conf

add

src description [a href=\"http://blah.com/feed/]http://blah.com/feed/[/url]

and/or

src localfiles /mnt/card/somedir/
Title: Install Config File
Post by: antoniovf on September 04, 2005, 09:43:20 am
please help. I try to change the ipkg.conf and I writed this:
src localsource /mnt/cf/base
src localsource2 /mnt/cf/opie
src localsoruce3 /mnt/cf/devel
etc...
I'm trying to install programs in the openzaurus 3.5.3 from a cf card. I dont have wifi. And its imposible for me install anything. I Obtain de next error:
ipkg_download ERROR comand failed with return value 1: wget-passive-ftp....
Can someone help me?
Title: Install Config File
Post by: lardman on September 04, 2005, 11:01:11 am
Change:

Code: [Select]
src localsource /mnt/cf/base
src localsource2 /mnt/cf/opie
src localsoruce3 /mnt/cf/devel

to

Code: [Select]
src localsource file:///mnt/cf/base
src localsource2 file:///mnt/cf/opie
src localsoruce3 file:///mnt/cf/devel


Si