Thanks all.
Since the nfs kickstart line is created from the distro file I changed
it and the resulting ks file looked great. However, koan errs w/
koan: error: no such option: --opts
Here's the diff
i386
10c10
< tree:
'nfs://xxx:/vol/isos/IsoImages/rhel-5.2-server-i386-disc1'
---
> tree:
'nfs://xxx:/vol/isos/IsoImages/rhel-5.2-server-i386-disc1
--opts=tcp'
But it worked.
I'm guessing that editing the distro files is not the best way to do it.
* What does your kickstart template look like?
Also, NetApp's best practices for Linux is to use NFS 4 which is
strictly over TCP.
I used
cobbler import --name=someprefix --mirror=/mnt/nfs
--available-as=nfs://foosball.example.org/somepath
It was smooth.
Timothy French <[EMAIL PROTECTED]>
Office of Information Technology, University of Utah
Key fingerprint = 838C F04D AAC8 6D9C 7ED7 2629 925E BF3E 1FD1 826C
This is a bit kludgy, so you might want to rethink why you want to do it.
>> How are folks NFS kickstarting with their Filers using NFS over TCP?
>>
>> The official RH line is to use a boot command line option for RH4.
>>
>>
>> Further research shows:
>>
>> It look like adding
>> --opts=tcp to the nfs line in the ks file would works.
>>
>> Since the ks file is generated on-the-fly how do I get something that
>> looks like this
>>
>> # INSTALLATION TYPE
>> nfs --server $nfs_server --dir $nfs_distro_root/$distro --opts=tcp
>>
>>
>> Timothy French <[EMAIL PROTECTED]>
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler