Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2014 15:18:03 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363177 - in head/sysutils/grub2: . files
Message-ID:  <201407281518.s6SFI33u016934@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Jul 28 15:18:02 2014
New Revision: 363177
URL: http://svnweb.freebsd.org/changeset/ports/363177
QAT: https://qat.redports.org/buildarchive/r363177/

Log:
  sysutils/grub2: Fix feature to read 'com.delphix:hole_birth' on ZFS
  
  Fix for booting kernel directly from ZFS using grub.
  
  PR:		188524
  Submitted by:	Andrey Zholos

Modified:
  head/sysutils/grub2/Makefile
  head/sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support

Modified: head/sysutils/grub2/Makefile
==============================================================================
--- head/sysutils/grub2/Makefile	Mon Jul 28 15:16:44 2014	(r363176)
+++ head/sysutils/grub2/Makefile	Mon Jul 28 15:18:02 2014	(r363177)
@@ -3,7 +3,7 @@
 
 PORTNAME=	grub2
 PORTVERSION=	2.00
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils
 MASTER_SITES=	GNU/grub
 DISTNAME=	grub-${PORTVERSION}

Modified: head/sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support
==============================================================================
--- head/sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support	Mon Jul 28 15:16:44 2014	(r363176)
+++ head/sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support	Mon Jul 28 15:18:02 2014	(r363177)
@@ -92,7 +92,7 @@ index ba0554a..811e3df 100644
 + * to be listed here since grub opens pools in read-only mode.
 + */
 +static const char *spa_feature_names[] = {
-+	"org.illumos:lz4_compress",NULL
++	"org.illumos:lz4_compress","com.delphix:hole_birth",NULL
 +};
 +
 +static int NESTED_FUNC_ATTR



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407281518.s6SFI33u016934>