diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-05-05 16:22:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-05-05 16:27:36 +0000 |
commit | b14702e5481a8aa322bd970c5d32f8012a05aabf (patch) | |
tree | 84ec3cf7d9ca86a43ed0a52f685a907406567537 /share/doc/host-setup.txt | |
parent | Supporting both ifupdown and systemd-networkd for the time being, depending o... (diff) | |
download | compute-tools-b14702e5481a8aa322bd970c5d32f8012a05aabf.tar.xz compute-tools-b14702e5481a8aa322bd970c5d32f8012a05aabf.zip |
Readding old ifupdown documentation for the time being.
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 | 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 |