Das Unmounting des neuen Systems hinzugefügt.

This commit is contained in:
eichehome 2023-07-17 00:44:52 +02:00
parent 007c9d3c8f
commit 4f852afdeb

View file

@ -159,4 +159,6 @@ arch-chroot /mnt useradd -mG wheel "${USERNAME}"
arch-chroot /mnt chpasswd <<< "${USERNAME}:${USERPASSWORD}"
#echo "${USERNAME}:${USERPASSWORD}" | chpasswd
umount -R /mnt
exit 0