From fe9313797a12e04cb6a5ce36dd474da2a6eacc72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Deckert?= Date: Thu, 22 Dec 2022 16:14:07 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9EBasic=20Installation=E2=80=9C=20=C3=A4?= =?UTF-8?q?ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Basic-Installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Basic-Installation.md b/Basic-Installation.md index 122f25e..70905ee 100644 --- a/Basic-Installation.md +++ b/Basic-Installation.md @@ -53,6 +53,7 @@ - adjust /etc/fstab: `mcedit /etc/fstab` + #### **`Example`** ``` # /dev/sda1 / ext4 noatime 1 1 @@ -65,6 +66,7 @@ `mv /00-eth0.network.example /DATA/etc/systemd/network/00-eth0.network` `mcedit /DATA/etc/systemd/network/00-eth0.network` + #### **`Example`** ``` [Match] Name=eth0 @@ -79,7 +81,7 @@ Address=10.137.0.34/24 [Route] - Gateway=10.138.15.38 + Gateway=10.137.0.254 ``` `cp -af /DATA/etc/systemd/. /etc/systemd` `echo "/etc/systemd" >> /DATA/.APPLIANCE/populate-data/COPY`