Re: Feedback on my development setup

Thomas Bertschinger <[email protected]> Thu, 25 Apr 2024 08:32:48 -0600
Newsgroups gmane.linux.newbie
Message-ID <20240425143248.GB291695@fedora-laptop>
On Tue, Apr 23, 2024 at 11:34:36AM -0400, Josh Marshall wrote:
> I have a draft document which I would like broader review on, which
> currently lives here:
> https://gitlab.com/anadon/getting-started-on-kernel-dev-guide-workspace.
> This document is to ease the setup of Kernel Development.  I intend to
> send this in as a patch to the mainline doc tree once it gets by a
> suitable number of reviewers.

Hi Josh,

Rather than using sed to update the config file, you might want to look
at scripts/config. It's a tool that's made for that purpose.

- Thomas Bertschinger