diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2024-10-28 13:53:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2025-01-26 18:57:30 +0000 |
commit | e8ab4e78774828d942a57bb62e0d9f47509a827f (patch) | |
tree | 2c5ef31c3a02535425a4196d161fc4705e5e6f19 | |
parent | Tempoary sideloading new progress-linux archive-keys in debconf container bui... (diff) | |
download | compute-tools-e8ab4e78774828d942a57bb62e0d9f47509a827f.tar.xz compute-tools-e8ab4e78774828d942a57bb62e0d9f47509a827f.zip |
Correcting typo in host-setup documentation.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r-- | share/doc/host-setup.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/host-setup.txt b/share/doc/host-setup.txt index bf2963f..432aa20 100644 --- a/share/doc/host-setup.txt +++ b/share/doc/host-setup.txt @@ -56,7 +56,7 @@ EOF cat > /etc/systemd/network/bridge0.network << EOF [Match] -Name=bridge-0 +Name=bridge0 [Network] DHCP=yes |