Add root password change
This commit is contained in:
parent
66affd78c0
commit
925741f12b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user