----- Original Message -----
From: Stephanie Daugherty
To: Ismael L. Donis Garcia ; Lista de Devuan
Sent: Monday, May 02, 2016 2:58 PM
Subject: Re: [DNG] Files .udeb
udeb files (aka micro-deb) are stripped down packages only used in building
the installer and loading installer components into memory via a network
connection - they are >explicitly intended for tightly constrained
environments such as the installation environment and embedded systems, and
not meant to be installable on a standard system.
On Mon, May 2, 2016 at 10:59 AM Ismael L. Donis Garcia
<sli...@citricos.co.cu> wrote:
what are the .udeb files?
correcting error translating...
I'm trying to create a local repository, but I do not download the files
.udeb
as you could download these files?
#!/bin/sh
ARQUITECTURA=i386,amd64
METODO=http
RAMA=jessie
HOST=packages.devuan.org
DIR_MIRROR=/mnt/datos/sistemas/linux/devuan/merged
SECCIONES=main,contrib,non-free
echo
"======================================================================"
echo "Actualizando los repositorios DEVUAN 'merged'; main, contrib,
non-free"
echo
"======================================================================"
echo ""
debmirror -a ${ARQUITECTURA} \
-s ${SECCIONES} \
-h ${HOST}/merged \
-d ${RAMA} -r / --progress \
-e
${METODO} --postcleanup --ignore-small-errors --ignore-missing-release
--ignore-release-gpg
--nosource --allow-dist-rename \
--diff=none \
${DIR_MIRROR}
Best Regards
========
| ISMAEL |
========
Thanks you for the explanation
========
| ISMAEL |
========
_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng