Skip to content

Commit

Permalink
Customize NIC: Fix documentation
Browse files Browse the repository at this point in the history
There is a single quote in the butane configuration,
added by mistake, which is causing the udev rule to fail
with the error:
  /etc/udev/rules.d/80-ifname.rules:1 Invalid key/value pair, ignoring

Signed-off-by: Renata Ravanelli <[email protected]>
  • Loading branch information
ravanelli committed Oct 2, 2023
1 parent f14e965 commit 1515024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/customize-nic.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ storage:
mode: 0644
contents:
inline: |
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="12:34:56:78:9a:bc", ATTR{type}=="1", NAME="infra"'
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="12:34:56:78:9a:bc", ATTR{type}=="1", NAME="infra"
----

== Networking in the Initramfs via Kernel Arguments
Expand Down

0 comments on commit 1515024

Please sign in to comment.