also delete the pass just in case
This commit is contained in:
parent
6319ddb4cf
commit
9e77db2e47
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in a new issue