We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d11dd commit a126378Copy full SHA for a126378
1 file changed
base.sh
@@ -58,7 +58,7 @@ function configure_basic() {
58
59
function user_password() {
60
local confirm
61
- echo "--> Define password for root and user."
+ echo "--> Set password for root and the user account."
62
while true; do
63
IFS="" read -r -s -p " Enter your password: " PASSWORD </dev/tty
64
echo
@@ -81,7 +81,7 @@ function user_password() {
81
82
function volumen_password() {
83
84
- echo "--> Define password for volumen."
+ echo "--> Set password for the encrypted disk."
85
86
IFS="" read -r -s -p " Enter your password: " PASSWORD_VOLUMEN </dev/tty
87
0 commit comments