+2004-09-20 Yoshinori K. Okuji <okuji@enbug.org>
+
+ * docs/internals.texi (Internals): Changed to an appendix.
+
+ * docs/grub.texi (@setchapternewpage): Changed to odd from off.
+ (@contents): Moved to the beginning.
+ (Future): Changed to an appendix.
+
2004-08-17 Yoshinori K. Okuji <okuji@enbug.org>
* stage2/cmdline.c (run_script): Fix a reversed conditional.
* mbchk: (grub)Invoking mbchk. Check for the format of a Multiboot kernel
@end direntry
-@setchapternewpage off
+@setchapternewpage odd
@ifinfo
Copyright @copyright{} 1999,2000,2001,2002,2004 Free Software Foundation, Inc.
by Free Software Foundation.
@end titlepage
+@c Output the table of contents at the beginning.
+@contents
+
@finalout
@headings double
First, modify your configuration file. Here is an example:
-@group
@example
+@group
default saved # This is important!!!
timeout 10
root (hd0,0)
kernel /new_kernel
savedefault 0 # This is important!!!
-@end example
@end group
+@end example
Note that this configuration file uses @samp{default saved}
(@pxref{default}) at the head and @samp{savedefault 0}
among @samp{A}, @samp{B} and @samp{C}. A configuration file can be
written in this way:
-@group
@example
+@group
default saved # This is important!!!
timeout 10
fallback 1 2 # This is important!!!
root (hd2,0)
kernel /kernel
savedefault
-@end example
@end group
+@end example
Note that @samp{default saved} (@pxref{default}), @samp{fallback 1 2}
and @samp{savedefault fallback} are used. GRUB will boot a saved entry
argument is normally the number of a default boot entry. For example,
if you have this configuration file:
-@group
@example
+@group
default saved
timeout 10
title GNU/Linux
root (hd0,1)
...
-@end example
@end group
+@end example
and if you want to set the next default boot entry to GNU/Linux, you
may execute this command:
@node Future
-@chapter Where GRUB will go
+@appendix Where GRUB will go
We started the next generation of GRUB, GRUB 2. This will include
internationalization, dynamic module loading, real memory management,
@printindex cp
-@contents
@bye
Some notes: