* #Patch : additional suffix for initrd files.
@ 2011-10-29 6:33 crocket
2011-10-29 9:40 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 1 reply; 3+ messages in thread
From: crocket @ 2011-10-29 6:33 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1.1: Type: text/plain, Size: 130 bytes --]
The patch is attached to this message and just modifies one line, so it can
be applied manually.
And it is against revision 3455.
[-- Attachment #1.2: Type: text/html, Size: 137 bytes --]
[-- Attachment #2: grub-r3455.diff --]
[-- Type: application/octet-stream, Size: 630 bytes --]
diff -Naur grub-a/util/grub.d/10_linux.in grub-b/util/grub.d/10_linux.in
--- grub-a/util/grub.d/10_linux.in 2011-10-20 13:12:25.469765000 +0900
+++ grub-b/util/grub.d/10_linux.in 2011-10-25 11:46:51.140385632 +0900
@@ -155,7 +155,7 @@
linux_root_device_thisversion="${LINUX_ROOT_DEVICE}"
initrd=
- for i in "initrd.img-${version}" "initrd-${version}.img" \
+ for i in "initrd.img-${version}" "initrd-${version}.img" "initrd-${version}.gz" \
"initrd-${version}" "initramfs-${version}.img" \
"initrd.img-${alt_version}" "initrd-${alt_version}.img" \
"initrd-${alt_version}" "initramfs-${alt_version}.img" \
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: #Patch : additional suffix for initrd files. 2011-10-29 6:33 #Patch : additional suffix for initrd files crocket @ 2011-10-29 9:40 ` Vladimir 'φ-coder/phcoder' Serbinenko 2011-10-30 2:40 ` crocket 0 siblings, 1 reply; 3+ messages in thread From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-10-29 9:40 UTC (permalink / raw) To: grub-devel [-- Attachment #1: Type: text/plain, Size: 428 bytes --] On 29.10.2011 08:33, crocket wrote: > The patch is attached to this message and just modifies one line, so > it can be applied manually. > And it is against revision 3455. Where are such suffixes used? > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 294 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: #Patch : additional suffix for initrd files. 2011-10-29 9:40 ` Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-10-30 2:40 ` crocket 0 siblings, 0 replies; 3+ messages in thread From: crocket @ 2011-10-30 2:40 UTC (permalink / raw) To: The development of GNU GRUB Slackware's mkinitrd utility generates .gz files. 2011/10/29 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>: > On 29.10.2011 08:33, crocket wrote: >> The patch is attached to this message and just modifies one line, so >> it can be applied manually. >> And it is against revision 3455. > Where are such suffixes used? >> >> >> _______________________________________________ >> Grub-devel mailing list >> Grub-devel@gnu.org >> https://lists.gnu.org/mailman/listinfo/grub-devel > > > -- > Regards > Vladimir 'φ-coder/phcoder' Serbinenko > > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel > > ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-30 2:40 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-10-29 6:33 #Patch : additional suffix for initrd files crocket 2011-10-29 9:40 ` Vladimir 'φ-coder/phcoder' Serbinenko 2011-10-30 2:40 ` crocket
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.