diff options
Diffstat (limited to 'add_supplemental_media.html')
-rw-r--r-- | add_supplemental_media.html | 36 |
1 files changed, 31 insertions, 5 deletions
diff --git a/add_supplemental_media.html b/add_supplemental_media.html index d8ceab7..4e10edd 100644 --- a/add_supplemental_media.html +++ b/add_supplemental_media.html @@ -17,7 +17,8 @@ <div class="titlepage"> <div> <div> - <h2 class="title"><a name="add_supplemental_media"></a>Media Selection (Configure Supplemental Installation Media) + <h2 class="title"><a name="add_supplemental_media"></a>Media Selection (Configure + Supplemental Installation Media) </h2> </div> </div> @@ -25,15 +26,17 @@ - + + + <p>This screen gives you the list of already recognized repositories. You - can add other sources for packages, like an optical disc or a remote - source. The source selection determines which packages will be available for + can add other sources for packages, like an optical disc or a remote source. + The source selection determines which packages will be available for selection during the next steps. </p> @@ -45,7 +48,7 @@ <ol class="orderedlist" type="1"> <li class="listitem"> - <p>Choosing and activation of the network, if not already up. </p> + <p>Choosing and activation of the network, if not already up.</p> </li> <li class="listitem"> @@ -61,6 +64,29 @@ </ol> </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"></th> + </tr> + <tr> + <td align="left" valign="top"> + + <p>If you are updating a 64 bit installation which may contain some 32 + bit packages, it is advised to use this screen to add an online mirror by + ticking one of the Network protocols here. The 64 bit DVD iso only + contains 64 bit and noarch packages, it will not be able to update the 32 + bit packages. However, after adding an online mirror, installer will find + the needed 32 bit packages there. + </p> + + </td> + </tr> + </table> + </div> + </div> </body> </html> |