[elbe-devel] [PATCH] init default-init.xml: remove backports kernel from pkg list

John Ogness john.ogness at linutronix.de
Tue Apr 9 14:55:54 CEST 2019


On 2019-04-09, Torben Hohn <torben.hohn at linutronix.de> wrote:
>> > diff --git a/elbepack/init/default-init.xml b/elbepack/init/default-init.xml
>> > index c8bd05ca..bf4f6209 100644
>> > --- a/elbepack/init/default-init.xml
>> > +++ b/elbepack/init/default-init.xml
>> > @@ -50,7 +50,6 @@
>> >  		<pkg-list>
>> >  			<pkg>openssh-server</pkg>
>> >  			<pkg pin="stretch-backports">debootstrap</pkg>
>> > -			<pkg pin="stretch-backports">linux-image-amd64</pkg>
>> 
>> I think you are missing:
>> 
>> +                       <pkg>linux-image-amd64</pkg>
>> 
>> The kernel isn't part of debootstrap.
>
> this is not debootstrap, this is the debian installer.
> believe me, it installs a kernel ;)

Maybe for amd64 this is the case, but generally we explicitly specify a
kernel to be installed (just look in examples).

But since amd64 installs a kernel by default and since the initvm is
amd64:

Reviewed-by: John Ogness <john.ogness at linutronix.de>



More information about the elbe-devel mailing list