mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-20 22:08:53 -04:00
enable nvidia-persistenced
Co-authored-by: derpsteb <ob@edgeless.systems>
This commit is contained in:
parent
356a1bbb6d
commit
6fa51f73d8
2 changed files with 4 additions and 0 deletions
|
@ -5,4 +5,5 @@ enable configure-constel-csp.service
|
|||
enable dbus.service
|
||||
enable dbus-broker.service
|
||||
enable dbus-daemon.service
|
||||
enable nvidia-persistenced.service
|
||||
disable auditd.service
|
||||
|
|
|
@ -20,6 +20,9 @@ echo "IMAGE_VERSION=\"${IMAGE_VERSION}\"" >> "${BUILDROOT}/etc/os-release"
|
|||
# enable debugd
|
||||
ln -s /usr/lib/systemd/system/debugd.service "${BUILDROOT}/etc/systemd/system/multi-user.target.wants/debugd.service"
|
||||
|
||||
# enable nvidia-persistenced
|
||||
ln -s /usr/lib/systemd/system/nvidia-persistenced.service "${BUILDROOT}/etc/systemd/system/multi-user.target.wants/nvidia-persistenced.service"
|
||||
|
||||
# ensure google_nvme_id is executable
|
||||
chmod o+x "${BUILDROOT}/usr/lib/udev/google_nvme_id"
|
||||
chmod g+x "${BUILDROOT}/usr/lib/udev/google_nvme_id"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue