Dear Debian Kernel team!

What is the process of submitting patches to the initramfs package? I think
I have found an improvement area and I'm not sure how to proceed.

--- /usr/share/initramfs-tools/hooks/resume.orig        2022-04-05
21:59:52.595716073 +0200
+++ /usr/share/initramfs-tools/hooks/resume     2021-09-20
08:59:41.894951253 +0200
@@ -76,6 +76,11 @@
                        report_verbose "Rejecting $resume_auto since it is
zram"
                        ephemeral=true
                        ;;
+
+               /dev/zd[0-9]*)
+                       report_verbose "Rejecting $resume_auto since it is
zvol"
+                       ephemeral=true
+                       ;;
                esac

                $ephemeral || break

-- 
Damian Szuberski

Reply via email to