Das Unmounting des neuen Systems hinzugefügt.
This commit is contained in:
parent
007c9d3c8f
commit
4f852afdeb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue