„Basic Installation“ ändern

Jörg Deckert 2022-12-22 16:27:08 +01:00
parent fe9313797a
commit 3f72a0862b
1 changed files with 7 additions and 1 deletions

@ -85,7 +85,13 @@
```
`cp -af /DATA/etc/systemd/. /etc/systemd`
`echo "/etc/systemd" >> /DATA/.APPLIANCE/populate-data/COPY`
- VM-Tools (VMware only):
`systemctl enable vmtoolsd`
`mkdir -p /DATA/etc/systemd/system/multi-user.target.wants`
`mkdir -p /DATA/etc/systemd/system/vmtoolsd.service.requires`
`cp /etc/systemd/system/multi-user.target.wants/vmtoolsd.service /DATA/etc/systemd/system/multi-user.target.wants/vmtoolsd.service`
`cp /etc/systemd/system/vmtoolsd.service.requires/vgauthd.service /DATA/etc/systemd/system/vmtoolsd.service.requires/vgauthd.service`
- Reboot:
`sudo systemctl reboot`
`systemctl reboot`