Re: kernel config optimized

2004-04-20 Thread Giorgos Keramidas
On 2004-04-19 14:31, "Kevin D. Kinsey, DaleCo, S.P." <[EMAIL PROTECTED]> wrote: > Brian Henning wrote: > >The following is a copy of my kernel config file. I am trying to > >optimize it as much as possible. > > > >do i need any of these psudo devices? > >pseudo-device loop # Network loopback >

Re: kernel config optimized

2004-04-19 Thread Kris Kennaway
On Mon, Apr 19, 2004 at 02:02:38PM -0500, Brian Henning wrote: > The following is a copy of my kernel config file. I am trying to optimize it as > much as possible. > > do i need any of these psudo devices? > pseudo-device loop # Network loopback > pseudo-device ether# Ethernet support > p

Re: kernel config optimized

2004-04-19 Thread Jorn Argelo
On Monday 19 April 2004 21:02, Brian Henning wrote: > The following is a copy of my kernel config file. I am trying to optimize > it as much as possible. > > do i need any of these psudo devices? > pseudo-device loop # Network loopback > pseudo-device ether# Ethernet support > pseudo-device

Re: kernel config optimized

2004-04-19 Thread Kevin D. Kinsey, DaleCo, S.P.
Brian Henning wrote: The following is a copy of my kernel config file. I am trying to optimize it as much as possible. do i need any of these psudo devices? pseudo-device loop # Network loopback Most people would leave this in. I've no idea what might break without it, but I'll wager somet

kernel config optimized

2004-04-19 Thread Brian Henning
The following is a copy of my kernel config file. I am trying to optimize it as much as possible. do i need any of these psudo devices? pseudo-device loop # Network loopback pseudo-device ether# Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1# Kernel PPP pseud