From f1ec5b7f57a6223ee6891d22afb224836e4dd129 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 1 May 2024 15:59:51 -0700 Subject: [PATCH] it's actually grub2 --- config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sh b/config.sh index ff71b08..d4c07bc 100644 --- a/config.sh +++ b/config.sh @@ -212,7 +212,7 @@ timeout 300; retry 60; EOF -sed -i -e 's/ rhgb quiet//' /boot/grub/grub.conf +sed -i -e 's/ rhgb quiet//' /boot/grub2/grub.conf cat > /etc/modprobe.d/blacklist-nouveau.conf << EOL blacklist nouveau EOL @@ -425,7 +425,7 @@ EOF rpm --import /tmp/key # remove these for debugging - sed -i -e 's/ rhgb quiet//' /boot/grub/grub.conf + sed -i -e 's/ rhgb quiet//' /boot/grub2/grub.conf # enable resizing on copied AMIs echo 'install_items+=" sgdisk "' > /etc/dracut.conf.d/sgdisk.conf