Jürgen Groß, le mar. 08 oct. 2024 11:18:26 +0200, a ecrit: > On 07.10.24 23:50, Samuel Thibault wrote: > > > diff --git a/stubdom/grub/minios.cfg b/stubdom/grub/minios.cfg > > > index 8df49092cd..5145b357e0 100644 > > > --- a/stubdom/grub/minios.cfg > > > +++ b/stubdom/grub/minios.cfg > > > @@ -1,3 +1,4 @@ > > > -CONFIG_START_NETWORK=n > > > +CONFIG_LIBC=y > > > +CONFIG_LWIP=n > > > CONFIG_SPARSE_BSS=n > > > CONFIG_TPMFRONT=y > > > > Grub does use LWIP, and just does not want mini-os to start network > > automatically, grub does so by itself from minios_probe. > > Are you sure? LWIPDIR isn't being set for building grub-stubdom. How > does this work?
Ah, sorry, grub implements tcp/ip itself indeed, so it's only netfront that stubdom-grub needs. Samuel
