OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: microsoft/linux on April 19, 2006, 08:37:28 pm

Title: Stupid I Know, How Do I Install Packages To Sd?
Post by: microsoft/linux on April 19, 2006, 08:37:28 pm
How do I install packages by default to and SD card?
Title: Stupid I Know, How Do I Install Packages To Sd?
Post by: microsoft/linux on April 21, 2006, 04:49:36 pm
oh come on! someone knows...
Title: Stupid I Know, How Do I Install Packages To Sd?
Post by: Greg2 on April 21, 2006, 05:13:47 pm
Quote
How do I install packages by default to and SD card?
Code: [Select]
ipkg -d sd install package-name
Greg  
Title: Stupid I Know, How Do I Install Packages To Sd?
Post by: microsoft/linux on April 21, 2006, 11:47:34 pm
is there any way to set it to default?
Title: Stupid I Know, How Do I Install Packages To Sd?
Post by: Antikx on April 22, 2006, 12:15:58 am
Or is your question.... When I install using the GUI app... I want it to install to my SD card by default?
The answer.. I don't know.. but please let me know if you find out.
Title: Stupid I Know, How Do I Install Packages To Sd?
Post by: CoreDump on April 22, 2006, 12:37:58 am
Quote
Or is your question.... When I install using the GUI app... I want it to install to my SD card by default?
The answer.. I don't know.. but please let me know if you find out.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=124154\"][{POST_SNAPBACK}][/a][/div]

Edit /etc/ipkg.conf and move the "dest sd" line to the top of all "dest" lines. That should do the trick IIRC
Title: Stupid I Know, How Do I Install Packages To Sd?
Post by: microsoft/linux on April 22, 2006, 01:18:24 am
I don't necesarilly need to use the GUI app, but it'd be easier. I'll be getting a wireless card soon, and I've got a 1GB SD card that I need to fill up :-P

Thank you CoreDump, I'll try that when I get my wifi card.
Title: Stupid I Know, How Do I Install Packages To Sd?
Post by: Antikx on April 22, 2006, 01:54:07 am
Quote
Edit /etc/ipkg.conf and move the "dest sd" line to the top of all "dest" lines. That should do the trick IIRC
[div align=\"right\"][a href=\"index.php?act=findpost&pid=124157\"][{POST_SNAPBACK}][/a][/div]
Thanks. Good to know.