Re: nfs mount under %post

Hugh Brown <[email protected]>
Newsgroups gmane.linux.redhat.kickstart.general
Message-ID <[email protected]>
On 09/02/2011 03:32 AM, Jon Tegner wrote:
> Hi All,
>
>
>
> for a long time I have been using the line
>
>
>
>
> "mount -o nolock,rw 192.168.0.198:/tftpboot /mnt/nfs_tftpboot"
>
>
>
>
> under RHEL 5, however, when trying to used under RHEL 6 I fail.
>
>
>
>
> Has something been changed here?
>
>
>
>
> Thanks,
>
>
>
>
> /jon

I can report that I'm successfully doing:

mkdir -pv $NFS_DIR
mount -v -t nfs -o nolock,ro $SERVER:$SCRIPT_PATH $NFS_DIR

via kickstart for RHEL 6.1

Hugh
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.