1
Angstrom & OpenZaurus / New Hentges Rom Release Candidate
« on: August 08, 2005, 03:58:06 am »Quote
Yeah, the script is working just fine. The problem was with the ipkg-link program. The script ran:QuoteI've checked the script and didn't find anything that could cause this problemQuoteRight, ipkg-link is a pile of shitI'll have a look
The problem was that I left the SD card in (and it had a cardfs installation). The ipkg-link tool for some reason found the cardfs filesystem on the SD card instead of the CF card (despite the fact I specified /media/cf on the command line).
Removing the SD card before running ipkg-link seems to have solved the problem (mostly). Hopefully someone else can learn from this piece of advice
Thanks to everyone for help.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=90872\"][{POST_SNAPBACK}][/a][/div]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=90878\"][{POST_SNAPBACK}][/a][/div]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=90924\"][{POST_SNAPBACK}][/a][/div]
Code: [Select]
ipkg-link mount /media/cf
However, when the ipkg-link program ran, it picked up the cardfs installation I already had existing in /media/card and used that instead of the brand new one I had under /media/cf. The problem was resolved by manually calling ipkg-link with the same parameters, but with the SD card ejected.I don't know who's responsible for ipkg-link but it may need patching?