-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

genkernel


> Gentoo Linux utility to compile and install kernels.

More information.


Automatically compile and install a generic kernel:

sudo genkernel all

Build and install the bzImage|initramfs|kernel|ramdisk only:

sudo genkernel {bzImage|initramfs|kernel|ramdisk}

Apply changes to the kernel configuration before compiling and installing:

sudo genkernel --menuconfig all

Generate a kernel with a custom name:

sudo genkernel --kernname={custom_name} all

Use a kernel source outside the default directory `/usr/src/linux`:

sudo genkernel --kerneldir={path/to/directory} all


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 18:47:45 2024