[OpenIndiana-discuss] How to determine if one is running on b134b or b134
Charles Seeger
seeger at cise.ufl.edu
Fri Jan 28 03:13:51 UTC 2011
+------ Calum Mackay wrote (Thu, 27-Jan-2011, 16:15 +0000):
|
| On 27/01/11 08:05, Hans J. Albertsson wrote:
| > HOW does one determine if a BE is pure
| > Osol 134, or pure Osol 134b?
|
| In general, one would expect it to be in /etc/release, e.g:
|
| $ head -1 /mnt/etc/release
| Oracle Solaris 11 Express snv_151a X86
|
| but I can't remember whether this was true for 134b, nor do I have such
| a BE lying around to test...
# beadm mount osol_134 /mnt
# head -1 /mnt/etc/release
OpenSolaris Development snv_134 X86
# beadm unmount osol_134
# beadm mount osol_134b /mnt
# head -1 /mnt/etc/release
OpenSolaris 2010.05 snv_134b X86
| If you have it booted, you could check the Branch of the "entire"
| incorporation:
|
| pkg info -l entire
|
| or from a BE mounted on /mnt:
|
| pkg -R /mnt info -l entire
|
| e.g:
|
| Branch: 0.151 # b151
|
| Branch: 0.151.0.1 # b151a
Branch: 0.134 # b134
Branch: 0.134.0.2 # b134b
HTH,
Chuck
More information about the OpenIndiana-discuss
mailing list