diff --git a/config.sh b/config.sh index e512757..90bbedb 100644 --- a/config.sh +++ b/config.sh @@ -779,7 +779,6 @@ 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 ################################################################################