Skip to content

Commit 14072d2

Browse files
omenoscfergeau
authored andcommitted
Revised text and formatting substitutions
1 parent 67638c7 commit 14072d2

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

docs/source/topics/ref_dns-configuration.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,16 @@ exit 0
3939

4040
[NOTE]
4141
====
42-
`systemd-resolved` is also available as a Tech Preview on {rhel} and {centos} 8.3. After configuring the host to use systemd-resolved, any CRC dnsmasq configurations need to be removed and the above script needs to be created with executable permissions.
42+
:rhel-resolved-docs: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_and_managing_networking/using-different-dns-servers-for-different-domains_configuring-and-managing-networking
4343
44-
The crc virtual machine presently needs to be configured to skip certain checks during startup:
44+
`systemd-resolved` is also available as an unsupported Technology Preview on {rhel} and {centos} 8.3. After {rhel-resolved-docs}[configuring the host] to use `systemd-resolved`, any {prod} `dnsmasq` configurations need to be removed and the above script needs to be created with executable permissions.
4545
46+
Configure the {prod} binary to skip startup checks for `dnsmasq` and NetworkManager configuration:
47+
48+
[subs="+quotes,attributes"]
4649
----
47-
$ crc config set skip-check-crc-dnsmasq-file true
48-
$ crc config set skip-check-network-manager-config true
50+
$ {bin} config set skip-check-crc-dnsmasq-file true
51+
$ {bin} config set skip-check-network-manager-config true
4952
----
5053
====
5154

0 commit comments

Comments
 (0)