From 2c9007a77ea39c1865e0e63e190b1c97412f06b6 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sun, 20 Jun 2004 20:57:17 +0000 Subject: 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. --- mk/bsd.pkg.defaults.mk | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'mk') 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. -- cgit v1.2.3