diff options
author | Marja van Waes <marja@mageia.org> | 2015-02-03 22:37:22 +0100 |
---|---|---|
committer | Marja van Waes <marja@mageia.org> | 2015-02-03 22:37:22 +0100 |
commit | 97cc5b87090eabf27148cda74c7e8343f45be499 (patch) | |
tree | a8addfb30ec7f73c9ced8b1fe6cd0c8c610f6e85 /eo/setupBootloaderAddEntry.html | |
parent | 5e1fa0194d39ab108472fa50216f2f625664f94a (diff) | |
download | drakx-installer-help-97cc5b87090eabf27148cda74c7e8343f45be499.tar drakx-installer-help-97cc5b87090eabf27148cda74c7e8343f45be499.tar.gz drakx-installer-help-97cc5b87090eabf27148cda74c7e8343f45be499.tar.bz2 drakx-installer-help-97cc5b87090eabf27148cda74c7e8343f45be499.tar.xz drakx-installer-help-97cc5b87090eabf27148cda74c7e8343f45be499.zip |
update Esperanto help files
Diffstat (limited to 'eo/setupBootloaderAddEntry.html')
-rw-r--r-- | eo/setupBootloaderAddEntry.html | 35 |
1 files changed, 28 insertions, 7 deletions
diff --git a/eo/setupBootloaderAddEntry.html b/eo/setupBootloaderAddEntry.html index 7a58834..6524a33 100644 --- a/eo/setupBootloaderAddEntry.html +++ b/eo/setupBootloaderAddEntry.html @@ -22,13 +22,10 @@ </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 @@ -36,19 +33,42 @@ </p> - + <div class="note" title="Rimarko" 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="[Rimarko]" 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="Averto" style="margin-left: 0.5in; margin-right: 0.5in;"> <table border="0" summary="Warning"> <tr> @@ -57,15 +77,16 @@ </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> </body> </html> |