On 4/25/07, <b class="gmail_sendername">Geoff Mayes</b> <<a href="mailto:gmayes@vmware.com">gmayes@vmware.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello Kickstart List!<br><br>I would be most grateful for any help to the issue I'm having.<br><br>Here's the ultimate goal: to run kickstart installs over nfs using TCP<br>and not UDP on a RHEL3U5 system.</blockquote>
<div><br>There is a RHEL 4-specific way of doing this only implemented in Update 4 and beyond.  Here's the entry from the Changelog:<br>         * loader2/nfsinstall.c Add support for passing nfs mount options <br>        by specifying nfsmountopts= on the boot command line.  NOTE: this 
<br>        syntax will only exist in RHEL4.  For future major releases of<br>        RHEL, this will be handled on a more fine-grained basis.  (Brian<br>        Long, #168384)<br><br>I believe you would need to rebuild anaconda for 3 U5 with the patch I submitted to Red Hat for nfsmountopts.  
nfsmount.c function nfsmount() has checking for a "tcp" mount option, but there is no way to pass this option to loader and have it be passed to the nfsmount() function.<br><br>/Brian/<br><br></div></div>