[Bug 985291] Re: [oem-config] Generated /etc/apt/sources.list inconsistent with normal installations
Launchpad Bug Tracker
985291 at bugs.launchpad.net
Fri Apr 20 14:02:17 UTC 2012
This bug was fixed in the package livecd-rootfs - 2.65
---------------
livecd-rootfs (2.65) precise; urgency=low
* Add (extra-)override parsing to the preinstalled pool to make sure
we get task headers in the local pool for tasksel (LP: #819899)
* Move temp directories under config so they get cleaned properly
* Invoke apt-get update once with only the sources.list fragment
for the local archive, so our package/task selection more closely
mimics the CD experience (LP: #985258, #985737, #985280, #819900)
* Write out a standard sources.list entry for preinstalled systems
that's similar to the one generated by installers (LP: #985291)
-- Adam Conrad <adconrad at ubuntu.com> Fri, 20 Apr 2012 00:29:38 -0600
** Changed in: livecd-rootfs (Ubuntu)
Status: New => 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/985291
Title:
[oem-config] Generated /etc/apt/sources.list inconsistent with normal
installations
Status in “livecd-rootfs” package in Ubuntu:
Fix Released
Bug description:
After completing with an install with oem-config on omap4, the
resulting sources.list file differs greatly from x86, including a lack
of source packages, sections explaining what restricted, universe,
multiverse are, no section for proposed, nor any deb-src lines.
ubuntu at localhost:/var/log$ cat /etc/apt/sources.list
# This is a sources.list entry for a small pool of packages
# provided on your preinstalled filesystem for your convenience.
#
# It is perfectly safe to delete both this entry and the directory
# it references, should you want to save disk space and fetch the
# packages remotely instead.
#
deb file:/var/lib/preinstalled-pool/ ./
#
# /etc/apt/sources.list
deb http://ports.ubuntu.com/ubuntu-ports/ precise main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports/ precise-security main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports/ precise-updates main restricted universe multiverse
Standard sources.list from an x86 system (nearly identical to standard
sources.list on ports installs)
mcasadevall at daybreak:~/df_linux$ cat /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ubuntu.osuosl.org/ubuntu/ precise main restricted
deb-src http://ubuntu.osuosl.org/ubuntu/ precise main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://ubuntu.osuosl.org/ubuntu/ precise-updates main restricted
deb-src http://ubuntu.osuosl.org/ubuntu/ precise-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://ubuntu.osuosl.org/ubuntu/ precise universe
deb-src http://ubuntu.osuosl.org/ubuntu/ precise universe
deb http://ubuntu.osuosl.org/ubuntu/ precise-updates universe
deb-src http://ubuntu.osuosl.org/ubuntu/ precise-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://ubuntu.osuosl.org/ubuntu/ precise multiverse
deb-src http://ubuntu.osuosl.org/ubuntu/ precise multiverse
deb http://ubuntu.osuosl.org/ubuntu/ precise-updates multiverse
deb-src http://ubuntu.osuosl.org/ubuntu/ precise-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://ubuntu.osuosl.org/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://ubuntu.osuosl.org/ubuntu/ precise-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu precise-security main restricted
deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
deb http://security.ubuntu.com/ubuntu precise-security universe
deb-src http://security.ubuntu.com/ubuntu precise-security universe
deb http://security.ubuntu.com/ubuntu precise-security multiverse
deb-src http://security.ubuntu.com/ubuntu precise-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu oneiric partner
# deb-src http://archive.canonical.com/ubuntu oneiric partner
## Uncomment the following two lines to add software from Ubuntu's
## 'extras' repository.
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu oneiric main
# deb-src http://extras.ubuntu.com/ubuntu oneiric main
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/985291/+subscriptions
More information about the foundations-bugs
mailing list