summaryrefslogtreecommitdiff
path: root/sysutils/grub
diff options
context:
space:
mode:
authorwiz <wiz>2002-04-30 12:09:56 +0000
committerwiz <wiz>2002-04-30 12:09:56 +0000
commit4412b0b2aacb76cc315c294d105e8aeb795f65ec (patch)
tree17d0f72f544248b08545b7040f98d9958b0ed3a3 /sysutils/grub
parent5c2064b2ebb5512c9f335b22d4462afaa75d026b (diff)
downloadpkgsrc-4412b0b2aacb76cc315c294d105e8aeb795f65ec.tar.gz
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.
Diffstat (limited to 'sysutils/grub')
-rw-r--r--sysutils/grub/Makefile4
-rw-r--r--sysutils/grub/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile
index 61adf438983..13a78cae0d8 100644
--- a/sysutils/grub/Makefile
+++ b/sysutils/grub/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2002/04/16 00:52:19 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2002/04/30 12:09:56 wiz Exp $
#
-DISTNAME= grub-0.91
+DISTNAME= grub-0.92
CATEGORIES= sysutils
MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/
diff --git a/sysutils/grub/distinfo b/sysutils/grub/distinfo
index 647e39f2278..69631368843 100644
--- a/sysutils/grub/distinfo
+++ b/sysutils/grub/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/04/11 19:53:25 magick Exp $
+$NetBSD: distinfo,v 1.2 2002/04/30 12:09:56 wiz Exp $
-SHA1 (grub-0.91.tar.gz) = 9596380a9228123b63e85a62c9c8cfc2871bf552
-Size (grub-0.91.tar.gz) = 867276 bytes
+SHA1 (grub-0.92.tar.gz) = 15bd5aaa816728583235ab0d5477c1ac32855583
+Size (grub-0.92.tar.gz) = 877112 bytes