„Basic Installation“ ändern

Jörg Deckert 2022-12-22 16:14:07 +01:00
parent 0e85382737
commit fe9313797a
1 changed files with 3 additions and 1 deletions

@ -53,6 +53,7 @@
- adjust /etc/fstab:
`mcedit /etc/fstab`
#### **`Example`**
```
# <fs> <mountpoint> <type> <opts> <dump/pass>
/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`