summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.defaults.mk
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-01-29 18:36:38 +0000
committerjmmv <jmmv>2004-01-29 18:36:38 +0000
commit49ad79c88f66754ba82ede2c803e801f5a91ded5 (patch)
treec6a27d2f0f0f1af12dbd97e02880a82b7a0d4187 /mk/bsd.pkg.defaults.mk
parentd01c09f35de8251e4b71e6a63ea3faa356b03c45 (diff)
downloadpkgsrc-49ad79c88f66754ba82ede2c803e801f5a91ded5.tar.gz
Update grub to 0.94:
* Support building on x86-64 with gcc -m32. * Use a BIOS call to turn on/off Gate A20. This should solve various problems related to Gate A20 in modern BIOSes. * Add a workaround for buggy BIOSes (notably HP Vectra series) which don't pass the boot drive correctly. * Display "GNU GRUB" instead of "GRUB" in the menu. * Add support for QNX RTP into the grub shell. * Add support for the initrd max address of a kernel header in Linux. * Support 32 bit and 64 bit dev_t. * Add support for an install device in GRUB's notation with no parenthesis (e.g. grub-install hd0). * Improve the manual a lot. While here, add a new build definition, GRUB_PRESET_COMMAND, which can be set to a single command that will be embedded in grub's stage2 and executed during bootup (useful for automated diskless setups). Also make use of BUILD_DEFS properly. And pick up maintainership, as requested by tron@.
Diffstat (limited to 'mk/bsd.pkg.defaults.mk')
-rw-r--r--mk/bsd.pkg.defaults.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 42e4b00d8ec..457056e4a15 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.209 2004/01/24 09:23:22 xtraeme Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.210 2004/01/29 18:36:38 jmmv Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -919,6 +919,14 @@ GOLEM_WITH_SOUND?= NO
# Intel Etherexpress Pro/100 and SMC EtherPower II support.
# Default: not defined (-> no netboot support)
+#GRUB_PRESET_COMMAND=
+# Specifies a single command that will be embedded into GRUB's stage2 and
+# executed at boot time as a default configuration file. This is usually
+# useful to create stage2 files with automated diskless support; you should
+# set this variable to "bootp", "dhcp" or "rarp", and use it together
+# GRUB_NETWORK_CARDS.
+# Default: not defined
+
#GRUB_SCAN_ARGS=
# Can be used to supply additional configure arguments for netboot support in
# GRUB. Set e.g. "GRUB_NETWORK_CARDS" to "ne" and "GRUB_SCAN_ARGS" to