[Bug 2033109] Re: wrong apt sources.list after plaintext install with canary image
Michael Hudson-Doyle
2033109 at bugs.launchpad.net
Sun Aug 27 22:43:45 UTC 2023
> FWIW I examined the canary image and didn't find any sources.list in the
> upper layers.
Well sure the sources.list files should be identical between the layers
in their final form on the ISO but lb's "chroot" steps should only have
access to packages in main.
** Also affects: livecd-rootfs (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to livecd-rootfs in Ubuntu.
https://bugs.launchpad.net/bugs/2033109
Title:
wrong apt sources.list after plaintext install with canary image
Status in ubuntu-desktop-installer:
Triaged
Status in livecd-rootfs package in Ubuntu:
New
Bug description:
After install with the 20230825.2 canary image a classic install (no
tpm fde) has a wrong /etc/apt/sources.list:
$ cat /mnt/1/etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu mantic main restricted
deb http://archive.ubuntu.com/ubuntu mantic-security main restricted
deb http://archive.ubuntu.com/ubuntu mantic-updates main restricted
$
The correct sources.list after install should be much more complete
including annotations:
$ cat /mnt/2/etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu mantic main restricted
# deb-src http://archive.ubuntu.com/ubuntu mantic main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu mantic-updates main restricted
# deb-src http://archive.ubuntu.com/ubuntu mantic-updates main restricted
## 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://archive.ubuntu.com/ubuntu mantic universe
# deb-src http://archive.ubuntu.com/ubuntu mantic universe
deb http://archive.ubuntu.com/ubuntu mantic-updates universe
# deb-src http://archive.ubuntu.com/ubuntu mantic-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu mantic multiverse
# deb-src http://archive.ubuntu.com/ubuntu mantic multiverse
deb http://archive.ubuntu.com/ubuntu mantic-updates multiverse
# deb-src http://archive.ubuntu.com/ubuntu mantic-updates multiverse
## 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://archive.ubuntu.com/ubuntu mantic-backports main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu mantic-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu mantic-security main restricted
# deb-src http://archive.ubuntu.com/ubuntu mantic-security main restricted
deb http://archive.ubuntu.com/ubuntu mantic-security universe
# deb-src http://archive.ubuntu.com/ubuntu mantic-security universe
deb http://archive.ubuntu.com/ubuntu mantic-security multiverse
# deb-src http://archive.ubuntu.com/ubuntu mantic-security multiverse
$
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-installer/+bug/2033109/+subscriptions
More information about the foundations-bugs
mailing list