Revert "Drop grub workaround now that kiwi fixed it"

The upstream fix doesn't actually work: https://github.com/OSInside/kiwi/issues/2222

This reverts commit 82aa1e6f3d.
This commit is contained in:
Davide Cavalca 2022-12-20 12:31:04 +00:00
parent 6e6de9d80f
commit 681654e2de

View File

@ -33,6 +33,13 @@ 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
#--------------------------------------