[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: mounting nfs directory in kickstart post installation scripts
- From: "Joe_Wulf" <Joe_Wulf yahoo com>
- To: "'Discussion list about Kickstart'" <kickstart-list redhat com>
- Subject: RE: mounting nfs directory in kickstart post installation scripts
- Date: Wed, 21 Nov 2007 08:42:35 -0500
Annappa,
What I've found successful is to execute the mount and other command no
differently than I would in a regular fully built system. Note that this
does happen AFTER all the other RH installation activities.
%post
mount <ip.address.of.server>:/source/directory /mnt
cp /mnt/<your RPM's> /root
cd /root
rpm -ivh *.rpm
R,
-Joe Wulf, CISSP, USN(RET)
Senior IA Engineer
ProSync Technology Group, LLC
www.prosync.com
-----Original Message-----
From: kickstart-list-bounces redhat com
[mailto:kickstart-list-bounces redhat com] On Behalf Of annappa gk
Sent: Wednesday, November 21, 2007 06:30
To: kickstart-list redhat com
Subject: mounting nfs directory in kickstart post installation scripts
Hi all,
I have copied some rpms to nfs dir. how do i mount this in post installtion
script to install these RPMS.
thanks in advance,
Annappa
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]