search for: fd48bb8

Displaying 2 results from an estimated 2 matches for "fd48bb8".

Did you mean: fd478bba
2010 Jun 30
0
[PATCH] chain.c32: add grubcfg= for passing an alternative config
...ge2 grubcfg=/boot/grub/grub.lst Signed-off-by: Gert Hulselmans <gerth at zytor.com> --- com32/modules/chain.c | 50 +++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 44 insertions(+), 6 deletions(-) diff --git a/com32/modules/chain.c b/com32/modules/chain.c index 4f5baf1..fd48bb8 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c @@ -78,7 +78,11 @@ * * grub=<loader> * same as seg=0x800 file=<loader> & jumping to seg 0x820, - * used with GRUB stage2 files. + * used with GRUB Legacy stage2 files. + * + * grubcfg=<filename> + * set an al...
2010 Jun 30
1
(no subject)
...ge2 grubcfg=/boot/grub/grub.lst Signed-off-by: Gert Hulselmans <gerth at zytor.com> --- com32/modules/chain.c | 50 +++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 44 insertions(+), 6 deletions(-) diff --git a/com32/modules/chain.c b/com32/modules/chain.c index 4f5baf1..fd48bb8 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c @@ -78,7 +78,11 @@ * * grub=<loader> * same as seg=0x800 file=<loader> & jumping to seg 0x820, - * used with GRUB stage2 files. + * used with GRUB Legacy stage2 files. + * + * grubcfg=<filename> + * set an al...