fixes bullets

This commit is contained in:
Peter Lilley 2021-01-30 09:57:14 +11:00 committed by pbokoc
parent e00b2febe7
commit 0556a06026
2 changed files with 5 additions and 3 deletions

View file

@ -11,6 +11,7 @@ For Fedora Workstation, using the default GNOME desktop, open the Settings appli
image::changing-hostname-1.png[GNOME Settings - About]
You can replace the value in the Device name field with the name of your choosing. The effect of this field is as follows:
* If you use a name that is shorter, contains only lowercase letters, numbers and/or dashes ("-"), this will set the host's static name, and the pretty name will be left blank.
* If you enter a name that is more descriptive, contains mixed-case and other types of characters, this will set the pretty name, and a static name will be derived from that automatically.

View file

@ -3,14 +3,15 @@ ifdef::context[:parent-context: {context}]
:imagesdir: ./images
[[changing-hostname]]
= Changing hostname
= Changing Hostname
A new installation of Fedora will assign a default hostname of `localhost`. You may wish to set a different name for easier identification of your host(s).
A new installation of Fedora will assign a default hostname of `localhost`. You may wish to set a different name for easier identification of your hostq(s).
There are three variations of a hostname in a Fedora system:
. A **static** name is used by default at system bootup. This name will typically be short and contain only letters, numbers and dashes.
. An optional **pretty** name can be longer and more descriptive, like "Emily's 2nd dev laptop".
. A **transient** name is assigned by the network. It is probably going to be the same as the static name, unless there are multiple hosts with the same static name on the local network. For example, if there are two hosts both with static name `localhost`, one machine may be assigned a transient name of `localhost-1`.
. A **transient** name is assigned by the network. It is probably going to be the same as the static name, unless there are multiple hosts with the same static name on the local network. For example, if there are two hosts both with static name "localhost", one machine may be assigned a transient name of "localhost-1".
include::{partialsdir}/proc_displaying-current-hostname.adoc[leveloffset=0]