Update autoinstall-reference.rst

Missing hypen for uri will result in an error, if it is the only value in list.

error: { 'uri': 'http://archive.ubuntu.com/ubuntu/' } is not of type 'array'
This commit is contained in:
ben-ba 2024-03-11 15:32:00 +01:00 committed by GitHub
parent 263520ad0b
commit 367069f3a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -270,9 +270,9 @@ The default is:
primary: primary:
- country-mirror - country-mirror
- arches: [i386, amd64] - arches: [i386, amd64]
uri: "http://archive.ubuntu.com/ubuntu" - uri: "http://archive.ubuntu.com/ubuntu"
- arches: [s390x, arm64, armhf, powerpc, ppc64el, riscv64] - arches: [s390x, arm64, armhf, powerpc, ppc64el, riscv64]
uri: "http://ports.ubuntu.com/ubuntu-ports" - uri: "http://ports.ubuntu.com/ubuntu-ports"
fallback: abort fallback: abort
geoip: true geoip: true