it's actually grub2

This commit is contained in:
Louis Abel 2024-05-01 15:59:51 -07:00
parent c12b03da9c
commit f1ec5b7f57
Signed by: label
GPG Key ID: 2A6975660E424560

View File

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