Summary: | sys-boot/grub - add enable-preset-menu | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Christian Zuckschwerdt <zany> |
Component: | New packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | grub-0.97-r3-presetmenu.patch |
Description
Christian Zuckschwerdt
2007-05-07 20:30:05 UTC
Created attachment 118492 [details, diff]
grub-0.97-r3-presetmenu.patch
proposed enhancement
that requires src_* functions accessing $ROOT which it shouldnt be doing (think building on one machine and deploying on another) you can do this instead: EXTRA_CONF="--enable-preset-menu=/boot/grub/grub.conf.preset" emerge grub Ok, thanks. Maybe gentoo will integrate a nice distro preset via portage files someday? Note: actually it's EXTRA_ECONF="--enable-preset-menu=/boot/grub/grub.conf.preset" emerge grub i dont quite follow ... what sort of presets would we put in there ? E.g. with the 'serial' use flag (like memtest86) this preset would be nice: serial --unit=0 --speed=9600 terminal --timeout=5 console serial Of course this is just an example. As with boot splash there is no 'standard', it up to the distro to come up with something useful to the user base. |