From: ludo@gnu.org (Ludovic Courtès)
To: "Tomáš Čech" <tcech@suse.com>
Cc: 20067@debbugs.gnu.org
Subject: bug#20067: fix interpretation of grub configuration
Date: Mon, 26 Sep 2016 00:56:59 +0900 [thread overview]
Message-ID: <87eg48otv8.fsf@gnu.org> (raw)
In-Reply-To: <20160914161558.yqhld3ragclyra2h@venom> ("Tomáš Čech"'s message of "Wed, 14 Sep 2016 18:16:29 +0200")
Hi,
Tomáš Čech <tcech@suse.com> skribis:
> Configuration excerpt...
>
> (bootloader (grub-configuration
> (device "/dev/sda")
> (menu-entries
> (list
> (menu-entry
> (label "openSUSE")
> (linux "(hd0,msdos1)/vmlinuz")
> (linux-arguments (list
> "root=/dev/venom/opensuse"
> "init=/usr/lib/systemd/systemd"))
> (initrd "(hd0,msdos1)/initrd"))))))
>
>
> ...transforms into
>
> menuentry "openSUSE" {
> search --file --set (hd0,msdos1)/vmlinuz
> linux (hd0,msdos1)/vmlinuz root=/dev/venom/opensuse init=/usr/lib/systemd/systemd
> initrd (hd0,msdos1)/initrd
> }
>
> I think that if linux contains prefix '(.*)/', there should be no
> search for kernel.
Oh, right. I believe this is fixed by
5babe521c8adc722c2411b255cbeeef308339d06.
Please let me know if anything’s missing now.
Thanks!
Ludo’.
prev parent reply other threads:[~2016-09-25 15:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-09 20:34 bug#20067: fix interpretation of grub configuration Tomáš Čech
2016-02-23 13:45 ` Ludovic Courtès
2016-09-09 22:03 ` Ludovic Courtès
2016-09-14 16:16 ` Tomáš Čech
2016-09-25 15:56 ` Ludovic Courtès [this message]
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87eg48otv8.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=20067@debbugs.gnu.org \
--cc=tcech@suse.com \
/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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).