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 19:09:40 +0000 |
commit | 88b62a9bc5b778ecc7943b559f184b667a7a7099 (patch) | |
tree | 718d6c0348f7f285aa01d71935424fdab7a5a71b /share/doc/host-setup.txt | |
parent | Releasing version 20240829. (diff) | |
download | compute-tools-88b62a9bc5b778ecc7943b559f184b667a7a7099.tar.xz compute-tools-88b62a9bc5b778ecc7943b559f184b667a7a7099.zip |
Correcting typo in host-setup documentation.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/doc/host-setup.txt')
-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 |