Add root password change

This commit is contained in:
maride 2017-08-10 17:03:32 +02:00
parent 66affd78c0
commit 925741f12b

View File

@ -1,5 +1,8 @@
#!/bin/sh
echo "~> Changing password for root account."
arch-chroot /mnt passwd root
echo -n "~> Do you want to create an user account? (Y/n) "
read answer