[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: compile the kernal
- From: Statux <statux bigfoot com>
- To: "redhat-list redhat com" <redhat-list redhat com>
- Cc: <storri ameritech net>
- Subject: Re: compile the kernal
- Date: Sun, 23 Sep 2001 03:41:37 -0400 (EDT)
At the root (base) of the kernel source you type 'make menuconfig' :)
As far as that HOWTO you were reading, it probably just told you what
options to enable. That's how it's done quite often.. as menu entries move
around and get long confusing names, etc. Basically, all you'd have to do
is add proper entries to the .config that's in the kernel source tree:
CONFIG_NETFILTER=y
The above will enable (built-in) support (when possible to do so) for
whatever that key is for (it happens to be for iptables support in the
2.4 kernel series, in this example).
Make sure you have the same kernel version or a kernel from the series
they are talking about. Kernel versions 2.2.x and 2.4.x have different
firewalling support, in general. Keys that work with one kernel might not
work with another.
On Sun, 23 Sep 2001 cyu0635 home com wrote:
> Hi Stephen Torri
>
> I browsed http://www.linux.com/howto/Firewall-HOWTO-6.html#ss6.1
> and learn how to compile the kernal
>
> but I coudn't find 'make menuconfig'
>
> please teach me
>
> Thanks
>
>
>
> _______________________________________________
> Redhat-list mailing list
> Redhat-list redhat com
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
--
-Statux
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]