Unlock root logins

This commit is contained in:
Alex D. 2023-09-30 18:58:18 +00:00
parent 5b78486868
commit 4565e95fb3
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 3 additions and 0 deletions

View File

@ -172,6 +172,9 @@ EOF
wrapped grub-mkconfig -o /boot/grub/grub.cfg
wrapped grub-install --removable --efi-directory /boot/efi --boot-directory /boot
# Unlock root login
wrapped passwd -ud root
# Cleanup
umount -Rv "$tmpdir"
rmdir -v "$tmpdir"