xref: /onnv-gate/usr/src/grub/capability (revision 13037:2511753a6599)
16448Svikram#
26448Svikram# CDDL HEADER START
36448Svikram#
46448Svikram# The contents of this file are subject to the terms of the
56448Svikram# Common Development and Distribution License (the "License").
66448Svikram# You may not use this file except in compliance with the License.
76448Svikram#
86448Svikram# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96448Svikram# or http://www.opensolaris.org/os/licensing.
106448Svikram# See the License for the specific language governing permissions
116448Svikram# and limitations under the License.
126448Svikram#
136448Svikram# When distributing Covered Code, include this CDDL HEADER in each
146448Svikram# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
156448Svikram# If applicable, add the following below this CDDL HEADER, with the
166448Svikram# fields enclosed by brackets "[]" replaced with your own identifying
176448Svikram# information: Portions Copyright [yyyy] [name of copyright owner]
186448Svikram#
196448Svikram# CDDL HEADER END
206448Svikram#
2112431SLori.Alt@Sun.COM# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
226448Svikram#
236448Svikram#
246448Svikram# This file defines the current capabilities of GRUB over and above that
256448Svikram# supported by the standard distribution
266448Svikram#
276928Svikram# The version field contains the version of the associated GRUB software.
286928Svikram# The version is incremented by .1 (minor version number) each time there
296928Svikram# is a bugfix or enhancement of GRUB. In addition, the major version number
306928Svikram# is bumped up by 1 every time a release boundary is crossed. Thus if in S11
316928Svikram# the starting version is 3, in S12 the starting version will be 4.
326928Svikram# Note that the first major number in each sequence is a whole integer
336928Svikram# i.e. 2.0 is truncated to 2 and 3.0 is truncated to 3.
346928Svikram#
357794SVikram.Hegde@Sun.COM# NOTE: Live Upgrade is currently unable to handle decimal fractions (i.e.
367794SVikram.Hegde@Sun.COM# minor version numbers) so the version number is being bumped up in
377794SVikram.Hegde@Sun.COM# integer increments until Live Upgrade is fixed.
387794SVikram.Hegde@Sun.COM#
396928Svikram# This file and the associated version are Solaris specific and are
406928Svikram# not a part of the open source distribution of GRUB.
416928Svikram#
42*13037SMark.Musante@Sun.COMVERSION=20
436448Svikramdboot
446448SvikramxVM
456694Svikramzfs
466448Svikramfindroot
47