Greetings, On Fri, Jun 1, 2012 at 4:21 PM, Matthew Byers <[email protected]> wrote: > Still with same issue: > > live-build, version 3.0~a48-1 > > Config command: > lb config -b iso-hybrid --mode ubuntu --architecture i386 --distribution > precise --archive-areas "main contrib non-free partner security" > --iso-application "Ubuntu Christian Edition" --iso-publisher UCE --memtest > memtest86+ > > I change NOTHING. No added package list. No messing with config/bootstrap or > anything else. I simply run config then lb build with no options and it runs > until i hit this: > > W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/Release > Unable to find expected entry 'contrib/source/Sources' in Release file > (Wrong sources.list entry or malformed file) > > E: Some index files failed to download. They have been ignored, or old ones > used instead. > P: Begin unmounting filesystems... > P: Saving caches... > Reading package lists... Done > Building dependency tree... Done >
I am not sure but the mirror archive.ubuntu.com/ubuntu/dists/precise/ only shows: [DIR] main/ 05-Dec-2011 18:03 - [DIR] multiverse/ 14-Oct-2011 00:29 - [DIR] restricted/ 14-Oct-2011 00:29 - [DIR] universe/ 14-Oct-2011 00:29 So try: lb config --mode ubuntu --architecture i386 --distribution precise --archive-areas "main multiverse restricted universe" --iso-application "Ubuntu Christian Edition" --iso-publisher UCE Also I believe the -b iso-hybrid and --memtest memtest86+ are already defaults. See if that gets you any further. > > > On Thu, May 31, 2012 at 12:08 AM, Daniel Baumann > <[email protected]> wrote: >> >> On 05/31/2012 04:57 AM, Matthew Byers wrote: >> > lb config --mode ubuntu --package-lists "standard" --a i386 --d precise >> > --archive-areas "main contrib non-free partner security" --hostname UCE >> > --iso-application "Ubuntu Christian Edition" --iso-publisher UCE >> > --memtest memtest86+ >> >> what Richard said, plus.. check your parameters (see man lb_config), >> it's '--long-option FOO' but '-shortoption BAR', not '--shortoption BAR'. >> >> -- >> Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern >> Email: [email protected] >> Internet: http://people.progress-technologies.net/~daniel.baumann/ >> >> >> -- >> To UNSUBSCRIBE, email to [email protected] >> with a subject of "unsubscribe". Trouble? Contact >> [email protected] >> Archive: >> http://lists.debian.org/[email protected] >> > > > > -- > God Bless -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CA+p-VY-c7P50g49t5sfu6ft0Ch23svuyOYtCNJrmE=ehkvp...@mail.gmail.com
