Skip to content

Commit dd84149

Browse files
committed
Deployment -> UEFI HTTP Boot server: Fix dnsmasq host file name (BSC#1254521)
1 parent e3d4573 commit dd84149

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

xml/book_deployment.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</meta>
3838
<revhistory xml:id="rh-book-deployment">
3939
<revision>
40-
<date>2026-02-11</date>
40+
<date>2026-02-27</date>
4141
<revdescription>
4242
<para>
4343
Updated for the initial release of &productname; &productnumber;.
@@ -109,7 +109,7 @@
109109
<info>
110110
<revhistory xml:id="rh-deployment-part-installserver">
111111
<revision>
112-
<date>2024-06-26</date>
112+
<date>2026-02-27</date>
113113
<revdescription>
114114
<para/>
115115
</revdescription>

xml/uefi-httpboot-server.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</dm:docmanager>
2020
<revhistory xml:id="rh-cha-deployment-prep-uefi-httpboot">
2121
<revision>
22-
<date>2024-05-02</date>
22+
<date>2026-02-27</date>
2323
<revdescription>
2424
<para/>
2525
</revdescription>
@@ -74,10 +74,10 @@
7474
file:
7575
</para>
7676
<screen>interface=eth0
77-
addn-hosts=/etc/dnsmasq.d/hosts.conf</screen>
77+
addn-hosts=/etc/dnsmasq.d/hosts</screen>
7878
<para>
7979
Assign a domain name to the IP addresses in the
80-
<filename>/etc/dnsmasq.d/hosts.conf</filename> file:
80+
<filename>/etc/dnsmasq.d/hosts</filename> file:
8181
</para>
8282
<screen>192.168.111.1 www.httpboot.local
8383
2001:db8:f00f:cafe::1 www.httpboot.local</screen>

0 commit comments

Comments
 (0)