capability (22f5594a529d50114d839d4ddecc2c499731a3d7) | capability (cd11837edb943ce20ca539d505e60b469f89bf20) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 7 unchanged lines hidden (view full) --- 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 22# Use is subject to license terms. 23# | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 7 unchanged lines hidden (view full) --- 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 22# Use is subject to license terms. 23# |
24#pragma ident "%Z%%M% %I% %E% SMI" | |
25# | 24# |
26# | |
27# This file defines the current capabilities of GRUB over and above that 28# supported by the standard distribution 29# 30# The version field contains the version of the associated GRUB software. 31# The version is incremented by .1 (minor version number) each time there 32# is a bugfix or enhancement of GRUB. In addition, the major version number 33# is bumped up by 1 every time a release boundary is crossed. Thus if in S11 34# the starting version is 3, in S12 the starting version will be 4. 35# Note that the first major number in each sequence is a whole integer 36# i.e. 2.0 is truncated to 2 and 3.0 is truncated to 3. 37# | 25# This file defines the current capabilities of GRUB over and above that 26# supported by the standard distribution 27# 28# The version field contains the version of the associated GRUB software. 29# The version is incremented by .1 (minor version number) each time there 30# is a bugfix or enhancement of GRUB. In addition, the major version number 31# is bumped up by 1 every time a release boundary is crossed. Thus if in S11 32# the starting version is 3, in S12 the starting version will be 4. 33# Note that the first major number in each sequence is a whole integer 34# i.e. 2.0 is truncated to 2 and 3.0 is truncated to 3. 35# |
36# NOTE: Live Upgrade is currently unable to handle decimal fractions (i.e. 37# minor version numbers) so the version number is being bumped up in 38# integer increments until Live Upgrade is fixed. 39# |
|
38# This file and the associated version are Solaris specific and are 39# not a part of the open source distribution of GRUB. 40# | 40# This file and the associated version are Solaris specific and are 41# not a part of the open source distribution of GRUB. 42# |
41VERSION=3 | 43VERSION=4 |
42dboot 43xVM 44zfs 45findroot | 44dboot 45xVM 46zfs 47findroot |