Skip to content

Commit 110ac2a

Browse files
committed
Restructure upgrade page, reverse sort, move warnings to top
1 parent fa8fa7f commit 110ac2a

File tree

2 files changed

+41
-28
lines changed

2 files changed

+41
-28
lines changed

assets/css/app.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ article table {
8989
}
9090

9191
code.highlighter-rouge {
92-
white-space: nowrap;
92+
white-space: nowrap;
9393
}
9494

9595
div.highlighter-rouge pre code {
@@ -105,11 +105,15 @@ article {
105105
}
106106
}
107107

108+
.fgorange {
109+
color: color("orange","base");
110+
}
111+
108112
.side-nav {
109113
padding-top: 8ex;
110114
height: 100%;
111115
li {
112-
line-height: normal;
116+
line-height: normal;
113117
}
114118
> li:last-child {
115119
margin-bottom: 3ex;
@@ -151,7 +155,7 @@ nav .brand-logo {
151155

152156
nav ul a.inline {
153157
display: inline;
154-
color: #ff9800;
158+
color: color("orange","base");
155159
}
156160

157161
.menu-button {

upgrade.md

Lines changed: 34 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,45 @@ show_in_sidebar: true
88
# Upgrading to a New OmniOS Release
99

1010
The following table shows the supported upgrade paths between OmniOS versions.
11-
> Upgrading from versions not listed below has not been tested and is
12-
**not supported**.
11+
Paths not shown have not been tested and are **not supported**.
12+
13+
<div class="fa-orange" style="padding-top: 0.1em">
14+
<i class="far fa-3x fa-pull-left fa-exclamation-triangle"></i>
15+
<span class=fgorange>Upgrade notes:</span>
16+
<ul>
17+
<li>
18+
The grub boot loader is not supported as of the r151054 LTS release.
19+
<a href=/info/loader.html>Migrate to the replacement loader</a>
20+
[test](/info/loader.html)
21+
prior to upgrading.
22+
</li><li>
23+
Before upgrading, check that you have
24+
<a href=/info/sunssh.html>removed any legacy options from your OpenSSH configuration file</a>.
25+
Failure to do so may result in the SSH service not starting after upgrade.
26+
</li>
27+
</ul>
28+
</div>
1329

1430
{:.bordered .responsive-table}
1531
| From Release | | To Release(s)
1632
| ------------ | | -------------
17-
| r151022 (OmniTI version) | &#8594; | r151022 (LTS), r151024 (stable) [(See note below)](#installing-the-omnios-ca-certificate)
18-
| r151022 (LTS) | &#8594; | r151024, r151026, r151028 (stable), r151030 (LTS)
19-
| r151024 (stable) | &#8594; | r151026, r151028 (stable), r151030 (LTS)
20-
| r151026 (stable) | &#8594; | r151028 (stable), r151030 (LTS)
21-
| r151028 (stable) | &#8594; | r151030 (LTS)
22-
| r151030 (LTS) | &#8594; | r151032, r151034, r151036 (stable), r151038 (LTS)
23-
| r151032 (stable) | &#8594; | r151034, r151036 (stable), r151038 (LTS)
24-
| r151034 (stable) | &#8594; | r151036 (stable), r151038 (LTS)
25-
| r151036 (stable) | &#8594; | r151038 (LTS)
26-
| r151038 (LTS) | &#8594; | r151040, r151042, r151044 (stable), r151046 (LTS)
27-
| r151040 (stable) | &#8594; | r151042, r151044 (stable), r151046 (LTS)
28-
| r151042 (stable) | &#8594; | r151044 (stable), r151046 (LTS)
33+
| r151052 (stable) | &#8594; | r151054 (LTS)
34+
| r151050 (stable) | &#8594; | r151052 (stable), r151054 (LTS)
35+
| r151048 (stable) | &#8594; | r151050 (stable), r151052 (stable), r151054 (LTS)
36+
| r151046 (LTS) | &#8594; | r151048 (stable), r151050 (stable), r151052 (stable), r151054 (LTS)
2937
| r151044 (stable) | &#8594; | r151046 (LTS)
30-
| r151046 (LTS) | &#8594; | r151048 (stable), r151050 (stable), r151052 (stable)
31-
| r151048 (stable) | &#8594; | r151050 (stable), r151052 (stable)
32-
| r151050 (stable) | &#8594; | r151052 (stable)
33-
34-
<div class="fa-orange" style="padding-top: 0.5em">
35-
<i class="far fa-3x fa-pull-left fa-exclamation-triangle"></i>
36-
Before upgrading, check that you have <a href="/info/sunssh.html">
37-
removed any legacy options from your OpenSSH configuration file
38-
</a>.
39-
Failure to do so may result in the SSH service not starting after upgrade.
40-
</div>
38+
| r151042 (stable) | &#8594; | r151044 (stable), r151046 (LTS)
39+
| r151040 (stable) | &#8594; | r151042, r151044 (stable), r151046 (LTS)
40+
| r151038 (LTS) | &#8594; | r151040, r151042, r151044 (stable), r151046 (LTS)
41+
| r151036 (stable) | &#8594; | r151038 (LTS)
42+
| r151034 (stable) | &#8594; | r151036 (stable), r151038 (LTS)
43+
| r151032 (stable) | &#8594; | r151034, r151036 (stable), r151038 (LTS)
44+
| r151030 (LTS) | &#8594; | r151032, r151034, r151036 (stable), r151038 (LTS)
45+
| r151028 (stable) | &#8594; | r151030 (LTS)
46+
| r151026 (stable) | &#8594; | r151028 (stable), r151030 (LTS)
47+
| r151024 (stable) | &#8594; | r151026, r151028 (stable), r151030 (LTS)
48+
| r151022 (LTS) | &#8594; | r151024, r151026, r151028 (stable), r151030 (LTS)
49+
| r151022 (OmniTI version) | &#8594; | r151022 (LTS), r151024 (stable) [(See note below)](#installing-the-omnios-ca-certificate)
4150

4251
## Performing the Upgrade
4352

0 commit comments

Comments
 (0)