[ Thread Index |
Date Index
| More lists.tuxfamily.org/crisos Archives
]
Thanks for the help. I have a persistent problem that's showing up when I
tried to add the "ipkg-link" file found in the example
(http://wiki.openwrt.org/UsbStorageHowto#head-3c6cbace3d9963db44aa1fd1f3fcd0
9fc64dc92b). Every time I try to paste in a text file it keeps scrolling
the text to the right until I get a segmentation fault and it bombs out. I
tried this using PuTTY and Tera Term with the same results.
Here's what I try to paste in:
#!/bin/sh
COMMAND=$1
PACKAGE=$2
setdest () {
for i in `grep dest /etc/ipkg.conf | cut -d ' ' -f 3`; do
if [ -f $i/usr/lib/ipkg/info/$PACKAGE.list ]; then
DEST=$i
Fi
Here's what comes out on the screen:
#!/bin/sh
COMMAND=$1
PACKAGE=$2
setdest () {
for i in `grep dest /etc/ipkg.conf | cut -d ' ' -f 3`; do
if [ -f $i/usr/lib/ipkg/info/$PACKAGE.list ]; then
DEST=$i
fi
It keep scrolling further right until it crashes.
Can someone help me figure this out too?
Thanks!
Mike
-----Original Message-----
From: Listengine [mailto:listengine@xxxxxxxxxxxxxxxxx] On Behalf Of
mcostantino@xxxxxxxxxxxxxxx
Sent: Thursday, May 08, 2008 11:44 AM
To: crisos@xxxxxxxxxxxxxxxxxxx
Subject: Re: [crisos] USB Drive
> Hi. I have a general question (I hope that this is the right place for
> it).
> I have installed a few apps and run out of space on my Fox 8/32. I have a
> 2
> GB USB drive which I would like to use but I don't know how to tell the
> ipkg
> to send the apps to the USB drive. I'm also not sure what dependencies I
> would need to fix installing apps here instead of on the main Foxboard
> memory.
>
> Any guidance is appreciated.
>
> Thanks!
You have to modify the ipkg.conf file, then use
ipkg -d yourdestinationusbdrive install yourpkg
---
CrisOs mailing list
Official multi-language http://www.crisos.org/ mailing list
For unsubscribe send empty mail to: crisos-request@xxxxxxxxxxxxxxxxxxx with
subject unsubscribe.
---
CrisOs mailing list
Official multi-language http://www.crisos.org/ mailing list
For unsubscribe send empty mail to: crisos-request@xxxxxxxxxxxxxxxxxxx with subject unsubscribe.