我正在使用preseed.cfg.
我正在尝试创建一个preseed.cfg将跳过/不设置 Debian 镜像的Configure the package manager步骤。我没有安装任何附加包 ( tasksel tasksel/first multiselect none) 因此“一个非常小的基础系统”
如果我使用d-i mirror/country string manual我得到
Please enter the hostname of the mirror from which Debian will be downloaded
Run Code Online (Sandbox Code Playgroud)
然后我必须在询问时手动选择Go back和选择。YesContinue without a network mirror?
设置d-i mirror/country string boolean false给出相同的对话。
此外,d-i mirror/confirm boolean true我认为还需要添加类似的内容,因为这是一个两步对话。