97e74314f5
Add a valid aarch64 sources configuration file, and update the template to deploy the file on a per-architecture basis. Ensure we install the HWE kernel for arm64 servers Change-Id: If345e704540ea10828060d26e930a61ce68ed178
35 lines
2.0 KiB
Plaintext
35 lines
2.0 KiB
Plaintext
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
|
|
# newer versions of the distribution.
|
|
|
|
deb http://ports.ubuntu.com/ubuntu-ports/ xenial main restricted multiverse
|
|
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial main restricted multiverse
|
|
|
|
## Major bug fix updates produced after the final release of the
|
|
## distribution.
|
|
deb http://ports.ubuntu.com/ubuntu-ports/ xenial-updates main restricted multiverse
|
|
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-updates main restricted multiverse
|
|
|
|
## Uncomment the following two lines to add software from the 'universe'
|
|
## repository.
|
|
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
|
|
## team. Also, please note that software in universe WILL NOT receive any
|
|
## review or updates from the Ubuntu security team.
|
|
deb http://ports.ubuntu.com/ubuntu-ports/ xenial universe
|
|
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial universe
|
|
deb http://ports.ubuntu.com/ubuntu-ports/ xenial-updates universe
|
|
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-updates universe
|
|
|
|
## N.B. software from this repository may not have been tested as
|
|
## extensively as that contained in the main release, although it includes
|
|
## newer versions of some applications which may provide useful features.
|
|
## Also, please note that software in backports WILL NOT receive any review
|
|
## or updates from the Ubuntu security team.
|
|
# deb http://ports.ubuntu.com/ubuntu-ports/ xenial-backports main restricted
|
|
# deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-backports main restricted
|
|
|
|
deb http://ports.ubuntu.com/ubuntu-ports/ xenial-security main restricted multiverse
|
|
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-security main restricted multiverse
|
|
deb http://ports.ubuntu.com/ubuntu-ports/ xenial-security universe
|
|
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-security universe
|
|
# deb http://ports.ubuntu.com/ubuntu-ports/ xenial-security multiverse
|
|
# deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-security multiverse |