@@ -24,7 +24,7 @@ modules.
2424
2525When updating the kernel, old versions are left behind in case it is necessary
2626to roll back to an older version. Over time, old kernel versions can accumulate,
27- consuming disk space and increasing the time taken by dkms module updates.
27+ consuming disk space and increasing the time taken by DKMS module updates.
2828Furthermore, if ` /boot ` is a separate partition and fills up with old kernels,
2929updating can fail or result in incomplete initramfs filesystems to be generated
3030and result in kernel panics if they are being booted. Thus, it may be advisable
@@ -121,13 +121,15 @@ boot.
121121The ` {pre,post}-remove ` hooks are executed by
122122[ vkpurge(8)] ( https://man.voidlinux.org/vkpurge.8 ) when removing old kernels.
123123
124- ## Dynamic Kernel Module Support (dkms )
124+ ## Dynamic Kernel Module Support (DKMS )
125125
126126There are kernel modules that are not part of the Linux source tree that are
127- built at install time using dkms and [ kernel hooks] ( #kernel-hooks ) . The
127+ built at install time using DKMS and [ kernel hooks] ( #kernel-hooks ) . The
128128available modules can be listed by searching for ` dkms ` in the package
129129repositories.
130130
131+ DKMS build logs are available in ` /var/lib/dkms/ ` .
132+
131133## cmdline
132134
133135The kernel, the initial RAM disk (initrd) and some system programs can be
0 commit comments