Diferenzas
Isto amosa as diferenzas entre a revisión seleccionada e a versión actual da páxina.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
centro:tutoriales:crear_un_repositorio_parcial_de_ubuntu [2014/07/02 14:48] – jorge.suarez | centro:tutoriales:crear_un_repositorio_parcial_de_ubuntu [2014/07/03 08:52] (actual) – [Firmar los archivos Release] jorge.suarez | ||
---|---|---|---|
Liña 41: | Liña 41: | ||
# the root directory of the mirror system | # the root directory of the mirror system | ||
CHROOT64=/ | CHROOT64=/ | ||
- | CHROOT32=/ | + | CHROOT32=/ |
# the mirror directory inside of the chroot | # the mirror directory inside of the chroot | ||
MIRRORDIR64=/ | MIRRORDIR64=/ | ||
- | MIRRORDIR32=/ | + | MIRRORDIR32=/ |
# the Debian archive next to you | # the Debian archive next to you | ||
DEBIANREPO=http:// | DEBIANREPO=http:// | ||
Liña 437: | Liña 437: | ||
</ | </ | ||
- | Exporta la llave privada y añádela | + | Exporta la llave privada y añádela |
<code bash> | <code bash> | ||
- | chroot / | + | gpg --export-secret-keys --armor --output |
- | gpg --allow-secret-key-import --import / | + | cp / |
+ | cp / | ||
+ | chroot / | ||
+ | chroot / | ||
+ | rm -f / | ||
+ | rm -f / | ||
Por último, actualiza la lista de paquetes de nuevo: | Por último, actualiza la lista de paquetes de nuevo: | ||
Liña 452: | Liña 457: | ||
<code bash> | <code bash> | ||
- | chroot / | + | gpg --armor --output |
</ | </ | ||
Liña 458: | Liña 463: | ||
<code bash> | <code bash> | ||
- | chroot / | + | apt-key add / |
</ | </ | ||