Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 366625

Summary: sys-boot/grub-static-0.97-r10 should mention $I_KNOW_WHAT_I_AM_DOING
Product: Gentoo Linux Reporter: Michael Orlitzky <mjo>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED INVALID    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Orlitzky gentoo-dev 2011-05-09 17:38:55 UTC
During emerge, grub-static emits a warning about IA32_EMULATION but allows the install to continue. Afterwards, run_test_grub makes sure that the new binaries can be executed (so if you don't have IA32_EMULATION set, it isn't really a warning but an error).

There's a new variable in -r10, $I_KNOW_WHAT_I_AM_DOING that skips the run_test_grub check for people who don't plan to actually run grub (e.g. me). It would be nice if it was mentioned somewhere so that we can skip the check if we_know_what_we_are_doing.
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2011-05-11 10:57:10 UTC
That is super internal variable that we don't want people to mess with.

Mostly used by Gentoo devs to bypass some behaviour or by power users that wont open bugs afterwards.

So it is not documented on purpose.