LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-12-2012, 09:53 AM   #1
johnthrax
LQ Newbie
 
Registered: Jun 2011
Distribution: CentOS, RHEL
Posts: 10

Rep: Reputation: Disabled
Install McAfee after kickstart


I'm looking for a way to automatically install uvscan as part of the kickstart process. I'd like to be able to kick a box and have McAfee installed once the kick is done, instead of doing it manually. I'm running RHEL 5 & 6, and we do not have an ePo server available in case that makes a difference. Thanks.
 
Old 06-12-2012, 11:22 AM   #2
bradvan
Member
 
Registered: Mar 2009
Posts: 367

Rep: Reputation: 61
Add a %post section to your kickstart file.

Code:
# Change directory to where you have the uvscan.tar.gz file
mkdir uvscan
if [ -f uvscan.tar.gz ]; then
   gzip -d -v uvscan.tar.gz
fi
cd uvscan
tar xf ../uvscan.tar
./install-uvscan -y
cd ..
That should get you pointed in the correct direction.
 
  


Reply

Tags
kickstart



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
pxe kickstart redhat install + vnc/smilar during install fishjohn Linux - Server 1 04-24-2010 09:22 AM
How To Install McAfee LinuxShield on Debian sinister1 Linux - Software 2 05-29-2008 01:41 AM
Trying to install McAfee Rig24 Linux - Software 2 07-10-2007 11:57 AM
Install Mcafee in redhat heero82 Linux - Software 6 05-30-2003 09:23 PM
How to install Mcafee on linux s_diptiman Linux - Software 2 03-27-2003 04:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration