Project

General

Profile

Feature #37581

Updated by Ewoud Kohl van Wijngaarden 8 months ago

The Description of problem: 

 [RFE] Provisioning Templates or RHEL 9 should have option timesource 

 Version-Release number of selected component (if applicable): 
 Satellite 6.11 

 How reproducible: 

 Steps to Reproduce: 
 1. 
 2. 
 3. 

 Actual results: 

 kickstart template uses timezone: 
 <pre> 
 has the 

 timezone -utc <%= host_param('time-zone') || 'UTC' %> <%= host_param('ntp-server') ? "-ntpservers # 

 {host_param('ntp-server')} 

 " : '' %> 
 </pre> 
 But EL 

 Where for rhel 9 uses timesource: 
 <pre> 
 the timesource 

 timesource [--ntp-server NTP_SERVER | --ntp-pool NTP_POOL | --ntp-disable] [--nts] 
 </pre> 

 More about the timesource command at [1]. 

 [1] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/performing_an_advanced_rhel_9_installation/kickstart-commands-and-options-reference_installing-rhel-as-an-experienced-user#ref_timesource_kickstart-commands-for-system-configuration 

 Expected results: 

 Additional info:

Back