[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Mounting NFS during Kickstart as RW
- From: "Matt Sturtz" <rh-kickstart matthouse com>
- To: kickstart-list redhat com
- Subject: Re: Mounting NFS during Kickstart as RW
- Date: Tue, 23 Jan 2007 10:57:15 -0700 (MST)
> Does anyone on this List know whether or not an NFS mount can be mounted
> RW on the target system during a Kickstart installation? I am attempting
> to redirect all of my standard out/error to a log file located on the
> system hosting my ISOs.
I do this as one of the first lines in my %pre -- so that I can write
configuration information, etc...
I used to simply mount RW on top of the old RO mount, as follows:
mount kickstartserver:/kickstartdirectory /mnt/source
...which worked fine on RHEL-3, but on 4, it ceased to work correctly.
On RHEL-4, I had to change it slighly, which is probably the more
"correct" way to do it anyway:
mount -o remount,rw kickstartserver:/kickstartdirectory /mnt/sourc
...I don't use Fedora, only RHEL, so I couldn't say if that will help you
or not...
-Matt-
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]