From 1c828e2c7128fe41a33cf5da951c2f1d3f5abf45 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Wed, 4 Oct 2023 13:12:56 +0530 Subject: [PATCH] pkg plymouth is already excluded, no need to disable from GRUB --- includes/base-configuration.ksi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/base-configuration.ksi b/includes/base-configuration.ksi index fe81332..8d68551 100644 --- a/includes/base-configuration.ksi +++ b/includes/base-configuration.ksi @@ -7,5 +7,5 @@ timezone UTC selinux --enforcing firewall --enabled --ssh network --device=link --activate --bootproto=dhcp --onboot=on --hostname=rockylinux -bootloader --location=mbr --boot-drive=sda --append="rd.plymouth=0 plymouth.enable=0" +bootloader --location=mbr --boot-drive=sda shutdown # power-off after the installation completes