Drop grub workaround now that kiwi fixed it

This commit is contained in:
Davide Cavalca 2022-12-20 08:49:15 +00:00
parent 9aefed8c04
commit 82aa1e6f3d

View File

@ -33,13 +33,6 @@ touch /etc/machine-id
## remove random seed, the newly installed instance should make its own ## remove random seed, the newly installed instance should make its own
rm -f /var/lib/systemd/random-seed 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 # Delete & lock the root user password
#-------------------------------------- #--------------------------------------