KICKSTART (7.1):
/root/anakonda-ks.cfg is the ks.cfg file for that computer configuration
install ksconfig*.rpm
mkkickstart > file
at the boot disket:
cp -p ks.cfg /mnt/floppy
in syslinux.cfg: default linux ks=floppy
delete prompt and timeout lines
..
chkconfig pcmcia off
chkconfig kudzu off
lynx -source http://192.168.0.15/rh7.1/resolve.conf > /etc/resolve.conf
lynx -source http://192.168.0.15/rh7.1/smb.conf > /etc/samba/smb.conf
lynx -source http://http://192.168.0.15/rh7.1/hosts > /etc/hosts
#echo "nameserver 194.90.1.5" >> /etc/resolv.conf
#EOF
|