„Basic Installation“ ändern
parent
0e85382737
commit
fe9313797a
|
@ -53,6 +53,7 @@
|
||||||
- adjust /etc/fstab:
|
- adjust /etc/fstab:
|
||||||
`mcedit /etc/fstab`
|
`mcedit /etc/fstab`
|
||||||
|
|
||||||
|
#### **`Example`**
|
||||||
```
|
```
|
||||||
# <fs> <mountpoint> <type> <opts> <dump/pass>
|
# <fs> <mountpoint> <type> <opts> <dump/pass>
|
||||||
/dev/sda1 / ext4 noatime 1 1
|
/dev/sda1 / ext4 noatime 1 1
|
||||||
|
@ -65,6 +66,7 @@
|
||||||
`mv /00-eth0.network.example /DATA/etc/systemd/network/00-eth0.network`
|
`mv /00-eth0.network.example /DATA/etc/systemd/network/00-eth0.network`
|
||||||
`mcedit /DATA/etc/systemd/network/00-eth0.network`
|
`mcedit /DATA/etc/systemd/network/00-eth0.network`
|
||||||
|
|
||||||
|
#### **`Example`**
|
||||||
```
|
```
|
||||||
[Match]
|
[Match]
|
||||||
Name=eth0
|
Name=eth0
|
||||||
|
@ -79,7 +81,7 @@
|
||||||
Address=10.137.0.34/24
|
Address=10.137.0.34/24
|
||||||
|
|
||||||
[Route]
|
[Route]
|
||||||
Gateway=10.138.15.38
|
Gateway=10.137.0.254
|
||||||
```
|
```
|
||||||
`cp -af /DATA/etc/systemd/. /etc/systemd`
|
`cp -af /DATA/etc/systemd/. /etc/systemd`
|
||||||
`echo "/etc/systemd" >> /DATA/.APPLIANCE/populate-data/COPY`
|
`echo "/etc/systemd" >> /DATA/.APPLIANCE/populate-data/COPY`
|
||||||
|
|
Loading…
Reference in New Issue