Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Going module-free



On Sat, Apr 16, 2011 at 08:15:01AM +0200, Ian D. Leroux wrote:
> Suppose that I build a custom kernel which includes all the drivers I
> need. How do I prevent the installation of kernel modules at the next
> ./build.sh install?  I'd rather avoid them taking up space on my (small,
> read-only) root partition.

I haven't tested, but I suppose that adding

        MKKMOD=no

to /etc/mk.conf (or even -V MKKMOD=no as command line to build.sh)
should do the trick. If that leads to fallout, I'd consider it a bug,
so please try and file PRs.

Martin


Home | Main Index | Thread Index | Old Index