Difference between revisions of "Translations:Install/Finishing/8/en"

From Funtoo
Jump to navigation Jump to search
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 1: Line 1:
==== Set your root password ====
=== Set your root password ===
It's imperative that you set your root password before rebooting so that you can log in.
It's imperative that you set your root password before rebooting so that you can log in.
{{console|body=
{{console|body=
%chroot% ##i##passwd
%chroot% ##i##passwd
New password: ##i##**********
Retype new password: ##i##**********
passwd: password updated successfully
}}
}}

Latest revision as of 17:51, November 5, 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/Finishing)
=== Set your root password ===
It's imperative that you set your root password before rebooting so that you can log in.
{{console|body=
%chroot% ##i##passwd
New password: ##i##**********
Retype new password: ##i##**********
passwd: password updated successfully
}}

Set your root password

It's imperative that you set your root password before rebooting so that you can log in.

chroot # passwd
New password: **********
Retype new password: **********
passwd: password updated successfully