2

I'm trying to automatically install debian wheezy. In my preseed file, I have set

apt-mirror-setup apt-setup/no_mirror boolean false

Nevertheless, I get this annoying question: "Use a network mirror?" Yes|No

How do I turn it off and always activate a network mirror?

phihag
  • 2,806

1 Answers1

2

There are actually two very similar options. You want

apt-mirror-setup apt-setup/use_mirror boolean true
phihag
  • 2,806