pkg plymouth is already excluded, no need to disable from GRUB

This commit is contained in:
Pratham Patel 2023-10-04 13:12:56 +05:30
parent 635c1d9026
commit 1c828e2c71
No known key found for this signature in database

View File

@ -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