Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daria Vladykina <[email protected]>
  • Loading branch information
lvicoun and dariavladykina authored May 17, 2024
1 parent 228febd commit c076a99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion articles/deployment-selfinstall-images-bare-metal.asm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<!-- S T R U C T U R E -->
<structure renderas="article" xml:id="deployment-selfinstall-images" xml:lang="en">
<merge>
<title>Deploying &productnameshort; Using an ISO image</title>
<title>Deploying &productnameshort; Using an ISO Image</title>
<!-- Create changelog to enable versioning; add most recent entries at the top. -->
<revhistory xml:id="rh-deployment-raw-images">
<revision><revnumber>1</revnumber><date>2024-01-20</date>
Expand Down
2 changes: 1 addition & 1 deletion references/combustion-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ echo "$(blkid -o export ${partition} | grep ^UUID=) /home btrfs defaults 0 0" >>
<section xml:id="combustion-adding-users">
<title>Creating new users</title>
<para>
As some services, for example, &cockpit; requires login using a non-root user, define at
As some services, such as &cockpit;, require login using a non-root user, define at
least one unprivileged user here. Alternatively, you can create such a user from a running
system as described in <xref linkend="deployment-postinstall-adding-users"/>.
</para>
Expand Down
7 changes: 3 additions & 4 deletions references/ignition-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,14 +336,13 @@
<section xml:id="sec-ignition-users">
<title>Users administration</title>
<para>
The <literal>passwd</literal> attribute is used to add users. As some services, for example, &cockpit; requires login using a non-root user, define at
The <literal>passwd</literal> attribute is used to add users. As some services, such as &cockpit;, require login using a non-root user, define at
least one unprivileged user here. Alternatively, you can create such a user from a running
system as described in <xref linkend="deployment-postinstall-adding-users"/>.
</para>
<para>
If you
intend to log in to your system, create &rootuser; and a regular user and set their
passwords. You need to hash the passwords, for example, by
To log in to your system, create &rootuser; and a regular user and set their
passwords. You need to hash the passwords, for example, by
using the <command>openssl</command> command:
</para>
<screen>
Expand Down

0 comments on commit c076a99

Please sign in to comment.