it's actually grub2
This commit is contained in:
parent
c12b03da9c
commit
f1ec5b7f57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user