diff options
Diffstat (limited to 'selectInstallClass.html')
-rw-r--r-- | selectInstallClass.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/selectInstallClass.html b/selectInstallClass.html index 54a0d60..2fa78df 100644 --- a/selectInstallClass.html +++ b/selectInstallClass.html @@ -63,6 +63,52 @@ </ul> </div> + + <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> + <table border="0" summary="Note"> + <tr> + <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="note.png"></td> + <th align="left">Note</th> + </tr> + <tr> + <td align="left" valign="top"> + + <p>If during install you decide to stop the installation, it is + possible to reboot, but please think twice before you do this. Once a + partition has been formatted or updates have started to be installed, your + computer isn't in the same state anymore and rebooting it could very well + leave you with an unusable system. If in spite of that you are very sure + rebooting is what you want, go to a text terminal by pressing the three + keys <span class="guilabel">Alt Ctrl F2</span> at the same time. After that, press + <span class="guilabel">Alt Ctrl Delete</span> simultaneously to reboot. + </p> + + </td> + </tr> + </table> + </div> + + + <div class="tip" title="Tip" style="margin-left: 0.5in; margin-right: 0.5in;"> + <table border="0" summary="Tip"> + <tr> + <td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="tip.png"></td> + <th align="left">Tip</th> + </tr> + <tr> + <td align="left" valign="top"> + + <p>If you have discovered that you forgot to select an additional + language, you can return from the "Install or Upgrade" screen to the + language choice screen by pressing <span class="guilabel">Alt Ctrl Home</span>. Do + <span class="emphasis"><em>not</em></span> do this later in the install. + </p> + + </td> + </tr> + </table> + </div> + </div> </body> </html> |