From 19d1324bfca324831bff0097bd029ac6c062120f Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Wed, 28 Feb 2024 12:48:54 +0000 Subject: [PATCH] =?UTF-8?q?installation.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installation.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 installation.md 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 +```