Commit bf1b2ec
committed
fix: ensure DKMS kernel module loads correctly on ARM/Ubuntu
Add depmod -a after package installation to rebuild the module
dependency cache, which is required for DKMS with compressed modules.
Add /etc/modules-load.d/amneziawg.conf to ensure the kernel module
is loaded at boot before the awg-quick service starts.
This fixes installation issues on Raspberry Pi 4 running Ubuntu 24
where the amneziawg module would fail to load automatically.1 parent 071f68a commit bf1b2ec
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
628 | 636 | | |
629 | 637 | | |
630 | 638 | | |
| |||
0 commit comments