All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Dubbs <bruce.dubbs@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: Full documentation for GRUB2
Date: Thu, 31 Mar 2011 01:19:49 -0500	[thread overview]
Message-ID: <4D941D05.7040107@gmail.com> (raw)
In-Reply-To: <2913A42B-33C4-4FE1-8826-52626032F566@colorremedies.com>

Chris Murphy wrote:
> On Mar 29, 2011, at 9:19 AM, Patrick Strasser wrote:
>> Moreover googling is no alternative to proper documentation. I'd
>> like to contribute examples that I found to the grub docs, but the 
>> manual gives no hint how to do so... ;-)
> 
>> It's the developers task and skill to document features.
> 
> I agree, but from this outsider's perspective, it's abundantly clear
> the developers have totally abdicated on this. 

That's a bit harsh.  The devs are a very small group and the technical 
details are vast.  There is some effort going on to do the 
documentation, but it takes time.  It is only a .98 release right now 
which means it is under development.  To describe what GRUB2 does will 
take a moderate size book.

The entire project is a mini-operating system.  I personally don't 
really think a lot of the bells and whistles (e.g. scripting, graphics) 
are needed for something that most users will look at for 5 seconds as 
they boot (if at all).

My own grub.cfg looks like:

### grub.cfg
set default=0
set timeout=5

insmod ext2
set root=(hd0,1)

menuentry "LFS SVN 20110204, Linux 2.6.37" {
         linux   /linux-2.6.37 root=/dev/sda14 ro
}

menuentry "LFS SVN 20100627, Linux 2.6.34-label" {
         linux   /linux-2.6.34 root=LABEL=lfs-svn ro
}

and it works fine.  On the other hand, I don't do Windows, BSD, MAC, 
serial IO for boot, nfs boot, tftp boot, a boot sector on raid, EFI, 
initrd, grub-mkconfig, or a myriad of other things that GRUB supports.

   -- Bruce


  reply	other threads:[~2011-03-31  6:19 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-24 15:06 Full documentation for GRUB2 Treutwein Bernhard
2011-03-24 18:32 ` kf
2011-03-26  7:03 ` Jordan Uggla
2011-03-29 15:19 ` Patrick Strasser
2011-03-29 15:58   ` Chris Murphy
2011-03-31  6:19     ` Bruce Dubbs [this message]
2011-03-31  9:20     ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-03-29 17:09   ` Colin Watson
2011-03-30  1:18     ` Leslie Rhorer
2011-03-30  1:28       ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-03-30  1:57       ` Bruce Dubbs
2011-03-30  2:01       ` Isaac Dupree
2011-03-30  2:25       ` Colin Watson
2011-03-31  1:15         ` Leslie Rhorer
2011-03-31  7:51           ` Colin Watson
2011-03-31 13:59             ` richardvoigt
2011-03-31 14:24               ` Colin Watson
2011-04-01 10:42             ` Robert Wolf
2011-04-06 14:12               ` Treutwein Bernhard
2011-03-31  8:39           ` Isaac Dupree
2011-03-31  8:58             ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-03-31 10:21             ` Colin Watson
2011-03-31 11:22     ` Patrick Strasser
     [not found] <239CEBDEE83EB949A48B6DB812AA19F60124B386@ex2.zuv.uni-muenchen.de>
2011-04-08  9:21 ` Treutwein Bernhard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D941D05.7040107@gmail.com \
    --to=bruce.dubbs@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.