Introduction

2002-01-10 Thread Hichame Jeffali
Hi all, I am a Moroccan system administrator. I want to be able to automate the installation of a bunch of servers and a firewall machine. My aim is to build a small distribution that can be used by many system administrators to build networks based on the same architecture

Re: Introduction

2002-01-10 Thread Thomas Lange
On Thu, 10 Jan 2002 17:59:40 GMT+1, Hichame Jeffali [EMAIL PROTECTED] said: detection of all kind of network cards and also building a Just write a little hook which tries to load all network card drivers and then look if new cards are detected. What about: for driver in `ls

Re[1] Introduction

2002-01-10 Thread Hichame Jeffali
Just write a little hook which tries to load all network card drivers and then look if new cards are detected. What about: for driver in `ls /lib/modules/2.2.19/net/*` ; do modprobe $driver # test if new ethernet device is found; use ifconfig or dmesg,... done I am assuming that FAI-BOOTP

Re: Re[1] Introduction

2002-01-10 Thread Thomas Lange
On Thu, 10 Jan 2002 18:42:41 GMT+1, Hichame Jeffali [EMAIL PROTECTED] said: card.. More precisely I would like to know whether I can put all the card modules in a floppy disk and to detect any card If you have a very big floppy ;-) The size of all ethernet driver is too big for a