All of lore.kernel.org
 help / color / mirror / Atom feed
* grub-mkimage and other utils documentation
@ 2013-11-26 16:40 Andrey Borzenkov
  2013-11-26 17:02 ` Jonathan McCune
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Andrey Borzenkov @ 2013-11-26 16:40 UTC (permalink / raw)
  To: grub-devel

I started to clean --pubkey in docs, hit grub-mkimage reference, hit
"grub-install is just a shell script" ... it really needs cleanup. Is
grub-install terse description intentional? If not, I'm going to
actually document all utilities and all options not defined as hidden.
We probably need to mention common options between various utilities
as well.

Or should some tools be skipped? I'm fine to document them in
grub-devel though, but I'd like to have them documented /somewhere/.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: grub-mkimage and other utils documentation
  2013-11-26 16:40 grub-mkimage and other utils documentation Andrey Borzenkov
@ 2013-11-26 17:02 ` Jonathan McCune
  2013-11-26 17:35   ` Andrey Borzenkov
  2013-11-26 17:16 ` Bruce Dubbs
  2013-11-28  6:37 ` Vladimir 'phcoder' Serbinenko
  2 siblings, 1 reply; 5+ messages in thread
From: Jonathan McCune @ 2013-11-26 17:02 UTC (permalink / raw)
  To: The development of GNU GRUB

[-- Attachment #1: Type: text/plain, Size: 1010 bytes --]

On Tue, Nov 26, 2013 at 8:40 AM, Andrey Borzenkov <arvidjaar@gmail.com>wrote:

> I started to clean --pubkey in docs, hit grub-mkimage reference, hit
> "grub-install is just a shell script" ... it really needs cleanup.


I think the grub-mkimage reference can be dropped now that the native-code
grub-install is in place and supports --pubkey itself.  Sorry, at the time
those were written it was hard not to reveal some internals.  Thanks for
taking the initiative to clean them up.

-Jon



> Is
> grub-install terse description intentional? If not, I'm going to
> actually document all utilities and all options not defined as hidden.
> We probably need to mention common options between various utilities
> as well.
>
> Or should some tools be skipped? I'm fine to document them in
> grub-devel though, but I'd like to have them documented /somewhere/.
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>

[-- Attachment #2: Type: text/html, Size: 1675 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: grub-mkimage and other utils documentation
  2013-11-26 16:40 grub-mkimage and other utils documentation Andrey Borzenkov
  2013-11-26 17:02 ` Jonathan McCune
@ 2013-11-26 17:16 ` Bruce Dubbs
  2013-11-28  6:37 ` Vladimir 'phcoder' Serbinenko
  2 siblings, 0 replies; 5+ messages in thread
From: Bruce Dubbs @ 2013-11-26 17:16 UTC (permalink / raw)
  To: The development of GNU GRUB

Andrey Borzenkov wrote:
> I started to clean --pubkey in docs, hit grub-mkimage reference, hit
> "grub-install is just a shell script" ... it really needs cleanup. Is
> grub-install terse description intentional? If not, I'm going to
> actually document all utilities and all options not defined as hidden.
> We probably need to mention common options between various utilities
> as well.
>
> Or should some tools be skipped? I'm fine to document them in
> grub-devel though, but I'd like to have them documented /somewhere/.

Things that can be run by a user or admin should be in the main 
documentation.  Those things run by a developer for 
building/testing/debugging, etc should be in grub-devel.

I'd put any program that is installed in the file system
/{,usr/}{,s}bin  directories in the category of admin.

   -- Bruce



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: grub-mkimage and other utils documentation
  2013-11-26 17:02 ` Jonathan McCune
@ 2013-11-26 17:35   ` Andrey Borzenkov
  0 siblings, 0 replies; 5+ messages in thread
From: Andrey Borzenkov @ 2013-11-26 17:35 UTC (permalink / raw)
  To: grub-devel

В Tue, 26 Nov 2013 09:02:09 -0800
Jonathan McCune <jonmccune@google.com> пишет:

> On Tue, Nov 26, 2013 at 8:40 AM, Andrey Borzenkov <arvidjaar@gmail.com>wrote:
> 
> > I started to clean --pubkey in docs, hit grub-mkimage reference, hit
> > "grub-install is just a shell script" ... it really needs cleanup.
> 
> 
> I think the grub-mkimage reference can be dropped now that the native-code
> grub-install is in place and supports --pubkey itself.

It is far more than --pubkey. grub-install section itself starts with
reference to grub-mkimage.

>                                                       Sorry, at the time
> those were written it was hard not to reveal some internals.  Thanks for
> taking the initiative to clean them up.
> 
> -Jon
> 
> 
> 
> > Is
> > grub-install terse description intentional? If not, I'm going to
> > actually document all utilities and all options not defined as hidden.
> > We probably need to mention common options between various utilities
> > as well.
> >
> > Or should some tools be skipped? I'm fine to document them in
> > grub-devel though, but I'd like to have them documented /somewhere/.
> >
> > _______________________________________________
> > Grub-devel mailing list
> > Grub-devel@gnu.org
> > https://lists.gnu.org/mailman/listinfo/grub-devel
> >



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: grub-mkimage and other utils documentation
  2013-11-26 16:40 grub-mkimage and other utils documentation Andrey Borzenkov
  2013-11-26 17:02 ` Jonathan McCune
  2013-11-26 17:16 ` Bruce Dubbs
@ 2013-11-28  6:37 ` Vladimir 'phcoder' Serbinenko
  2 siblings, 0 replies; 5+ messages in thread
From: Vladimir 'phcoder' Serbinenko @ 2013-11-28  6:37 UTC (permalink / raw)
  To: The development of GNU GRUB

[-- Attachment #1: Type: text/plain, Size: 980 bytes --]

Main user tools are install mknetdir mkrescue mkstandalone editenv mkconfig
mkfont mklayout. Skip setup it's useful to have around for devs but has no
interface stability and generally better be left alone.
Thank you very much for taking care of this
On Nov 26, 2013 5:41 PM, "Andrey Borzenkov" <arvidjaar@gmail.com> wrote:

> I started to clean --pubkey in docs, hit grub-mkimage reference, hit
> "grub-install is just a shell script" ... it really needs cleanup. Is
> grub-install terse description intentional? If not, I'm going to
> actually document all utilities and all options not defined as hidden.
> We probably need to mention common options between various utilities
> as well.
>
> Or should some tools be skipped? I'm fine to document them in
> grub-devel though, but I'd like to have them documented /somewhere/.
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>

[-- Attachment #2: Type: text/html, Size: 1410 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-28  6:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-26 16:40 grub-mkimage and other utils documentation Andrey Borzenkov
2013-11-26 17:02 ` Jonathan McCune
2013-11-26 17:35   ` Andrey Borzenkov
2013-11-26 17:16 ` Bruce Dubbs
2013-11-28  6:37 ` Vladimir 'phcoder' Serbinenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.