From 82aa1e6f3d21b8db1320b58e3f2fda3826ef4561 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Tue, 20 Dec 2022 08:49:15 +0000 Subject: [PATCH] Drop grub workaround now that kiwi fixed it --- config.sh | 7 ------- 1 file changed, 7 deletions(-) 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 #--------------------------------------