Subject: CVS commit: pkgsrc/sysutils/grub
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 04/30/2002 15:09:57
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Apr 30 12:09:57 UTC 2002

Modified Files:
	pkgsrc/sysutils/grub: Makefile distinfo

Log Message:
Update to 0.92:
* The command "displaymem" uses only hex digits for consistency.
* The netboot code goes back to the progress bars instead of dots, for
  the notation of data transfers. And, that is displayed only in debug
  mode, that is to say, nothing is displayed by default. Remember that
  you can turn on debug mode via the command "debug".
* The command "help" doesn't show all the available commands by default,
  when no argument is specified. Rarely used commands (such as
  "testload") and useless commands in interactive use (such as
  "savedefault") are hidden. If you want to see help messages for those
  commands, specify the new option "--all".
* A built-in, `more'-like pager is added. When a command prints too many
  lines to fit the screen, GRUB waits until you hit return key. This
  feature can be turned off by the new command "pager".
* The command "terminal" accepts a new option, "--lines=LINES". You can
  set the maximum number of lines arbitrarily with this option. If you
  don't specify it, the maximum number will be 24.
* The command "terminal" accepts another new option, "--silent". You can
  suppress the "Press any key to continue" message with this option.
* The mem= option for Linux is recognized and used to limit the maximum
  address of initrd.
* A fallback entry is executed immediately after a default entry,
  without prompting a user's intervention, as the manual has ever been
  saying.
* The utility ``grub-install'' makes sure that GRUB images have been
  written to a physical disk completely. To assist this feature, a new
  command "dump" is added.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/grub/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/grub/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.