system-config/playbooks/roles/base-repos/files/sources.list.bionic.aarch64
Monty Taylor ee622108a5
Remove restricted and multiverse from ubuntu servers
restricted is supported software that is non-free.
multiverse is unsupported software that is non-free.

Use of software from either would be unacceptable on any Infra server,
so remove them from the sources.list files.

While we're in there, clean things up a little bit and add an arm file
for bionic.

Change-Id: I55a3b3d411e8a3496a4e6910baaf72f3c192e9d4
2018-08-17 11:53:52 -05:00

9 lines
430 B
Plaintext

# This file is kept updated by ansible, adapted from
# https://help.ubuntu.com/lts/serverguide/configuration.html
# Note the use of ports.ubuntu.com.
deb http://ports.ubuntu.com/ubuntu-ports/ bionic main universe
deb http://ports.ubuntu.com/ubuntu-ports/ bionic-updates main universe
deb http://ports.ubuntu.com/ubuntu-ports/ bionic-backports main universe
deb http://ports.ubuntu.com/ubuntu-ports/ bionic-security main universe