diff options
author | Vikram Hegde <Vikram.Hegde@Sun.COM> | 2008-10-09 20:58:20 -0700 |
---|---|---|
committer | Vikram Hegde <Vikram.Hegde@Sun.COM> | 2008-10-09 20:58:20 -0700 |
commit | cd11837edb943ce20ca539d505e60b469f89bf20 (patch) | |
tree | 79362c05eed0191aa93939f7febfdaeb77d9d957 /usr/src/grub | |
parent | 9af0a4dffb12fece9e4ca0a97721e6e05ca2bca9 (diff) | |
download | illumos-gate-cd11837edb943ce20ca539d505e60b469f89bf20.tar.gz |
6757930 GRUB cap file version number must be bumped up to track zpool changes
Diffstat (limited to 'usr/src/grub')
-rw-r--r-- | usr/src/grub/capability | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/src/grub/capability b/usr/src/grub/capability index 1799930ab0..cba2f25a56 100644 --- a/usr/src/grub/capability +++ b/usr/src/grub/capability @@ -21,8 +21,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#pragma ident "%Z%%M% %I% %E% SMI" -# # # This file defines the current capabilities of GRUB over and above that # supported by the standard distribution @@ -35,10 +33,14 @@ # Note that the first major number in each sequence is a whole integer # i.e. 2.0 is truncated to 2 and 3.0 is truncated to 3. # +# NOTE: Live Upgrade is currently unable to handle decimal fractions (i.e. +# minor version numbers) so the version number is being bumped up in +# integer increments until Live Upgrade is fixed. +# # This file and the associated version are Solaris specific and are # not a part of the open source distribution of GRUB. # -VERSION=3 +VERSION=4 dboot xVM zfs |