LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kickstart Configuration (https://www.linuxquestions.org/questions/linux-newbie-8/kickstart-configuration-704583/)

rajaguru14 02-14-2009 04:09 AM

Kickstart Configuration
 
I have tried kickstart Configuration and Its working , I have a doubt it ,
I have configured DHCP in my Server and In the same Server I have configured the kickstart

after the OS installation in the clients system through kickstart , I saw the IP was automatically assigned ,

My doubt is

Is there any way to assign the " Hostname: for the client systems automatically ,

( If the answer is big for my question , kindly please tell me atleast
the concept alone )

thanks in advance

TBC Cosmo 02-14-2009 09:33 AM

Yes

Code:

network --device ethx --bootproto static --ip x.x.x.x --hostname hostname

rajaguru14 02-25-2009 03:12 AM

In which file to add the code
 
Quote:

Originally Posted by TBC Cosmo (Post 3443282)
Yes

Code:

network --device ethx --bootproto static --ip x.x.x.x --hostname hostname


In which file should I have to add this above command



Thanks in advance

TBC Cosmo 02-25-2009 08:02 AM

You mentioned above that you have a kickstart configuration that's working. The fix should go in that file.


All times are GMT -5. The time now is 05:15 PM.