LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kickstart Installation in Linux (https://www.linuxquestions.org/questions/linux-newbie-8/kickstart-installation-in-linux-892279/)

gardenair 07-18-2011 05:15 AM

Kickstart Installation in Linux
 
I have a small lab in my home for learning Linux.I am using Cent OS 5. I assign 192.168.1.10/24 to server and 192.168.1.11/24 to client.

For installation purpose I have successfully done installation through FTP server.Just copy the contents in /var/ftp/pub and start the service

#service vsftpd restart

on Client computer I use

:linux askmethod

Well now I want to do installation through kickstart method.Kindly guide me that what steps should I take for kickstart installation?

regards
garden

acid_kewpie 07-18-2011 05:18 AM

Kickstart is not an installation method, it is a configuration script to automate part of the installation, which can be started in many different ways. Typically it is used as part of a solution where PXE is used to trigger an installation over HTTP, but that's only one way, could use a kickstart with a CDROM, FTP install etc.

gardenair 07-18-2011 05:35 AM

thanks "acid_kewpie" for the prompt reply. Could you please guide me that how to do it through FTP ?

acid_kewpie 07-18-2011 05:38 AM

There are plenty of examples on line if you do a google for "ftp kickstart"

gardenair 07-18-2011 05:50 AM

yes you give the right answer .I already google for ftp kickstart .It is very technical,long and confusing for me.
Kindly can you briefly guide me ?
thanks in advance.
garden

acid_kewpie 07-18-2011 06:18 AM

No, I can't guide you. I can help you with specific issues, but there is no benefit in repeating existing standard procedures. If something is too long and too technical then often that's a sign that you should take more time to understand it in order to achieve a suitable and well built solution.

gardenair 07-19-2011 12:19 PM

One thing I want to clear that to follow kickstart in client computer the Lan card should be capable for PXE boot ?

acid_kewpie 07-19-2011 12:27 PM

No. Again kickstart is not an installation method, just a configuration script. You can use a kickstart when booting from CD or floppy for example. A very common usage of kickstarts is in conjunction with netbooting using pxe but they two are not actually related at all.

gardenair 07-19-2011 12:37 PM

thanks again for the reply. Well i know that kickstart is configuration script file.It is automated installation method to install linux on the client machines to save time using Hard Disk ,HTTP,FTP,NFS."Sorry if i am wronge again. (This is what I have search from google).


All times are GMT -5. The time now is 02:14 AM.