Re: Setup for sending mail via Mutt

Richard Akintola <[email protected]> Tue, 15 Apr 2025 11:24:56 +0100
Newsgroups dev.linux.lists.outreachy
Message-ID <CAMyr_bJ86_88ruvcH2_6GWcthNei=r5RYiim7m_SBHXaTEf=eA@mail.gmail.com>
On Tue, Apr 15, 2025 at 10:17=E2=80=AFAM Julia Lawall <[email protected]=
r> wrote:

> Again, please be more clear about what shoud be done.  What page is this
> referring to, for example?

Oh my bad that it wasn't clear, I couldn't use the "make -jN" and
"sudo make modules_install install" to successfully install the kernel on m=
y
Debian based OS, so I found a way around it.

Below are the parts of the page that I think that they could be placed
but it must be
noted that these are for Debian based OS.

Compile the Kernel
make bindeb-pkg
Or for example
make -j2 bindeb-pkg

Install your changes
After running "make bindeb-pkg or make -jN bindeb-pkg", install the
kernel with:
cd ..
sudo apt install ./*.deb

To uninstall the custom kernel -- this could also be placed at the
install your changes
sudo apt remove linux-image-<version> linux-headers-<version>

Richard Akintola