I am trying to use live-build to create a remix of ubuntu 12.04. My goal is a bootable liveusb that can install the base ubuntu system plus my custom packages. I am using live-build with the following config options:
lb config --mode ubuntu --distribution precise --hostname livecd --username livecduser --archive-areas "main contrib" --binary-images iso-hybrid --architecture amd64 --debian-installer live
For some reason it fails with the following error:
Building dependency tree... Done
E: Unable to locate package console-common
P: Begin unmounting filesystems...
Strangely:
apt-cache search console-common
console-common - basic infrastructure for text console configuration
Anyone have thoughts or guidance on why this is failing?
You've only enabled the
main
andcontrib
areas, but theconsole-common
package is provided by the Universe repository. Try--archive-areas "main universe contrib"
instead.Hi I had the same issue as you and the most that I find is to put directly the .deb downloading in ubuntu in the packages.chroot directory (if you have the 3.0 version) and if you need an other package for dependances do the same.