mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
d-i requires the Suite field in order to validate a mirror.
Debian's installer validates a mirror by downloading a Release, and then cross-checking it based on its Codename and Suite. Without a Suite field, the installer becomes unhappy (e.g. segfaults) and won't continue the install. Making the Codename and Suite the same validates with no problem.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Origin: . maverick
|
||||
Label: . maverick
|
||||
Suite: maverick
|
||||
Codename: maverick
|
||||
Architectures: amd64 i386
|
||||
Components: main
|
||||
|
||||
Reference in New Issue
Block a user