diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2016-07-17 12:12:57 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2016-07-17 12:12:57 +0300 |
commit | 254def2f5f66e3616a198b661985f555994db245 (patch) | |
tree | 890338e265d4fbf917ca6dada1a5c2fbd6e0cbb2 /docs/installer/sl/setupBootloader.xml | |
parent | cd5ace950073bba19bc6d5b40d368c59140cc5c2 (diff) | |
download | tools-254def2f5f66e3616a198b661985f555994db245.tar tools-254def2f5f66e3616a198b661985f555994db245.tar.gz tools-254def2f5f66e3616a198b661985f555994db245.tar.bz2 tools-254def2f5f66e3616a198b661985f555994db245.tar.xz tools-254def2f5f66e3616a198b661985f555994db245.zip |
Update XML
Diffstat (limited to 'docs/installer/sl/setupBootloader.xml')
-rw-r--r-- | docs/installer/sl/setupBootloader.xml | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/docs/installer/sl/setupBootloader.xml b/docs/installer/sl/setupBootloader.xml index 1ef88a64..dc4973fa 100644 --- a/docs/installer/sl/setupBootloader.xml +++ b/docs/installer/sl/setupBootloader.xml @@ -10,9 +10,11 @@ </info> <mediaobject> -<imageobject> <imagedata revision="1" align="center" -fileref="dx2-setupBootloader.png" xml:id="setupBootloader-im1" -format="PNG"/> </imageobject></mediaobject> +<imageobject condition="classical"> <imagedata xml:id="setupBootloader-im1" +format="PNG" fileref="dx2-setupBootloader.png" align="center" revision="1"/> +</imageobject> <imageobject condition="live"> <imagedata +xml:id="setupBootloader-im1" format="PNG" align="center" revision="1" +fileref="live-setupBootloader.png"/> </imageobject></mediaobject> <section> <title>With a Bios system</title> @@ -33,7 +35,7 @@ allow Mageia to create a new one.</para> <title xml:id="usingMageiaBootloader-ti2">Using a Mageia bootloader</title> </info> - <para revision="3" xml:id="setupBootloader-pa4">By default, Mageia writes a new GRUB (legacy) bootloader into the MBR + <para xml:id="setupBootloader-pa4" revision="3">By default, Mageia writes a new GRUB (legacy) bootloader into the MBR (Master Boot Record) of your first hard drive. If you already have other operating systems installed, Mageia attempts to add them to your new Mageia boot menu.</para> @@ -42,7 +44,7 @@ boot menu.</para> legacy and Lilo.</para> <warning> - <para revision="3" xml:id="setupBootloader-pa6">Linux systems which use the GRUB2 bootloader are not currently supported by + <para xml:id="setupBootloader-pa6" revision="3">Linux systems which use the GRUB2 bootloader are not currently supported by GRUB (legacy) and will not be recognized if the default GRUB bootloader is used.</para> @@ -53,15 +55,15 @@ the Summary page during installation.</para> <section xml:id="usingExistingBootloader"> <info> - <title revision="2" xml:id="usingExistingBootloader-ti4">Using an existing bootloader</title> + <title xml:id="usingExistingBootloader-ti4" revision="2">Using an existing bootloader</title> </info> - <para revision="3" xml:id="setupBootloader-pa46">If you decide to use an existing bootloader then you will need to remember + <para xml:id="setupBootloader-pa46" revision="3">If you decide to use an existing bootloader then you will need to remember to STOP at the summary page during the installation and click the Bootloader <guibutton>Configure</guibutton> button, which will allow you to change the bootloader install location.</para> - <para revision="1" xml:id="setupBootloader-pa47">Do not select a device e.g."sda", or you will overwrite your existing + <para xml:id="setupBootloader-pa47" revision="1">Do not select a device e.g."sda", or you will overwrite your existing MBR. You must select the root partition that you chose during the partitioning phase earlier, e.g. sda7.</para> @@ -73,7 +75,7 @@ your <literal>/</literal> (root) partition is. Ctrl+Alt+F7 takes you back to the installer screen.</para> </tip> - <para revision="2" xml:id="setupBootloader-pa49">The exact procedure for adding your Mageia system to an existing bootloader + <para xml:id="setupBootloader-pa49" revision="2">The exact procedure for adding your Mageia system to an existing bootloader is beyond the scope of this help, however in most cases it will involve running the relevant bootloader installation program which should detect and add it automatically. See the documentation for the operating system in @@ -82,10 +84,10 @@ question.</para> <section xml:id="advancedOptionBootloader"> <info> - <title revision="2" xml:id="advancedOptionBootloader-ti5">Napredne možnosti zagonskega nalagalnika</title> + <title xml:id="advancedOptionBootloader-ti5" revision="2">Napredne možnosti zagonskega nalagalnika</title> </info> - <para revision="3" xml:id="setupBootloader-pa52">If you have very limited disk space for the <literal>/</literal> partition + <para xml:id="setupBootloader-pa52" revision="3">If you have very limited disk space for the <literal>/</literal> partition that contains <literal>/tmp</literal>, click on <guibutton>Advanced</guibutton> and check the box for <guilabel>Clean /tmp at each boot</guilabel>. This helps to maintain some free space.</para> @@ -99,7 +101,10 @@ at each boot</guilabel>. This helps to maintain some free space.</para> choose the boot loader since only Grub2-efi is available. </para> <mediaobject> -<imageobject> <imagedata fileref="dx2-setupBootloader2.png"/> </imageobject></mediaobject> +<imageobject condition="classical"> <imagedata +fileref="dx2-setupBootloader2.png"/> </imageobject> <imageobject +condition="live"> <imagedata fileref="live-setupBootloader2.png"/> +</imageobject></mediaobject> <para>If Mageia is the first system installed on your computer, the installer created an ESP (EFI System Partition) to receive the bootloader |