From 9e77db2e47ba6548415adc4a291e0bd4a4ae789a Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Thu, 9 May 2024 00:43:54 -0400 Subject: [PATCH] also delete the pass just in case --- config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config.sh b/config.sh index 90bbedb..e512757 100644 --- a/config.sh +++ b/config.sh @@ -779,6 +779,7 @@ echo "GRUB_DEFAULT=saved" >> /etc/default/grub if [[ "$kiwi_profiles" == *"Cloud"* ]] || [[ "$kiwi_profiles" == *"Live"* ]]; then passwd -d root passwd -l root + passwd -d rocky fi ################################################################################