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:
parent
6e6de9d80f
commit
681654e2de
@ -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
|
||||
#--------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user