FetchDebian可通过配置文件和命令行参数定制下载设置,具体如下:
/etc/fetchdebian.conf(或 ~/.fetchdebianrc),设置镜像源、版本、组件等选项,例如:mirror = https://mirrors.ustc.edu.cn/debian/ # 镜像源(如中科大源)
distribution = bullseye # Debian版本
components = main contrib non-free # 组件
architecture = amd64 # 架构
output = /var/cache/fetchdebian # 输出目录
threads = 4 # 下载线程数
fetchdebian --mirror https://mirrors.ustc.edu.cn/debian/ --distribution bullseye --components main --output /path/to/save
/etc/environment 或 /etc/apt/apt.conf 中配置HTTP/HTTPS代理。保存配置后,运行 sudo fetchdebian 即可按定制设置下载。