Hi Guys,

I have made custom Centos DVD , I have copied ks.cfg in top directory of 
my DVD. and it is working fine.
My ks.cfg looks like :


%post --log=/root/my-post-log

yum remove libreoffice* -y ;
/usr/bin/wget http://210.X.X.52/LibreOffice_4.1.5_Linux_x86-64_rpm.tar.gz ;
tar -xvzf LibreOffice_4.1.5_Linux_x86-64_rpm.tar.gz ;
cd LibreOffice_4.1.5.3_Linux_x86-64_rpm/RPMS/ ;
yum install *.rpm -y ;

%end


I am downloading LibreOffice_4.1.5_Linux_x86-64_rpm.tar.gz from 
210.X.X.52 , which consume bandwidth each time , So i want to keep this 
package in side my DVD,
So i need Suggestion how can i do that , and access it on POST script 
run time.

Like can i mount my dvd in any /tmp folder OR any suggestion..

Thanks in Advance :)





On Monday 17 March 2014 11:34 PM, Earl A Ramirez wrote:
> On 17 March 2014 12:51, EljiUdia <eljiu...@yahoo.com> wrote:
>
>>
>>
>> On Monday, March 17, 2014 6:41 PM, Anant <anant.saras...@techblue.co.uk>
>> wrote:
>>
>> Hello All,
>>
>> I want to make custom iso of Centos 6.4 and want some feature in it by
>> default
>>
>>
>>
>> Take a look here
>> http://smorgasbork.com/component/content/article/35-linux/128-building-a-custom-centos-6-kickstart-disc-part-1or
>> odesk.com
>> _______________________________________________
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
> The following link [0] may help you with what you are trying to achieve.
>
> [0] http://centos.org/variants/
>
>
>


-- 
Anant Saraswat
System Admin (RHCVA,RHCE,RHCSA)

FOR AND ON BEHALF OF:
Techblue Software Pvt. Ltd.
73, Sector-5
IMT Manesar
Haryana

E: anant.saras...@techblue.co.uk
W: www.techblue.co.uk


The contents of this email are confidential and may be privileged, and are 
intended only for the use of the person or company named herein. Any views or 
opinions presented are solely those of the author and do not necessarily 
represent those of Technology Blueprint Limited.
If you are not the intended recipient of this email or a person responsible for 
delivering it to the intended recipient, you are hereby notified that any 
distribution, copying or dissemination of the information herein is strictly 
prohibited.

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to