usr/src/grub/capability
author Garrett D'Amore <garrett@dey-sys.com>
Wed, 04 Sep 2013 14:48:51 -0700
changeset 14186 863932c97ce8
parent 14121 6437867d550b
permissions -rw-r--r--
4111 wcwidth() still not right for some characters Reviewed by: Yuri Pankov <[email protected]> Reviewed by: Gordon Ross <[email protected]> Approved by: Dan McDonald <[email protected]>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6448
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
     1
#
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
     2
# CDDL HEADER START
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
     3
#
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
     7
#
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    10
# See the License for the specific language governing permissions
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    11
# and limitations under the License.
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    12
#
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    18
#
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    19
# CDDL HEADER END
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    20
#
12431
b81cd0b6b1b9 6952570 grub capabilities files not updated to reflect new zfs version.
Lori Alt <Lori.Alt@Sun.COM>
parents: 11935
diff changeset
    21
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13049
diff changeset
    22
# Copyright (c) 2012 by Delphix. All rights reserved.
6448
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    23
#
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    24
# This file defines the current capabilities of GRUB over and above that
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    25
# supported by the standard distribution
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    26
#
14121
6437867d550b 3966 zfs lz4 compression (etc) should have bumped grub capability VERSION
Richard Lowe <richlowe@richlowe.net>
parents: 13700
diff changeset
    27
# The version field contains the version of the associated GRUB software.  The
6437867d550b 3966 zfs lz4 compression (etc) should have bumped grub capability VERSION
Richard Lowe <richlowe@richlowe.net>
parents: 13700
diff changeset
    28
# version is incremented by 1 each time there is a bugfix or enhancement to
6437867d550b 3966 zfs lz4 compression (etc) should have bumped grub capability VERSION
Richard Lowe <richlowe@richlowe.net>
parents: 13700
diff changeset
    29
# GRUB necessitating that the boot blocks be reinstalled for that fix or
6437867d550b 3966 zfs lz4 compression (etc) should have bumped grub capability VERSION
Richard Lowe <richlowe@richlowe.net>
parents: 13700
diff changeset
    30
# enhancement to take effect.
6928
16c875f25379 6716359 GRUB capability file should include version information
vikram
parents: 6694
diff changeset
    31
#
14121
6437867d550b 3966 zfs lz4 compression (etc) should have bumped grub capability VERSION
Richard Lowe <richlowe@richlowe.net>
parents: 13700
diff changeset
    32
VERSION=22
6448
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    33
dboot
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    34
xVM
6694
d1503f9c5de3 6699956 bootadm fixes for GRUB findroot
vikram
parents: 6448
diff changeset
    35
zfs
6448
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    36
findroot