All of lore.kernel.org
 help / color / mirror / Atom feed
* GRUB webpage
@ 2004-08-07 15:18 Marco Gerards
  2004-08-08  0:18 ` Yoshinori K. Okuji
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Gerards @ 2004-08-07 15:18 UTC (permalink / raw)
  To: grub-devel

Hi,

Because too many people use this mailing list for questions and patches
that are not related to GRUB 2 I prepared a patch for the webpage.

There are two things that I have changed.

1) I made clear that the GRUB version most people use is GRUB Legacy
   and that when they are in doubt they can assume they use GRUB
   Legacy.  I can imagine people do not know which GRUB version they
   use and assume they use the newest (GRUB 2).

2) I changed the CVS checkout example from GRUB 2 to GRUB Legacy.

If someone has another suggestion to prevent confusion, please tell
me.  As I know very little about webpages (and because of the lack of
interest in webpages) all I will do for the GRUB webpage is updating
the text.

Okuji, can I commit this patch?

Thanks,
Marco


Index: grub.en.html
===================================================================
RCS file: /webcvs/grub/grub/grub.en.html,v
retrieving revision 1.43
diff -u -p -u -p -r1.43 grub.en.html
--- grub.en.html	1 Aug 2004 18:22:52 -0000	1.43
+++ grub.en.html	7 Aug 2004 15:09:20 -0000
@@ -130,10 +130,12 @@ GNU).
 </P>
 
 <P>
-Currently, a new breed GRUB is under development, <A
-HREF="#GRUB2">GRUB 2</A>.
-This means what was known as GRUB (i.e. version 0.9x) has become <A
-HREF="#legacy"> GRUB Legacy</A>.
+Currently, a new breed GRUB is under development (but not yet ready
+for production usage), <A HREF="#GRUB2">GRUB 2</A>.  This means what
+was known as GRUB (i.e. version 0.9x) has become <A HREF="#legacy">
+GRUB Legacy</A>.  At the moment GRUB Legacy is used by most people, so
+if you are not completely sure which GRUB version you use it is most
+likely GRUB Legacy.
 </P>
 
 
@@ -232,13 +234,13 @@ In this CVS repository, these two module
 </DL>
 
 <P>
-So, for example, if you want to get GRUB 2, you can specify <samp>grub2</samp>
-like this:
+So, for example, if you want to get GRUB Legacy, you can specify
+<samp>grub</samp> like this:
 </P>
 
 <PRE>
 $ export CVS_RSH="ssh"
-$ cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/grub co grub2
+$ cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/grub co grub
 </PRE>
 
 </td>




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

end of thread, other threads:[~2004-08-08  0:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-07 15:18 GRUB webpage Marco Gerards
2004-08-08  0:18 ` Yoshinori K. Okuji

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.