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!

  • frankenswine@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 days ago

    make menuconfig should guide you through all possible options and enable you to browse and navigate all the dependencies. maybe deselect all first and then select only the ones you want?