Skip to content

kernel/postinst.d: Don't copy files on remove

Diederik de Haas requested to merge (removed):dont-copy-files-on-remove into master

The kernel hook gets called on every kernel action, including 'remove'.
When that's the case, copying files to /boot/firmware does not make sense and can cause problems when /boot/firmware is (nearly) full.

Closes: #1032186

Merge request reports

Loading