Yet Another Beowulf Installation Howto

Beowulf Server Installation -- Kickstart 2 part

Now, let do better %post section for the kickstart. First try: added:
------------------------
%post

rpm -e sendmail
rpm -e kernel-pcmcia-cs
rpm -e gecko linuxconf
rpm -e routed  

chkconfig --level 345 atd off
chkconfig --level 345 kerneld off
chkconfig --level 345 lpd off
chkconfig --level 345 gmp off     


rpm -i ftp://192.168.1.100/pub/linux-2.2.5-1.i386.rpm


cat </tmp/x1
serial=0,9600n8
append="console=tty0 console=ttyS0,9600"
EOF
cp /etc/lilo.conf /tmp/x2
cat /tmp/x1 /tmp/x2 >/etc/lilo.conf
lilo

cd /dev
rm -f console tty0
mknod -m 622 console c 5 1
mknod -m 622 tty0 c 4 0
rm -f /etc/iocyl.save


cat <>/etc/securetty
ttyp0
ttyp1
ttyp2
ttyp3
ttyp4
ttyS0
EOF

cat <>/etc/inittab
S0:12345:respawn:/sbin/getty ttyS0 DT9600 vt100
EOF
------------------------ 

YA Beowulf Installation Howto
Svet Ivantchev, svet@wm.lc.ehu.es

URL of this page: http://lcdx00.wm.lc.ehu.es/~svet/beowulf/kickstart.html