Re: [PATCH] Support dropin files for Linux kernel parameters

2024-05-02 Thread Julian Andres Klode
On Fri, Mar 01, 2024 at 03:43:50PM +, Simon Rowe wrote: > Kernel parameters actually cover a range of purposes, including > userspace like systemd. They also need setting for a variety of > reasons: > > * as distro defaults > * to provide configuration for a package > * for an admin to s

Re: [PATCH] Support dropin files for Linux kernel parameters

2024-03-14 Thread Simon Rowe
Ping? On 01/03/2024, 15:43, "Simon Rowe" wrote: Kernel parameters actually cover a range of purposes, including userspace like systemd. They also need setting for a variety of reasons: * as distro defaults * to provide configuration for a package * for an admin to set desired behaviour H

Re: [PATCH] Support dropin files for Linux kernel parameters

2024-03-04 Thread Oskari Pirhonen
On Mon, Mar 04, 2024 at 09:04:04 +, Simon Rowe wrote: > On 02/03/2024, 03:21, "Oskari Pirhonen" wrote: > > > Would it be better to have the kernel command line args in GRUB config > > override the ones in > > any drop-ins? At least for me it would be surprising behavior if my distro > > set

Re: [PATCH] Support dropin files for Linux kernel parameters

2024-03-04 Thread Simon Rowe
On 02/03/2024, 03:21, "Oskari Pirhonen" wrote: > Would it be better to have the kernel command line args in GRUB config > override the ones in > any drop-ins? At least for me it would be surprising behavior if my distro > set something in > /usr/lib/kernel.d/ and changing that value in my GRUB

Re: [PATCH] Support dropin files for Linux kernel parameters

2024-03-01 Thread Oskari Pirhonen
On Fri, Mar 01, 2024 at 15:43:50 +, Simon Rowe wrote: > Kernel parameters actually cover a range of purposes, including > userspace like systemd. They also need setting for a variety of > reasons: > > * as distro defaults > * to provide configuration for a package > * for an admin to set