also delete the pass just in case

This commit is contained in:
Neil Hanlon 2024-05-09 00:43:54 -04:00
parent 6319ddb4cf
commit 9e77db2e47
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 1 additions and 0 deletions

View File

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