This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=86f13a77a2fb7da27a84404dc62a6dc2c3e5a065 commit 86f13a77a2fb7da27a84404dc62a6dc2c3e5a065 Author: Guillem Jover <[email protected]> AuthorDate: Tue Mar 29 11:54:39 2022 +0200 man: Document untracked kernel module files handling in dpkg-fsys-usrunmess(8) --- man/dpkg-fsys-usrunmess.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/dpkg-fsys-usrunmess.pod b/man/dpkg-fsys-usrunmess.pod index 12cdeb4b4..3e8d4fe5a 100644 --- a/man/dpkg-fsys-usrunmess.pod +++ b/man/dpkg-fsys-usrunmess.pod @@ -55,6 +55,10 @@ Get the list of files and alternatives that need to be restored. =item * +Look for untracked kernel modules files that need to be moved too. + +=item * + Create a shadow hierarchy under F</.usrunmess>, by creating the directories symlinks or hardlinking or copying the files as needed. -- Dpkg.Org's dpkg

