- 26 May 2009
- 67
- 0
- 0
Hola
He visto en otros foros que s epuede instalar el IPKG en el azbox, lo he intentado y aparentemente todo va bien pero al reiniciar no me funciona el IPKG, alguien podria guiarme porfavor.
Saludos
Copio y Pego instrucciones
Thanks to mastu.
1. Choose root folder on hard disk and create opt dir there
Quote:
mkdir -p /DATA/usb1/sda1/opt
mount it on /opt it will be mounted every system startup
Quote:
mount -o bind /DATA/usb1/sda1/opt /opt
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
Quote:
tar xzf ipkg_set.tar.gz
ls
S90UserScripts ipkg.conf once.sh* rcS*
ipkg-cl* ipkg_set.tar.gz rcK*
3. Edit S90UserScripts you have to change ROOT_OPT to your location
for me it
ROOT_OPT=/DATA/usb1/sda1/opt
4. Lanch once.sh
Quote:
./once.sh
5. Lanch ipkg-cl
Quote:
./ipkg-cl update
6. Check ipkg work with repo
Quote:
./ipkg-cl list
you should see packets list
7. Install ipkg from repo
Quote:
./ipkg-cl install ipkg-opt
ipkg and uclibc sould be installed
8. Forget ipkg-cl , now use only ipkg
9. Power off/on box
You are all set now.
10. Examples
try ipkg without arguments for help
Quote:
ipkg update
ipkg list
for packages list
Quote:
ipkg install mc
installs Midnight Commander
He visto en otros foros que s epuede instalar el IPKG en el azbox, lo he intentado y aparentemente todo va bien pero al reiniciar no me funciona el IPKG, alguien podria guiarme porfavor.
Saludos
Copio y Pego instrucciones
Thanks to mastu.
1. Choose root folder on hard disk and create opt dir there
Quote:
mkdir -p /DATA/usb1/sda1/opt
mount it on /opt it will be mounted every system startup
Quote:
mount -o bind /DATA/usb1/sda1/opt /opt
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
Quote:
tar xzf ipkg_set.tar.gz
ls
S90UserScripts ipkg.conf once.sh* rcS*
ipkg-cl* ipkg_set.tar.gz rcK*
3. Edit S90UserScripts you have to change ROOT_OPT to your location
for me it
ROOT_OPT=/DATA/usb1/sda1/opt
4. Lanch once.sh
Quote:
./once.sh
5. Lanch ipkg-cl
Quote:
./ipkg-cl update
6. Check ipkg work with repo
Quote:
./ipkg-cl list
you should see packets list
7. Install ipkg from repo
Quote:
./ipkg-cl install ipkg-opt
ipkg and uclibc sould be installed
8. Forget ipkg-cl , now use only ipkg
9. Power off/on box
You are all set now.
10. Examples
try ipkg without arguments for help
Quote:
ipkg update
ipkg list
for packages list
Quote:
ipkg install mc
installs Midnight Commander
