[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: NFS mount temporarily hangs during %post
- From: Philip Rowlands <phr doc ic ac uk>
- To: Discussion list about Kickstart <kickstart-list redhat com>
- Subject: Re: NFS mount temporarily hangs during %post
- Date: Mon, 15 Nov 2004 22:29:19 +0000 (GMT)
On Mon, 15 Nov 2004, John Monaco wrote:
> Try using "-o nolock" on your mount entry, like this:
>
>mkdir /mnt/distribution
>mount -o nolock 192.168.1.1:/distribution /mnt/distribution
Yep, or perform the NFS mount in a separate, prior "%post --nochroot".
IIRC, the necessary kernel modules are not present in the 2nd stage
installer image, so must have been loaded as a result of fetching the
2nd stage itself via NFS.
Cheers,
Phil
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]