After you have installed one - you could:
1)
check whats node specific:
cd /etc
find . -type f | xargs grep your_ip_number
find . -type f | xargs grep your_hostname
# above are the files to edit later
enable SULOGIN=yes in /etc/default/rcS
shutdown -h now
while more_disks
do
connect your disks as (ide disks assumed) primary slave, secondary master and slave
boot and login at first login
dd if=/dev/hda of=/dev/hdb
dd if=/dev/hda of=/dev/hdc
dd if=/dev/hda of=/dev/hdd
for i in all_partitions; do fsck -f $i; done
for i in root_partitions
do
mount $i /mnt
$EDITOR /mnt/etc/$above_files;
umount /mnt
done
shutdown -h now
disconnect drives and install them in target pc's
done
2)
dpkg --get-selections > list
while more_pcs
do
base install it
fetch file list above
dpkg --set-selections < list
dpkg something_I_forgot or
dselect # go to install, or
apt-get -i `cat list`
done
Regards,
/Karl
-----------------------------------------------------------------------
Karl Hammar Aspö Data [EMAIL PROTECTED]
Lilla Aspö 2340 +46 173 140 57 Networks
S-742 94 Östhammar +46 10 270 26 67 Computers
Sweden Consulting
-----------------------------------------------------------------------
From: "Laubacher Libor" <[EMAIL PROTECTED]>
Subject: Help with multi install
Date: Mon, 5 Feb 2001 21:45:00 +0100
>
> Hi,
>
> I have 11 identical PC's and wonna install potato on all those
> PC's
> Is there any way how to install potato to one (first) and use
> some trick to transer installation to others 10 PC's ?
>
> Any help would be appreceiated.
> Regards,
>
> Libor
>
> > Libor Laubacher
> > Progress DBA - Novell/WinNT/AiX/LiNUX
> > Czech Insurance - Headquarters, Prague, CZ
> http://www.cpoj.cz
> > phone: +420 2 6799 1828
> > mobile: +420 603 280555
> > fax: +420 2 793 37 42
> > --
> Improvement is impossible without change.
>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]