diff options
author | Marja van Waes <marja@mageia.org> | 2016-06-14 17:28:20 +0200 |
---|---|---|
committer | Marja van Waes <marja@mageia.org> | 2016-06-14 17:28:20 +0200 |
commit | 33728ef6fbe1cd8ac1dae481bab907cebb98909e (patch) | |
tree | fa88a50c7115f77c77643e63f80cf0e326849cde /pl/setupBootloaderAddEntry.html | |
parent | 960c00a1d3817839eb0fb05e1099f61550facdcc (diff) | |
download | drakx-installer-help-33728ef6fbe1cd8ac1dae481bab907cebb98909e.tar drakx-installer-help-33728ef6fbe1cd8ac1dae481bab907cebb98909e.tar.gz drakx-installer-help-33728ef6fbe1cd8ac1dae481bab907cebb98909e.tar.bz2 drakx-installer-help-33728ef6fbe1cd8ac1dae481bab907cebb98909e.tar.xz drakx-installer-help-33728ef6fbe1cd8ac1dae481bab907cebb98909e.zip |
Update Polish help files
Diffstat (limited to 'pl/setupBootloaderAddEntry.html')
-rw-r--r-- | pl/setupBootloaderAddEntry.html | 152 |
1 files changed, 99 insertions, 53 deletions
diff --git a/pl/setupBootloaderAddEntry.html b/pl/setupBootloaderAddEntry.html index 20c4983..da4784a 100644 --- a/pl/setupBootloaderAddEntry.html +++ b/pl/setupBootloaderAddEntry.html @@ -27,64 +27,110 @@ - <p>You can add an entry or modify the one you select first, by pressing the - relevant button in the <span class="emphasis"><em>Bootloader Configuration</em></span> screen - and editing the screen that pops up on top of it. - </p> - <div class="note" title="Notatka" 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="[Notatka]" src="note.png"></td> - <th align="left"></th> - </tr> - <tr> - <td align="left" valign="top"> - - <p>If you have chosen <code class="code">Grub 2</code> as your bootloader, you cannot use - this tool to edit entries at this step, press 'Next'. You need to manually - edit <code class="code">/boot/grub2/custom.cfg</code> or use <code class="code">grub-customizer</code> - instead. - </p> - - </td> - </tr> - </table> + <div class="section" title="With a Bios system"> + <div class="titlepage"> + <div> + <div> + <h3 class="title"><a name="d5e947"></a>With a Bios system + </h3> + </div> + </div> + </div> + + + + <p>You can add an entry or modify the one you select first, by pressing the + relevant button in the <span class="emphasis"><em>Bootloader Configuration</em></span> screen + and editing the screen that pops up on top of it. + </p> + + + <div class="note" title="Notatka" 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="[Notatka]" src="note.png"></td> + <th align="left"></th> + </tr> + <tr> + <td align="left" valign="top"> + + <p>If you have chosen <code class="code">Grub 2</code> as your bootloader, you cannot use + this tool to edit entries at this step, press 'Next'. You need to manually + edit <code class="code">/boot/grub2/custom.cfg</code> or use <code class="code">grub-customizer</code> + instead. + </p> + + </td> + </tr> + </table> + </div> + + + + + <p>Some things that can be done without any risk, are changing the label of an + entry and ticking the box to make an entry the default one. + </p> + + + <p>You can add the proper version number of an entry, or rename it completely.</p> + + + <p>The default entry is the one the systems boots into if you don't make a + choice while booting up. + </p> + + + <div class="warning" title="Ostrzeżenie" style="margin-left: 0.5in; margin-right: 0.5in;"> + <table border="0" summary="Warning"> + <tr> + <td rowspan="2" align="center" valign="top" width="25"><img alt="[Ostrzeżenie]" src="warning.png"></td> + <th align="left"></th> + </tr> + <tr> + <td align="left" valign="top"> + + <p>Editing other things can leave you with an unbootable system. Please don't + just try something without knowing what you are doing. + </p> + + </td> + </tr> + </table> + </div> + </div> - - - <p>Some things that can be done without any risk, are changing the label of an - entry and ticking the box to make an entry the default one. - </p> - - - <p>You can add the proper version number of an entry, or rename it completely.</p> - - - <p>The default entry is the one the systems boots into if you don't make a - choice while booting up. - </p> - - - <div class="warning" title="Ostrzeżenie" style="margin-left: 0.5in; margin-right: 0.5in;"> - <table border="0" summary="Warning"> - <tr> - <td rowspan="2" align="center" valign="top" width="25"><img alt="[Ostrzeżenie]" src="warning.png"></td> - <th align="left"></th> - </tr> - <tr> - <td align="left" valign="top"> - - <p>Editing other things can leave you with an unbootable system. Please don't - just try something without knowing what you are doing. - </p> - - </td> - </tr> - </table> + <div class="section" title="With an UEFI system"> + <div class="titlepage"> + <div> + <div> + <h3 class="title"><a name="d5e964"></a>With an UEFI system + </h3> + </div> + </div> + </div> + + + + <p>In this case you are using Grub2-efi and you cannot use this tool to edit + entries at this step. To do that you need to manually edit + <code class="code">/boot/grub2/custom.cfg</code> or use <code class="code">grub-customizer</code> + instead. All you can do here, is to choose the default entry in the drop + down list. + </p> + + + <p>After a click on the <span class="guibutton">Next</span> button, another drop down + list allows to choose the video resolution for Grub2 which is a graphical + boot loader. + </p> + + + </div> </div> |