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 ################################################################################