User:Jebba/Mirror
(→TODO) |
(no mas) |
||
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | I have shut down my mirrors. | ||
+ | |||
+ | =Freemoe Mirror= | ||
+ | See: | ||
+ | * [http://espejo.freemoe.org/ Freemoe mirror info] | ||
+ | * [[User:Jebba/Espejo|Espejo server info]] | ||
+ | |||
=Mirroring Maemo Repositories= | =Mirroring Maemo Repositories= | ||
This is a mini-HOWTO explaining how to mirror the Maemo repositories. | This is a mini-HOWTO explaining how to mirror the Maemo repositories. | ||
Line 32: | Line 39: | ||
==Run apt-mirror== | ==Run apt-mirror== | ||
- | Then simply run apt-mirror: | + | Then simply run apt-mirror as root (or with sudo): |
+ | |||
apt-mirror | apt-mirror | ||
+ | If you changed your config file name, run it like this example: | ||
+ | |||
+ | apt-mirror /etc/apt/mirror-maemo-arm.list | ||
==TODO== | ==TODO== |
Latest revision as of 15:44, 27 August 2010
I have shut down my mirrors.
Contents |
[edit] Freemoe Mirror
See:
[edit] Mirroring Maemo Repositories
This is a mini-HOWTO explaining how to mirror the Maemo repositories.
[edit] Install apt-mirror
In Debian/Ubuntu/etc:
apt-get update apt-get install apt-mirror
In Fedora/RPM-based systems:
yum install apt-mirror
[edit] Configure apt-mirror
Edit the mirror list.
In Debian:
/etc/apt/mirror.list
In Fedora:
/etc/apt-mirror.list
The file should look like this--update the mirror_path to where you would like them to point:
set defaultarch armel set nthreads 20 set _tilde 0 set mirror_path /var/www/mirrors deb http://repository.maemo.org/extras/ fremantle free deb http://repository.maemo.org/extras-testing/ fremantle free deb http://repository.maemo.org/extras-devel/ fremantle free
[edit] Run apt-mirror
Then simply run apt-mirror as root (or with sudo):
apt-mirror
If you changed your config file name, run it like this example:
apt-mirror /etc/apt/mirror-maemo-arm.list
[edit] TODO
This only shows how to mirror ARM extras*.
- Add mirroring source
- Add mirroring i386
- Add mirroring downloads.maemo.nokia.com
- Add automation (cron) notes
- Howto set up your device to use mirror
- This page was last modified on 27 August 2010, at 15:44.
- This page has been accessed 6,759 times.