[Bug 2033109] Re: wrong apt sources.list after plaintext install with canary image

Launchpad Bug Tracker 2033109 at bugs.launchpad.net
Tue Aug 29 04:14:25 UTC 2023


This bug was fixed in the package livecd-rootfs - 23.10.26

---------------
livecd-rootfs (23.10.26) mantic; urgency=medium

  [ Łukasz 'sil2100' Zemczak ]
  * Update the enhanced-sb layer model to not preinstall the printing snaps,
    per changes to seeds. Live layer model not changed as it will go away
    soon per our staged changes.

  [ Michael Hudson-Doyle ]
  * Use a traditional seed.yaml style seed for the canary installer's live

 -- Łukasz 'sil2100' Zemczak <lukasz.zemczak at ubuntu.com>  Mon, 28 Aug
2023 12:13:38 +0200

** Changed in: livecd-rootfs (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
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:
  Invalid
Status in livecd-rootfs package in Ubuntu:
  Fix Released

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