@@ -40,7 +40,7 @@ deb_package_repos:
4040 url: http://archive.ubuntu.com/ubuntu
4141 policy: immediate
4242 architectures: amd64
43- components: main restricted universe multiverse
43+ components: main restricted universe
4444 # NOTE: Include jammy-security here to include all dists under one mirror
4545 # path. This allows us to include security updates when using
4646 # DIB_DISTRIBUTION_MIRROR with the Diskimage builder ubuntu-minimal
@@ -60,7 +60,7 @@ deb_package_repos:
6060 url: http://security.ubuntu.com/ubuntu
6161 policy: immediate
6262 architectures: amd64
63- components: main restricted universe multiverse
63+ components: main restricted universe
6464 distributions: jammy-security
6565 mirror: true
6666 mode: verbatim
@@ -74,7 +74,7 @@ deb_package_repos:
7474 url: http://archive.ubuntu.com/ubuntu
7575 policy: immediate
7676 architectures: amd64
77- components: main restricted universe multiverse
77+ components: main restricted universe
7878 # NOTE: Include noble-security here to include all dists under one mirror
7979 # path. This allows us to include security updates when using
8080 # DIB_DISTRIBUTION_MIRROR with the Diskimage builder ubuntu-minimal
@@ -94,7 +94,7 @@ deb_package_repos:
9494 url: http://security.ubuntu.com/ubuntu
9595 policy: immediate
9696 architectures: amd64
97- components: main restricted universe multiverse
97+ components: main restricted universe
9898 distributions: noble-security
9999 mirror: true
100100 mode: verbatim
@@ -109,7 +109,7 @@ deb_package_repos:
109109 url: http://ports.ubuntu.com/ubuntu-ports
110110 policy: immediate
111111 architectures: arm64
112- components: main restricted universe multiverse
112+ components: main restricted universe
113113 distributions: noble noble-updates noble-backports noble-security
114114 mirror: true
115115 mode: verbatim
0 commit comments