[B][COLOR=blue]ipkg - Packet manager for Azbox[/COLOR][/B]
[B]I successfully compiled and installed ipkg - package manager on Azbox, now you can install any soft from repo [URL="http://h--p//ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/"]http://h--p://ipkg.nslu2-linux.org/f.../cross/stable/[/URL][/B]
[B]1. Choose root folder on hard disk and create opt dir there[/B]
[B] Code:[/B]
[B] mkdir -p /DATA/usb1/sda3/opt [/B]
[B]mount it on /opt it will be mounted every system startup[/B]
[B] Code:[/B]
[B] mount -o bind /DATA/usb1/sda3/opt /opt [/B]
[B]2. Copy ipkg_set.tar.gz to some temp folder on azbox by ftp, /root is ok, cd to /root and untar ipkg_set.tar.gz[/B]
[B] Code:[/B]
[B]tar xzf ipkg_set.tar.gz[/B]
[B]ls[/B]
[B]S90User******s ipkg.conf once.sh* rcS*[/B]
[B]ipkg-cl* ipkg_set.tar.gz rcK* [/B]
[B]3. Edit S90User******s [B]you have to change[/B] ROOT_OPT to your ********[/B]