Skip to content

Commit 237c9c3

Browse files
sarroutbisergio-correia
authored andcommitted
Fix acronym (DHCP) to use capital letters
Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent e97d141 commit 237c9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/luks/clevis-luks-unlockers.7.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ your root volume. Note, however, that early boot integration only works for the
3838
root volume. Non-root volumes should use the late boot unlocker.
3939

4040
Dracut will not bring up your network by default. You can either have it come
41-
up via dhcp by using rd.neednet=1 in kernel cmdline or you can specify custom
41+
up via DHCP by using rd.neednet=1 in kernel cmdline or you can specify custom
4242
network parameters, such as static IP configuration, please consult the dracut
4343
documentation.
4444

45-
dhcp can be easily added to early boot by setting it in a configuration file
45+
DHCP can be easily added to early boot by setting it in a configuration file
4646
and rebuilding initramfs afterwards
4747

4848
$ echo 'kernel_cmdline="rd.neednet=1"' | sudo tee /etc/dracut.conf.d/clevis.conf

0 commit comments

Comments
 (0)