Greetings,

I want to trim down my Linux kernel to only support a tty and ethernet card, I don’t need any other features, has anyone done something similar of trimming down the linux kernel. I know that “make tinyconfig” exist but it’s not what I want.

can anyone suggest me something? or provide me some documentation to do it?

Thanks in advance!

  • 9point6@lemmy.world
    link
    fedilink
    English
    arrow-up
    13
    ·
    24 hours ago

    I think it’s worth understanding that tinyconfig is the result of a lot of effort into finding how much you can strip back the kernel and have it still (kinda) work. It’s realistically as stripped back as you can get—you don’t even get access to storage devices by default.

    I’m curious about where your requirements have come from, as if the kernel was literally just tty and ethernet, you basically wouldn’t be able to do anything with it.