There are several problems in grub.texi.

1. There are several references to Multiboot using @pxref or @xref, but Multiboot is not a node within grub.texi. This causes a 404 on the website.

@Section History of GRUB
@section GRUB features (2 times)
@subsection How to boot an OS directly with GRUB

They resolve properly in grub.info where there should be a separate entry for Multiboot in dir, but not in the html files (single or multi-page).

I don't know if these references should be changed to @uref or not.

2. The following nodes are not found on the website. I ran makeinfo and they seem to be generated.

@node Shell-like scripting
@node Themes
@node acpi
@node badram
@node GRUB only offers a rescue shell
@node Invoking grub-mkconfig
@node Invoking grub-mkpasswd-pbkdf2
@node Getting the source code
@node Finding your way around

3.  A minor bug in @node Naming convention

s/@samp{1}/@samp{2}/


I fixed #1 and #3 above manually for the plain html files, but grub.texi needs to be updated for a permanent fix. I also added the missing files to get rid of the 404s in #2.

  -- Bruce

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel
  • grub.texi Bruce Dubbs

Reply via email to