Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 456260 - sys-boot/grub-2.00-r2 grub2-mkconfig doesn't add dolvm to kernel lines
Summary: sys-boot/grub-2.00-r2 grub2-mkconfig doesn't add dolvm to kernel lines
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-09 06:23 UTC by Gordon Pettey
Modified: 2013-02-11 17:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
add dolvm to kernel line in /etc/grub.d/10_linux for grub2-mkconfig (grub-2.00-lvm.patch,332 bytes, text/plain)
2013-02-09 06:23 UTC, Gordon Pettey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gordon Pettey 2013-02-09 06:23:50 UTC
Created attachment 338370 [details]
add dolvm to kernel line in /etc/grub.d/10_linux for grub2-mkconfig

grub-mkconfig doesn't add "dolvm" to kernel lines when / is on LVM. Attached patch for ebuild that adds this in 10_linux.in (/etc/grub.d/10_linux).
Comment 1 Mike Gilbert gentoo-dev 2013-02-11 17:17:00 UTC
I think that is very specific to the genkernel initramfs. You should probably just add it to GRUB_CMDLINE_LINUX yourself.

If you disagree, please submit the patch to grub upstream instead.