Clean up sources.list in autoinstaller; take updates
Bug #314427 reported by
Evan Broder
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Invirt Project |
Confirmed
|
High
|
Unassigned |
Bug Description
xvm / / kcr 11:25 (we do what we must because we can)
also, autoinstalled machines should *not* come up without
security patches or the security apt source commented out
This must be a problem with the Etch autoinstaller, because the Hardy one comes up fine.
That being said, Hardy's sources.list comes up incomplete. I don't a fresh install accessible to me, but xen-create-image leaves multiverse off of a couple of the lines.
To post a comment you must log in.
Eww, eww, make it go away. From /usr/lib/ xen-tools/ debian. d/20-setup- apt:
> # debian. org /etc/apt/ sources. list >/dev/null 2>/dev/null ) ; then
> # If the host system has security support then enable that here too.
> #
> if ( grep ^deb.*security.
If that doesn't match, it adds in the security sources commented out.
This is totally a bug in xen-utils, both because the hooks may not be running on a Debian system, and because you probably never want a system running without the security repo enabled.
The issue with the Ubuntu installers is separate - someone just forgot to mention multiverse in several different places in /usr/lib/ xen-tools/ edgy.d/ 20-setup- apt (which is different from the Debian one)