#4 align with Red Hat cloud image bootloader parameters
Merged 4 years ago by arrfab. Opened 4 years ago by alphacc.
centos/ alphacc/kickstarts master  into  master

file modified
+1 -1
@@ -15,7 +15,7 @@ 

  services --disabled="kdump" --enabled="NetworkManager,sshd,rsyslog,chronyd,cloud-init,cloud-init-local,cloud-config,cloud-final,rngd"

  timezone UTC --isUtc

  # Disk

- bootloader --append="console=ttyS0,115200n8 no_console=tty0 timer_check crashkernel=auto net.ifnames=0" --location=mbr --timeout=1 --boot-drive=vda

+ bootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0" --location=mbr --timeout=1 --boot-drive=vda

  zerombr

  clearpart --all --initlabel 

  reqpart

  • It seems RH image uses no_timer_check rather than timer_check for RHEL8
  • no_console is not a valid parameter

1 new commit added

  • no_console is not a valid parameter
4 years ago

Pull-Request has been merged by arrfab

4 years ago
Metadata