This commit is contained in:
Tommy 2023-08-17 17:10:46 -07:00
parent 0b9b0d053a
commit 7f73f3ba84

View File

@ -191,6 +191,11 @@ systemctl enable zfs-mount
systemctl enable zfs-import.target
```
### Enable systemd-networkd
```bash
systemctl enable systemd-networkd
```
### Configure `initramfs-tools`
```bash