GNU bug report logs -
#20067
File name of initrd and kernel image in 'menu-entry' should not be forced
Previous Next
Reported by: Tomáš Čech <sleep_walker <at> suse.cz>
Date: Mon, 9 Mar 2015 20:36:01 UTC
Severity: normal
Tags: fixed
Fixed in version 0.11.1
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
Message #29 received at 20067 <at> debbugs.gnu.org (full text, mbox):
Hi,
Tomáš Čech <tcech <at> 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’.
This bug report was last modified 8 years and 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.