@@ -64,6 +64,7 @@ file cannot be read as required by libguestfish.
6464
6565Run this command as a temporary and immediate fix::
6666
67+ sudo chmod 0644 /boot/vmlinuz-*
6768 for k in /boot/vmlinuz-*
6869 do sudo dpkg-statoverride --add --update root root 0644 /boot/vmlinuz-$k
6970 done
@@ -87,9 +88,9 @@ https://bugs.launchpad.net/ubuntu/+source/linux/+bug/759725/comments/3 ::
8788
88892. Set executable permissions::
8990
90- sudo chmod +x /etc/kernel/postinst.d/statoverride
91+ sudo chmod +x /etc/kernel/postinst.d/statoverride
9192
92- See also for a complete discussion:
93+ See also these links for a complete discussion:
9394
9495 - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/759725
9596 - https://bugzilla.redhat.com/show_bug.cgi?id=1670790
@@ -109,15 +110,13 @@ ExtractCode will use these environment variables if set:
109110 shared library used to support some of the archive formats. If not provided,
110111 ExtractCode will look for a plugin-provided libarchive library path. See
111112 https://github.com/nexB/scancode-plugins/tree/main/builtins for such plugins.
112-
113113 If no plugin contributes libarchive, then a final attempt is made to look for
114114 it in the PATH using standard DLL loading techniques.
115115
116116- EXTRACTCODE_7Z_PATH : the path to the ``7z `` 7zip executable used to support
117117 some of the archive formats. If not provided, ExtractCode will look for a
118118 plugin-provided 7z executable path. See
119119 https://github.com/nexB/scancode-plugins/tree/main/builtins for such plugins.
120-
121120 If no plugin contributes 7z, then a final attempt is made to look for
122121 it in the PATH.
123122
0 commit comments