#### START /etc/apt/mirror.list ####

set base_path     /DATA/repos
set mirror_path   $base_path/mirror
set skel_path     $base_path/skel
set var_path      $base_path/var
set cleanscript   $var_path/clean.sh
set _autoclean    1

#set postmirror_script $var_path/postmirror.sh
set run_postmirror 0

set nthreads       40
set _tilde         0

deb-amd64 http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
deb-amd64 http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
deb-amd64 http://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware

deb-amd64 http://deb.debian.org/debian/ bookworm main/debian-installer main contrib non-free

clean http://ftp.us.debian.org/debian

#### End ####