HARRIS Jimmy (AXA-Tech-AU) wrote:
>> Build ISO in 1.2.X contains an option to include the entries for various 
>> system records on the ISO. Each system will appear by name. If you don't 
>> specify it, they are left off, and you just get the profiles. Naturally 
>> the profile records do not know anything about your system-specific 
>> customizations you have made in cobbler, so to include these, it's just:
>>
>> cobbler buildiso --systems=sys1,sys2,sys3
>>
>> And that will put those entires into the menu. We can't put all the 
>> system records in the menu automatically because there are limits to how 
>> long a syslinux menu can be. The Cobbler live cd was intended to be an 
>> alternative to this (it is more dynamic and can look up a system by 
>> searching for the mac address), though this solution does not work in 
>> the static IP case.
>>     
>
> This is very useful for our (non-DHCP) environment - thanks!  Will Kickstart 
> then use the network details specified in the system record or will we still 
> have to manually add them during the install?
>   

Kickstart will use the ones in the record, at least the ip address, 
subnet, and gateway of the first interface as stored in Cobbler.  
(Cobbler can store info on more than one).

It does not store any nameserver info, so you will want to see that 
/etc/cobbler/settings has server as an ip address in that case, or you 
can add "nameserver" to the kernel options line manually, your 
choice.      An easy way to do this is add it to the default kernel 
options in /etc/cobbler/settings.

--Michael




> James
>
> *********************************************************************************
> Important Note
> This email (including any attachments) contains information which is 
> confidential and may be subject to legal privilege.  If you are not 
> the intended recipient you must not use, distribute or copy this 
> email.  If you have received this email in error please notify the 
> sender immediately and delete this email. Any views expressed in this 
> email are not necessarily the views of AXA-Tech Australia.   Thank you.
> **********************************************************************************
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> cobbler mailing list
> [email protected]
> https://fedorahosted.org/mailman/listinfo/cobbler
>   

_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to