it's actually grub2
This commit is contained in:
parent
c12b03da9c
commit
f1ec5b7f57
@ -212,7 +212,7 @@ timeout 300;
|
|||||||
retry 60;
|
retry 60;
|
||||||
EOF
|
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
|
cat > /etc/modprobe.d/blacklist-nouveau.conf << EOL
|
||||||
blacklist nouveau
|
blacklist nouveau
|
||||||
EOL
|
EOL
|
||||||
@ -425,7 +425,7 @@ EOF
|
|||||||
|
|
||||||
rpm --import /tmp/key
|
rpm --import /tmp/key
|
||||||
# remove these for debugging
|
# 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
|
# enable resizing on copied AMIs
|
||||||
echo 'install_items+=" sgdisk "' > /etc/dracut.conf.d/sgdisk.conf
|
echo 'install_items+=" sgdisk "' > /etc/dracut.conf.d/sgdisk.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user