diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-05-05 16:33:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-05-05 16:33:34 +0000 |
commit | f3f0fb8c0dfed591c3c03ff7f2d00ebb8b52d4ae (patch) | |
tree | 241cc9d6148fe3d9b131bf7e344027df7eb59a8d /share/doc/host-setup.txt | |
parent | Adding upstream version 20220430. (diff) | |
download | open-infrastructure-compute-tools-f3f0fb8c0dfed591c3c03ff7f2d00ebb8b52d4ae.tar.xz open-infrastructure-compute-tools-f3f0fb8c0dfed591c3c03ff7f2d00ebb8b52d4ae.zip |
Adding upstream version 20220505.upstream/20220505
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/doc/host-setup.txt')
-rw-r--r-- | share/doc/host-setup.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/doc/host-setup.txt b/share/doc/host-setup.txt index b6da7f0..083e1aa 100644 --- a/share/doc/host-setup.txt +++ b/share/doc/host-setup.txt @@ -1,11 +1,14 @@ -compute-tools: Host Setup -========================= +compute-tools: Host Setup (with systemd-networkd) +================================================= 1. Debian Packages ------------------- -apt install systemd-networkd +apt install systemd-networkd bridge-utils + +Make sure to enable networkd (sudo systemctl enable systemd-networkd) +and convert /etc/network/interfaces (see systemd-networkd documentation). 2. Boot Parameters |