documentation/docs/alpine-server-setup/post-install/drivers.md

16 lines
339 B
Markdown
Raw Permalink Normal View History

2024-08-10 22:34:26 +02:00
# Firmware and drivers
Device firmware and drivers are necessary for better performance and security. For Intel systems install `intel-ucode` and for AMD systems install `amd-ucode`:
2024-08-10 22:34:26 +02:00
```
# apk add intel-ucode
<or>
# apk add amd-ucode
```
To make sure it is included during boot, regenerate the UKI with:
2024-08-10 22:34:26 +02:00
```
# apk fix kernel-hooks
```