Re: [PATCH] Create a Containerfile with required grub packages for development

2025-06-18 Thread Leo Sandoval via Grub-devel
On Wed, Jun 18, 2025 at 8:02 AM Andrew Hamilton wrote: > If it’d help I can take a crack at making a second container file for a > different distribution to cover more users- maybe Debian? > makes sense. I already had it for debian but untested so let me just double check all is fine and send a

Re: [PATCH] Create a Containerfile with required grub packages for development

2025-06-18 Thread Andrew Hamilton
If it’d help I can take a crack at making a second container file for a different distribution to cover more users- maybe Debian? Thanks, Andrew On Mon, Jun 16, 2025 at 11:35 AM Leo Sandoval via Grub-devel < grub-devel@gnu.org> wrote: > > > On Sat, Jun 14, 2025 at 3:38 AM Vladimir 'phcoder' Serb

Re: [PATCH] Create a Containerfile with required grub packages for development

2025-06-16 Thread Leo Sandoval via Grub-devel
On Sat, Jun 14, 2025 at 3:38 AM Vladimir 'phcoder' Serbinenko < phco...@gmail.com> wrote: > I'm unsure about favouring one distro over the other on this. > Another thing: it misses arm and riscv efis in its package list > you mean creating a distroless container? Although not explicitly indicate

Re: [PATCH] Create a Containerfile with required grub packages for development

2025-06-14 Thread Neal Gompa
On Mon, Jun 9, 2025 at 3:22 PM Leo Sandoval via Grub-devel wrote: > > Containers bring the ability to have ready-to-use environments and in > this case a complete Fedora container file is described containing > all required packages for building and testing grub2. > > Once users manually build it,

Re: [PATCH] Create a Containerfile with required grub packages for development

2025-06-14 Thread Vladimir 'phcoder' Serbinenko
I'm unsure about favouring one distro over the other on this. Another thing: it misses arm and riscv efis in its package list Regards Vladimir 'phcoder' Serbinenko Le lun. 9 juin 2025, 22:22, Leo Sandoval via Grub-devel a écrit : > Containers bring the ability to have ready-to-use environments

Re: [PATCH] Create a Containerfile with required grub packages for development

2025-06-09 Thread Andrew Hamilton
> Containers bring the ability to have ready-to-use environments and in > this case a complete Fedora container file is described containing > all required packages for building and testing grub2. > Once users manually build it, they can run the container jump into a > setup ready for development

[PATCH] Create a Containerfile with required grub packages for development

2025-06-09 Thread Leo Sandoval via Grub-devel
Containers bring the ability to have ready-to-use environments and in this case a complete Fedora container file is described containing all required packages for building and testing grub2. Once users manually build it, they can run the container jump into a setup ready for development. On the ot