diff --git a/config.sh b/config.sh index 9c5cd7e..6271a15 100755 --- a/config.sh +++ b/config.sh @@ -33,13 +33,6 @@ touch /etc/machine-id ## remove random seed, the newly installed instance should make its own rm -f /var/lib/systemd/random-seed -#====================================== -# Configure grub correctly -#-------------------------------------- -## Works around issues with grub-bls -## See: https://github.com/OSInside/kiwi/issues/2198 -echo "GRUB_DEFAULT=saved" >> /etc/default/grub - #====================================== # Delete & lock the root user password #--------------------------------------