diff options
author | Holger Paradies <retabell@gmx.de> | 2021-03-29 18:40:39 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2021-03-31 19:48:52 +0200 |
commit | 6e88277b0b9b45bb82c5c64e6c3b3f1682691443 (patch) | |
tree | 86d7477f42e7a42d20cbe60e3d2065c40aaf3632 /config/chroot_local-includes | |
parent | f42c9a2eef6b1925381958e58f0afb3a52e10efd (diff) | |
download | kanotix-6e88277b0b9b45bb82c5c64e6c3b3f1682691443.zip kanotix-6e88277b0b9b45bb82c5c64e6c3b3f1682691443.tar.gz |
Use deb.debian.org in final iso
It is possible to use any desired mirror for all task
and ends with deb.debian.org.
Diffstat (limited to 'config/chroot_local-includes')
-rw-r--r-- | config/chroot_local-includes/etc/apt/sources.list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/chroot_local-includes/etc/apt/sources.list b/config/chroot_local-includes/etc/apt/sources.list index 3593810..8f05a89 100644 --- a/config/chroot_local-includes/etc/apt/sources.list +++ b/config/chroot_local-includes/etc/apt/sources.list @@ -3,8 +3,8 @@ # CDROMs are managed through the apt-cdrom tool. # Debian @DISTRIBUTION@ -deb http://ftp.de.debian.org/debian @DISTRIBUTION@ main contrib non-free -deb-src http://ftp.de.debian.org/debian @DISTRIBUTION@ main contrib non-free +deb @MIRRORDUMMY@ @DISTRIBUTION@ main contrib non-free +deb-src @MIRRORDUMMY@ @DISTRIBUTION@ main contrib non-free # Debian @DISTRIBUTION@ Updates deb http://security.debian.org @DISTRIBUTION@-security/updates main contrib non-free |