diff options
author | Kamil Rytarowski <kamil@mageia.org> | 2012-04-16 19:37:44 +0000 |
---|---|---|
committer | Kamil Rytarowski <kamil@mageia.org> | 2012-04-16 19:37:44 +0000 |
commit | a704c1dbdd009b728a267f2f9c98049aed0adecb (patch) | |
tree | f58d42f743db0e3bcbfc91e6e529f9d51a2a4189 /ask_mntpoint_s.html | |
parent | ffcaf47bdfcbe4b703a4e495e45309082d323a57 (diff) | |
download | drakx-installer-help-a704c1dbdd009b728a267f2f9c98049aed0adecb.tar drakx-installer-help-a704c1dbdd009b728a267f2f9c98049aed0adecb.tar.gz drakx-installer-help-a704c1dbdd009b728a267f2f9c98049aed0adecb.tar.bz2 drakx-installer-help-a704c1dbdd009b728a267f2f9c98049aed0adecb.tar.xz drakx-installer-help-a704c1dbdd009b728a267f2f9c98049aed0adecb.zip |
- update files (2014-04-16)
Diffstat (limited to 'ask_mntpoint_s.html')
-rw-r--r-- | ask_mntpoint_s.html | 94 |
1 files changed, 51 insertions, 43 deletions
diff --git a/ask_mntpoint_s.html b/ask_mntpoint_s.html index 2270a6e..7492b39 100644 --- a/ask_mntpoint_s.html +++ b/ask_mntpoint_s.html @@ -22,13 +22,24 @@ </div> </div> </div> + - + - <p>Here you see the Linux partitions that have been found on your computer. If you don't agree with the suggestions of <span class="application">DrakX</span>, you can change the mount points. - </p> + + + + + + + + <p>Here you see the Linux partitions that have been found on your + computer. If you don't agree with the suggestions of + <span class="application">DrakX</span>, you can change the mount points. + </p> + <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> <table border="0" summary="Note"> @@ -39,62 +50,55 @@ <tr> <td align="left" valign="top"> - <p>If you change anything, make sure you still have at least ONE <code class="literal">/</code> partition + <p>If you change anything, make sure you still have a + <code class="literal">/</code> (root) partition. </p> + </td> </tr> </table> </div> - - + <div class="itemizedlist"> <ul class="itemizedlist"> <li class="listitem"> - - - <p>Every partition is shown - as follows: "Device" ("Capacity", "Mount point", "Type"). + + <p>Every partition is shown as follows: "Device" ("Capacity", "Mount + point", "Type"). </p> - - - </li> - <li class="listitem"> - - - <p>"Device", is made up of: "hard drive", "hard drive number", "partition number" (for example, "sda5"). </p> - - + </li> <li class="listitem"> - - - <p>Each partition is listed - as follows: "Device", "Capacity", "Mount point", "Type". + + <p>"Device", is made up of: "hard drive", ["hard drive + number"(letter)], "partition number" (for example, "sda5"). </p> - - + </li> <li class="listitem"> - - - <p>If you have many partitions, you can choose many different mount points from the drop down menu, such as <code class="literal">/</code>, <code class="literal">/home</code> and <code class="literal">/var</code>. You can even make your own mount points, for instance <code class="literal">/video</code> for a partition where you want to store your films, or <code class="literal">/cauldron-home</code> for the <code class="literal">/home</code> partition of a cauldron install. + + <p>If you have many partitions, you can choose many different mount + points from the drop down menu, such as <code class="literal">/</code>, + <code class="literal">/home</code> and <code class="literal">/var</code>. You can even make + your own mount points, for instance <code class="literal">/video</code> for a + partition where you want to store your films, or + <code class="literal">/cauldron-home</code> for the <code class="literal">/home</code> + partition of a cauldron install. </p> - - - + </li> <li class="listitem"> - - - <p>For partitions you don't need to have access to, you can leave the mount point field blank.</p> - - + + <p>For partitions you don't need to have access to, you can leave the + mount point field blank. + </p> + </li> </ul> </div> - + <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;"> <table border="0" summary="Warning"> <tr> @@ -103,20 +107,24 @@ </tr> <tr> <td align="left" valign="top"> - - <p>Choose <span class="guibutton">Previous</span> if you are not sure what to choose, and then tick <span class="guilabel">Custom disk partitioning</span>. In the screen that follows, you can click on a partition to see it's type and size. + + <p>Choose <span class="guibutton">Previous</span> if you are not sure what to + choose, and then tick <span class="guilabel">Custom disk partitioning</span>. In + the screen that follows, you can click on a partition to see its type + and size. </p> + </td> </tr> </table> </div> - - <p>You are sure the mount points are correct? Now click on <span class="guibutton">Next</span>, and choose whether you only want to format the partition(s) DrakX suggests, or more. + + <p>If you are sure the mount points are correct, click on + <span class="guibutton">Next</span>, and choose whether you only want to format the + partition(s) DrakX suggests, or more. </p> - - </div> </body> </html> |