diff --git a/installation.md b/installation.md new file mode 100644 index 0000000..1678f5f --- /dev/null +++ b/installation.md @@ -0,0 +1,15 @@ + + +* VM erstellen, 2 Kerne, 2GB RAM, 32GB HDD +* Debian 11 Bullseye netinstall, minimalinstallation mit SSH Server +* Skript um DVSwitch Repository einzubinden und DVSwitch Server zu installieren: +``` +cd /tmp + +wget http://dvswitch.org/buster +chmod +x buster +./buster + +apt-get update --allow-releaseinfo-change +apt-get install dvswitch-server -y +```