Estou usando o Debian 7.3 com debpartial-mirror
para criar e manter um espelho offline.
Como eu preciso apenas dos pacotes básicos (pacotes necessários para instalação via PXEboot e talvez os pacotes mais comuns que são instalados posteriormente), não consigo descobrir como conseguir isso.
Neste momento, o mirror está tentando clonar todo o arquivo, mas eu não preciso de todos os pacotes, nem tenho uma boa conexão com a internet para manter o arquivo corretamente, se for tão grande assim.
meu debpartial-mirrir.conf é:
;;
;; debpartial-mirror configuration file.
;;
[GLOBAL]
;; Show debug information?
;;debug = DEBUG
;; Mirror destination directory
mirror_dir = /install/debian/debpartial-mirror/
;; Which architectures should I download?
architectures = amd64
;; What should I look for, by default?
components = main contrib non-free
distributions = stable
;; What should I get?
get_suggests = true
get_recommends = true
get_provides = true
get_sources = false
get_packages = true
[wheezy]
server = http://ftp.de.debian.org/debian
components = main contrib non-free
distributions = stable
;;filter = subsection:base priority:important
get_sources =false
[wheezy-updates]
server = http://ftp.debian.org/debian
components = main contrib non-free
distributions = wheezy-updates
filter = subsection:base priority:important
resolve_deps_using = wheezy
[wheezy-security]
server = http://security.debian.org/
components = main contrib non-free
distributions = wheezy/updates
filter = subsection:base priority:important
resolve_deps_using = wheezy
[wheezy_debian-installer]
server = http://ftp.debian.org/debian
components = main/debian-installer
distributions = wheezy
Tags apt repository debian mirror