kernel updates in kickstart

2002-06-12 Thread Raphael Clifford
Hi, How do I install kernel updates using kickstart (with the rpms over nfs using Redhat 7.3). I have tried adding rpm -i /nfsdir/updates/kernel*.rpm to the %post section outside of the chroot envirnoment. This doesn't work but then I tried rpm -r /mnt/sysconfig/ -i /nfsdir/updates/kernel*.rp

Re: redhat 7.3 and performance

2002-06-12 Thread Raphael Clifford
How do I install kernel updates using kickstart (with the rpms over nfs). I have tried adding rpm -i /nfsdir/updates/kernel*.rpm to the %post section outside of the chroot envirnoment. This doesn't work but then I tried rpm -r /mnt/sysconfig/ -i /nfsdir/updates/kernel*.rpm in the chroot envir

Re: 7.3 unstable on isa machines?

2002-06-12 Thread Raphael Clifford
Could you give some more details of these crashes. For example is there anything in /var/log/messages or on the screen that could be used to diagnose the problem? Does it freeze or reboot or something else? Cheers, Raphael Eno Compton wrote: >On two separate machines with isa slots, I find

nfs options in kickstart config

2002-06-12 Thread Raphael Clifford
How would I set nfs options (such as nfsvers=3,proto=tcp,rsize=32768,wsize=32768) in the kickstart config? The line I use to mount the nfs server currently is #Use NFS installation media nfs --server marge.rockefeller.edu --dir /marge2/linuxinst I am not actually sure which options are used b