diff options
author | tron <tron@pkgsrc.org> | 2002-07-20 12:42:35 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-07-20 12:42:35 +0000 |
commit | 6184c63b15bb8b336d90f674388e8b0c1edd72ef (patch) | |
tree | f79eb910bc76c2b5db88f5969386b352c5910515 /mk | |
parent | 703ba2fb6d03826e33ef28b02c69eb0fae56b4da (diff) | |
download | pkgsrc-6184c63b15bb8b336d90f674388e8b0c1edd72ef.tar.gz |
Add optional netboot support to "grub" package as suggested by
Julio Merino in PR pkg/17354.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 74b7ac897b2..984dcc074b9 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.70 2002/07/15 16:24:01 schmonz Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.71 2002/07/20 12:42:35 tron Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -565,6 +565,19 @@ GAWK_ENABLE_PORTALS?= NO # Possible: yes, no, not defined # Default: not defined (-> Russian support enabled) +#GRUB_NETWORK_CARDS= +# Compile netboot support for the listed network interface cards into GRUB. +# Use e.g. "rtl8139" for RealTek 8139 support or "eepro100 epic100" for +# Intel Etherexpress Pro/100 and SMC EtherPower II support. +# Default: not defined (-> no netboot support) + +#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 +# "--enable-ne-scan=0x300" to let the boot loader search for an NE 2000 ISA +# card at I/O offset 0x300. +# Default: not defined + IMAP_UW_CCLIENT_MBOX_FMT?= unix # Used in imap-uw to set the default format used by c-client programs for # new mailbox creation. Check the UW IMAP documentation for more details |