diff options
author | marino <marino@FreeBSD.org> | 2014-07-28 23:18:02 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-28 23:18:02 +0800 |
commit | fa2789b8311f70aaee9278e1db60d65bf33219fe (patch) | |
tree | 38e868c61cdec54bffb3148486c8eb18629b69ca /sysutils | |
parent | cb1d26048d9aae085a9f6c5635b82bdf7c8a2e9f (diff) | |
download | freebsd-ports-gnome-fa2789b8311f70aaee9278e1db60d65bf33219fe.tar.gz freebsd-ports-gnome-fa2789b8311f70aaee9278e1db60d65bf33219fe.tar.zst freebsd-ports-gnome-fa2789b8311f70aaee9278e1db60d65bf33219fe.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/grub2/Makefile | 2 | ||||
-rw-r--r-- | sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile index e3c0337c4b59..d726fb300b7d 100644 --- a/sysutils/grub2/Makefile +++ b/sysutils/grub2/Makefile @@ -3,7 +3,7 @@ PORTNAME= grub2 PORTVERSION= 2.00 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= GNU/grub DISTNAME= grub-${PORTVERSION} diff --git a/sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support b/sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support index e582bf96c958..ac1f474b2bd9 100644 --- a/sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support +++ b/sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support @@ -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 |