From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: grub-devel@gnu.org
Subject: Re: [PATCH] Support Fedora 13 initrd filenames
Date: Sun, 20 Jun 2010 00:43:39 +0200 [thread overview]
Message-ID: <4C1D481B.8030205@gmail.com> (raw)
In-Reply-To: <20100618213826.ru2tw6cfggw8ooc0-cebfxv@webmail.spamcop.net>
[-- Attachment #1: Type: text/plain, Size: 1156 bytes --]
On 06/19/2010 03:38 AM, Pavel Roskin wrote:
> Hello!
>
> The initial ramdisk on Fedora 13 is called "initramfs-${version}.img"
> unlike older versions of Fedora, which used "initrd-${version}.img"
>
Bitrot in naming of initrd is a bad thing. Unfortunately we can't ignore
Fedora. So go ahead
> The patch has been tested on Fedora 13.
>
> ChangeLog:
>
> * util/grub.d/10_linux.in: Add support for initrd images on
> Fedora 13.
>
> --- util/grub.d/10_linux.in 2010-06-09 18:43:25 +0000
> +++ util/grub.d/10_linux.in 2010-06-18 21:09:00 +0000
> @@ -114,8 +114,9 @@
>
> initrd=
> for i in "initrd.img-${version}" "initrd-${version}.img" \
> - "initrd-${version}" "initrd.img-${alt_version}" \
> - "initrd-${alt_version}.img" "initrd-${alt_version}"; do
> + "initrd-${version}" "initramfs-${version}.img" \
> + "initrd.img-${alt_version}" "initrd-${alt_version}.img" \
> + "initrd-${alt_version}" "initramfs-${alt_version}.img"; do
> if test -e "${dirname}/${i}" ; then
> initrd="$i"
> break
>
>
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]
next prev parent reply other threads:[~2010-06-19 22:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-19 1:38 [PATCH] Support Fedora 13 initrd filenames Pavel Roskin
2010-06-19 22:43 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
2010-06-26 19:33 ` Colin Watson
[not found] <841040.37429.qm@web24906.mail.ird.yahoo.com>
2010-06-23 19:00 ` Piscium
2010-06-28 17:02 ` Colin Watson
2010-07-01 12:07 ` Piscium
2010-07-01 12:39 ` Colin Watson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C1D481B.8030205@gmail.com \
--to=phcoder@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.