From 925741f12baf6c683f56b61931cd6cb28d2bd10f Mon Sep 17 00:00:00 2001 From: maride Date: Thu, 10 Aug 2017 17:03:32 +0200 Subject: [PATCH] Add root password change --- steps/60-user.step | 3 +++ 1 file changed, 3 insertions(+) diff --git a/steps/60-user.step b/steps/60-user.step index 849bc79..5ecb85c 100755 --- a/steps/60-user.step +++ b/steps/60-user.step @@ -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