When you have --architecture i386 you don't have to put --linux-flavor "486 686-pae" because it will get both automatically.
If you only want 686-pae then you use --linux-flavor "686-pae" or likewise if you only want 486 you only put --linux-flavor "486" I also never use linux-packages "linux headers" Try that and see how you go. On 20 November 2013 09:37, Luigi Cirillo <[email protected]> wrote: > Hello, I am trying to build a custom live starting from debian standard > live. > ------------------------------------------------- > lb config --config git://live-systems.org/git/live-images.git > ------------------------------------------------- > I changed the config file: > ------------------------------------------------- > lb config noauto \ > --clean \ > --ignore-system-defaults \ > --mode debian \ > --debian-installer live \ > --architectures i386 \ > --linux-flavours "486 686-pae" \ > --linux-packages "linux-image linux-headers" \ > --source "true" \ > ---------------------------------------------------- > But "lb build" return > ---------------------------------------------------- > Package linux-headers-686-pae is not available, but is referred to by > another package. > This may mean that the package is missing, has been obsoleted, or > is only available from another source > > E: Unable to locate package linux-image-486 > E: Unable to locate package linux-headers-486 > E: Unable to locate package linux-image-686-pae > E: Package 'linux-headers-686-pae' has no installation candidate > P: Begin unmounting filesystems... > P: Saving caches... > Reading package lists... > Building dependency tree... > Reading state information... > ------------------------------------------------------- > Why the kernel is missing? > > I am using live-build 3.0.5-1 on Debian Wheezy amd64 > Thank You > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > Archive: > http://lists.debian.org/cag0ki35tg-hcc3o3cctfxvzcc-dm5nnds2lbwzio8a1ecj0...@mail.gmail.com > >
