Hello Ben! Thanks for the reply! I cannot create a MR in web interface not submit it via email
``` Unfortunately, your email message to GitLab could not be processed. You are not allowed to perform this action. If you believe this is in error, contact a staff member. ``` Where could I request for access? On Mon, Apr 11, 2022, 16:53 Ben Hutchings <b...@decadent.org.uk> wrote: > On Tue, 2022-04-05 at 22:00 +0200, Damian Szuberski wrote: > > 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. > > Either open a merge request (the repository is hosted at > <https://salsa.debian.org/kernel-team/initramfs-tools>) or open a bug > report with a patch attached. > > In any case, you should start with the initramfs-tools source and not > the installed package. > > Ben. > > > --- /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 > > > > -- > Ben Hutchings > Knowledge is power. France is bacon. >