svn commit: r363177 - in head/sysutils/grub2: . files
John Marino
marino at FreeBSD.org
Mon Jul 28 15:18:03 UTC 2014
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
More information about the svn-ports-all
mailing list