usr/src/grub/capability
author Christopher Siden <chris.siden@delphix.com>
Mon, 21 May 2012 12:11:39 -0700
changeset 13700 2889e2596bd6
parent 13049 2511753a6599
child 14121 6437867d550b
permissions -rw-r--r--
2619 asynchronous destruction of ZFS file systems 2747 SPA versioning with zfs feature flags Reviewed by: Matt Ahrens <[email protected]> Reviewed by: George Wilson <[email protected]> Reviewed by: Richard Lowe <[email protected]> Reviewed by: Dan Kruchinin <[email protected]> Approved by: Eric Schrock <[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
#
6928
16c875f25379 6716359 GRUB capability file should include version information
vikram
parents: 6694
diff changeset
    27
# The version field contains the version of the associated GRUB software.
16c875f25379 6716359 GRUB capability file should include version information
vikram
parents: 6694
diff changeset
    28
# The version is incremented by .1 (minor version number) each time there
16c875f25379 6716359 GRUB capability file should include version information
vikram
parents: 6694
diff changeset
    29
# is a bugfix or enhancement of GRUB. In addition, the major version number
16c875f25379 6716359 GRUB capability file should include version information
vikram
parents: 6694
diff changeset
    30
# is bumped up by 1 every time a release boundary is crossed. Thus if in S11
16c875f25379 6716359 GRUB capability file should include version information
vikram
parents: 6694
diff changeset
    31
# the starting version is 3, in S12 the starting version will be 4.
16c875f25379 6716359 GRUB capability file should include version information
vikram
parents: 6694
diff changeset
    32
# Note that the first major number in each sequence is a whole integer
16c875f25379 6716359 GRUB capability file should include version information
vikram
parents: 6694
diff changeset
    33
# i.e. 2.0 is truncated to 2 and 3.0 is truncated to 3.
16c875f25379 6716359 GRUB capability file should include version information
vikram
parents: 6694
diff changeset
    34
#
7794
be12a49f5895 6757930 GRUB cap file version number must be bumped up to track zpool changes
Vikram Hegde <Vikram.Hegde@Sun.COM>
parents: 6928
diff changeset
    35
# NOTE: Live Upgrade is currently unable to handle decimal fractions (i.e.
be12a49f5895 6757930 GRUB cap file version number must be bumped up to track zpool changes
Vikram Hegde <Vikram.Hegde@Sun.COM>
parents: 6928
diff changeset
    36
# minor version numbers) so the version number is being bumped up in
be12a49f5895 6757930 GRUB cap file version number must be bumped up to track zpool changes
Vikram Hegde <Vikram.Hegde@Sun.COM>
parents: 6928
diff changeset
    37
# integer increments until Live Upgrade is fixed.
be12a49f5895 6757930 GRUB cap file version number must be bumped up to track zpool changes
Vikram Hegde <Vikram.Hegde@Sun.COM>
parents: 6928
diff changeset
    38
#
6928
16c875f25379 6716359 GRUB capability file should include version information
vikram
parents: 6694
diff changeset
    39
# This file and the associated version are Solaris specific and are
16c875f25379 6716359 GRUB capability file should include version information
vikram
parents: 6694
diff changeset
    40
# not a part of the open source distribution of GRUB.
16c875f25379 6716359 GRUB capability file should include version information
vikram
parents: 6694
diff changeset
    41
#
13700
2889e2596bd6 2619 asynchronous destruction of ZFS file systems
Christopher Siden <chris.siden@delphix.com>
parents: 13049
diff changeset
    42
VERSION=21
6448
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    43
dboot
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    44
xVM
6694
d1503f9c5de3 6699956 bootadm fixes for GRUB findroot
vikram
parents: 6448
diff changeset
    45
zfs
6448
dfd58b2129f6 PSARC 2008/201 Grub Findroot
vikram
parents:
diff changeset
    46
findroot