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`