Re: [PATCH] doc: document config_directory and config_file variables

2015-11-07 Thread Andrei Borzenkov
08.11.2015 01:58, Arbiel (gmx) пишет: undocumented command parameter : --hint (command search), and some other --hint.something which I haven't been able to localise just now. Which command? search. And I just read in a grub.cfg file, not one of mine the line search --no-floppy --fs-uuid

Re: [PATCH] doc: document config_directory and config_file variables

2015-11-07 Thread Arbiel (gmx)
Le 07/11/2015 21:09, Andrei Borzenkov a écrit : > 07.11.2015 22:51, Arbiel (gmx) пишет: >> Hi >> >> There seems to be other variables and command parameters which lack >> documentation. >> >> Here is a list of such variables found in my grub.cfg files (I have >> discarded "save_env"ed variab

Re: [PATCH] doc: document config_directory and config_file variables

2015-11-07 Thread Andrei Borzenkov
07.11.2015 22:51, Arbiel (gmx) пишет: Hi There seems to be other variables and command parameters which lack documentation. Here is a list of such variables found in my grub.cfg files (I have discarded "save_env"ed variables, obviously environment variables) and which are not set in the environ

Re: [PATCH] doc: document config_directory and config_file variables

2015-11-07 Thread Arbiel (gmx)
Hi There seems to be other variables and command parameters which lack documentation. Here is a list of such variables found in my grub.cfg files (I have discarded "save_env"ed variables, obviously environment variables) and which are not set in the environment block ${feature_menuentry_id} ${bo

Re: cryptodisk: teach grub_cryptodisk_insert() about partitions (bug #45889)

2015-11-07 Thread Andrei Borzenkov
I committed your patch. Thank you! 11.09.2015 17:54, TJ пишет: On 11-09-2015 15:11, Andrei Borzenkov wrote: 09.09.2015 04:18, TJ пишет: On 08-09-2015 17:38, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 06.09.2015 21:10, TJ wrote: https://savannah.gnu.org/bugs/index.php?45889 + if (

Re: cryptodisk enabled returns to rescue prompt

2015-11-07 Thread westlake
actually the crypt would be internal inside the grub mbr that gets generated because even if i comment out cryptmount -u in grub.cfg and apply update-initramfs&&update-grub there's no effect(there still is a passphrase prompt), here the cryptsetup is taking effect prior the reading of grub.cfg.

Re: [PATCH] doc: document config_directory and config_file variables

2015-11-07 Thread Vladimir 'phcoder' Serbinenko
Go ahead Le 7 nov. 2015 11:22 AM, "Andrey Borzenkov" a écrit : > People are using this variable and it should be documented. > > --- > docs/grub.texi | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/docs/grub.texi b/docs/grub.texi > index b9f41a7..db765a3 100644 > ---

Re: [PATCH] unix/getroot: remove unused MAJOR definition

2015-11-07 Thread Vladimir 'phcoder' Serbinenko
Go ahead Le 7 nov. 2015 7:45 AM, "Andrei Borzenkov" a écrit : > We use major() everywhere, these definitions just add to confusion. > > --- > grub-core/osdep/unix/getroot.c | 8 > 1 file changed, 8 deletions(-) > > diff --git a/grub-core/osdep/unix/getroot.c > b/grub-core/osdep/unix/get

[PATCH] doc: document config_directory and config_file variables

2015-11-07 Thread Andrey Borzenkov
People are using this variable and it should be documented. --- docs/grub.texi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/docs/grub.texi b/docs/grub.texi index b9f41a7..db765a3 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -3038,6 +3038,8 @@ These variables have

Re: cryptodisk enabled returns to rescue prompt

2015-11-07 Thread Andrei Borzenkov
07.11.2015 11:58, westlake пишет: actually the crypt would be internal inside the grub mbr that gets generated because even if i comment out cryptmount -u in grub.cfg and apply update-initramfs&&update-grub there's no effect(there still is a passphrase prompt), here the cryptsetup is taking effec