diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-20 20:57:17 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-20 20:57:17 +0000 |
commit | caf688897a1ae10941ef1df17a6742846867c2f5 (patch) | |
tree | e8e31e08ac6f96b1ba5b41cc537b15e2e7cea288 /mk | |
parent | 087218e4c23b801839bf19084056b8f94105a463 (diff) | |
download | pkgsrc-caf688897a1ae10941ef1df17a6742846867c2f5.tar.gz |
Update sysutils/grub to 0.95, and remove obsoleted options
GRUB_USE_UFS2/GRUB_USE_ISO9660, they are not longer needed.
New in 0.95 - 2004-06-13:
* Add support for ReiserFS 3.
* Fix support for FreeBSD 5.
* Support ATARAID for Linux in the grub shell and grub-install.
* Add CDROM support for El Torito with no emulation mode. You can use
(cd) as a CDROM drive in the config file.
* Option --no-mem-option is implied for Linux 2.4.18 and newer.
* Add support for UFS2.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index b60532bff39..59f4fd9dbd6 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.251 2004/06/20 02:52:56 xtraeme Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.252 2004/06/20 20:57:17 xtraeme Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -1000,16 +1000,6 @@ GOLEM_WITH_SOUND?= NO # card at I/O offset 0x300. # Default: not defined -GRUB_USE_ISO9660?= NO -# This option will add support for the ISO9660 filesystem to GRUB. -# Possible: yes or no. -# Default: no. - -GRUB_USE_UFS2?= NO -# This option will add support for the UFS2 filesystem to GRUB. -# Possible: yes or no. -# Default: no. - ICECAST_CHROOTDIR?= ${VARBASE}/chroot/icecast # Used in icecast2 to specify the chroot directory in which icecast # will be allowed to work. |