Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #75022
| From | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| Newsgroups | linux.debian.kernel |
| Subject | Re: Patch for initramfs-tools-core (/usr/share/initramfs-tools/hooks/resume) |
| Date | 2022-04-11 17:00 +0200 |
| Message-ID | <Eb3Gh-82GY-3@gated-at.bofh.it> (permalink) |
| References | <Eb3Gh-82GY-5@gated-at.bofh.it> <E8XOF-6IE7-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
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.
Back to linux.debian.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Patch for initramfs-tools-core (/usr/share/initramfs-tools/hooks/resume) Damian Szuberski <szuberskidamian@gmail.com> - 2022-04-05 22:20 +0200
Re: Patch for initramfs-tools-core (/usr/share/initramfs-tools/hooks/resume) Ben Hutchings <ben@decadent.org.uk> - 2022-04-11 17:00 +0200
Re: Patch for initramfs-tools-core (/usr/share/initramfs-tools/hooks/resume) Damian Szuberski <szuberskidamian@gmail.com> - 2022-04-14 08:40 +0200
Re: Patch for initramfs-tools-core (/usr/share/initramfs-tools/hooks/resume) Ben Hutchings <ben@decadent.org.uk> - 2022-04-18 21:50 +0200
Re: Patch for initramfs-tools-core (/usr/share/initramfs-tools/hooks/resume) Damian Szuberski <szuberskidamian@gmail.com> - 2022-04-22 12:50 +0200
csiph-web