aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installer/sv
diff options
context:
space:
mode:
authorMarja van Waes <marja@mageia.org>2013-07-21 06:43:45 +0000
committerMarja van Waes <marja@mageia.org>2013-07-21 06:43:45 +0000
commit9cb195423a6dc5c6b203a1e09df864bf2640c231 (patch)
treeea971e65919de8fd9cd5582837d01a1bd8a1627c /docs/installer/sv
parent94fe9a0eaf98ff39ce6c615367c0b4e6f3f11fb4 (diff)
downloadtools-9cb195423a6dc5c6b203a1e09df864bf2640c231.tar
tools-9cb195423a6dc5c6b203a1e09df864bf2640c231.tar.gz
tools-9cb195423a6dc5c6b203a1e09df864bf2640c231.tar.bz2
tools-9cb195423a6dc5c6b203a1e09df864bf2640c231.tar.xz
tools-9cb195423a6dc5c6b203a1e09df864bf2640c231.zip
update nl, add missing sv files (needed even if hardly translated)
Diffstat (limited to 'docs/installer/sv')
-rw-r--r--docs/installer/sv/setupBootloader.xml89
-rw-r--r--docs/installer/sv/setupBootloaderAddEntry.xml34
-rw-r--r--docs/installer/sv/setupSCSI.xml45
-rw-r--r--docs/installer/sv/takeOverHdConfirm.xml29
4 files changed, 197 insertions, 0 deletions
diff --git a/docs/installer/sv/setupBootloader.xml b/docs/installer/sv/setupBootloader.xml
new file mode 100644
index 00000000..8ea50d89
--- /dev/null
+++ b/docs/installer/sv/setupBootloader.xml
@@ -0,0 +1,89 @@
+<?xml version='1.0' encoding='utf-8'?><section xmlns="http://docbook.org/ns/docbook" xmlns:ns5="http://www.w3.org/1999/xhtml" xmlns:ns42="http://www.w3.org/1998/Math/MathML" xmlns:ns4="http://www.w3.org/1999/xlink" xmlns:ns3="http://www.w3.org/2000/svg" xmlns:ns="http://docbook.org/ns/docbook" version="5.0" xml:lang="sv" xml:id="setupBootloader">
+ <info>
+ <title xml:id="setupBootloader-ti1">Huvudsakliga alternativ för uppstartshanterare</title>
+ </info>
+
+
+
+ <mediaobject>
+<!-- 2012-08-12 Copied this page, setupBootloader.xml, from setupBootloaderBeginner.xml and REMOVED the string "Beginner" everywhere, except in this sentence.
+
+ 2013-3-30 Removed refernce to bootloader expert page and suggest using grub2 where other grub2 systems exist-->
+<imageobject> <imagedata revision="1" align="center"
+fileref="dx2-setupBootloader.png" xml:id="setupBootloader-im1" format="PNG"
+/> </imageobject></mediaobject>
+
+ <para xml:id="setupBootloader-pa1" revision="4">If you prefer different bootloader settings to those chosen automatically by
+the installer, you can change them here.</para>
+
+ <para xml:id="setupBootloader-pa2" revision="4">You may already have another operating system on your machine, in which case
+you need to decide whether to add Mageia to your existing bootloader, or
+allow Mageia to create a new one.</para>
+
+ <tip>
+ <para revision="2" xml:id="setupBootloader-pa3">The Mageia graphical menus are nice :)</para>
+ </tip>
+
+ <section xml:id="usingMageiaBootloader">
+ <info>
+ <title xml:id="usingMageiaBootloader-ti2">Använder en Mageia-uppstartshanterare</title>
+ </info>
+
+ <para revision="3" xml:id="setupBootloader-pa4">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>
+
+ <para revision="3">Mageia now also offers GRUB2 as an optional bootloader in addition to GRUB
+legacy and Lilo.</para>
+
+ <warning>
+ <para revision="3" xml:id="setupBootloader-pa6">Linux systems which use the GRUB2 bootloader are not currently supported by
+GRUB (legacy) and will not be recognised if the default GRUB bootloader is
+used.</para>
+
+ <para revision="3">The best solution here is to use the GRUB2 bootloader which is available at
+the Summary page during installation.</para>
+ </warning>
+ </section>
+
+ <section xml:id="usingExistingBootloader">
+ <info>
+ <title revision="2" xml:id="usingExistingBootloader-ti4">Använder en existerande uppstartshanterare</title>
+ </info>
+
+ <para revision="3" xml:id="setupBootloader-pa46">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
+MBR. You must select the root partition that you chose during the
+partitioning phase earlier, e.g. sda7.</para>
+
+ <para xml:id="setupBootloader-pa48" revision="1">To be clear, sda is a device, sda7 is a partition on that device.</para>
+
+ <tip>
+ <para revision="1" xml:id="setupBootloader-pa48a">Go to tty2 with Ctrl+Alt+F2 and type <literal>df</literal> to check where
+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
+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
+question.</para>
+ </section>
+
+ <section xml:id="advancedOptionBootloader">
+ <info>
+ <title revision="2" xml:id="advancedOptionBootloader-ti5">Bootloader advanced option</title>
+ </info>
+
+ <para revision="3" xml:id="setupBootloader-pa52">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>
+ </section>
+</section> \ No newline at end of file
diff --git a/docs/installer/sv/setupBootloaderAddEntry.xml b/docs/installer/sv/setupBootloaderAddEntry.xml
new file mode 100644
index 00000000..80d0f272
--- /dev/null
+++ b/docs/installer/sv/setupBootloaderAddEntry.xml
@@ -0,0 +1,34 @@
+<?xml version='1.0' encoding='utf-8'?>
+
+
+
+<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="sv" xml:id="setupBootloaderAddEntry"><info><title xml:id="setupBootloaderAddEntry-ti1">Add or Modify a Boot Menu Entry</title></info>
+
+
+
+ <mediaobject>
+<imageobject> <imagedata revision="1"
+fileref="dx2-bootloaderConfiguration.png" format="PNG" align="center"
+xml:id="bootloaderConfiguration-im1"></imagedata> </imageobject></mediaobject>
+
+
+
+ <para>You can add an entry or modify the one you select first, by pressing the
+relevant button in the <emphasis>Bootloader Configuration</emphasis> screen
+and editing the screen that pops up on top of it.</para>
+
+
+ <mediaobject>
+<imageobject> <imagedata revision="1"
+fileref="dx2-setupBootloaderAddEntry.png" format="PNG" align="center"
+xml:id="setupBootloaderAddEntry-im1"></imagedata> </imageobject></mediaobject>
+
+ <para>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.</para>
+ <para>You can add the proper version number of an entry, or rename it completely.</para>
+ <para>The default entry is the one the systems boots into if you don't make a
+choice while booting up.</para>
+<warning><para>Editing other things can leave you with an unbootable system. Please don't
+just try something without knowing what you are doing.</para></warning>
+
+ </section>
diff --git a/docs/installer/sv/setupSCSI.xml b/docs/installer/sv/setupSCSI.xml
new file mode 100644
index 00000000..2ee3960e
--- /dev/null
+++ b/docs/installer/sv/setupSCSI.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<section xmlns="http://docbook.org/ns/docbook"
+ xmlns:ns5="http://www.w3.org/1999/xhtml"
+ xmlns:ns42="http://www.w3.org/1998/Math/MathML"
+ xmlns:ns4="http://www.w3.org/1999/xlink"
+ xmlns:ns3="http://www.w3.org/2000/svg"
+ xmlns:ns="http://docbook.org/ns/docbook"
+ xml:id="setupSCSI" version="5.0" xml:lang="sv">
+
+ <info>
+ <title xml:id="setupSCSI-ti1">Setup SCSI</title>
+ </info>
+
+
+
+
+
+
+
+
+
+
+
+ <mediaobject>
+<!-- Made by marja on 2012 04 02 -->
+<!-- NEEDS TO BE REVIEWED! -->
+<!-- JohnR - edited 2012-03-03 -->
+<!-- SimonNZG has reviewed 2012-04-03 (changed editted to edited in JohnR's comment ;-) -->
+<!-- barjac has re-reviewed and made some minor tweaks. Revisions incremented. -->
+<!-- marja 2012-04-24 added screenshot -->
+<!-- marja 2012-04-25 replacing John's version 1.6 because that one was based on the
+ Mdv doc instead of on our setupSCSI file -->
+<imageobject> <imagedata revision="1" fileref="dx2-setupSCSI.png"
+format="PNG" align="center" xml:id="setupSCSI-im1"></imagedata>
+</imageobject></mediaobject>
+
+ <para revision="3.1" xml:id="setupSCSI-pa1">DrakX usually detects hard disks correctly. With some older SCSI controllers
+it may be unable to determine the correct drivers to use and subsequently
+fail to recognise the drive.</para>
+
+ <para revision="2" xml:id="setupSCSI-pa2">If this happens, you will need to manually tell Drakx which SCSI drive(s)
+you have.</para>
+
+ <para revision="3" xml:id="setupSCSI-pa3">DrakX should then be able to configure the drive(s) correctly.</para>
+</section>
diff --git a/docs/installer/sv/takeOverHdConfirm.xml b/docs/installer/sv/takeOverHdConfirm.xml
new file mode 100644
index 00000000..c291c74d
--- /dev/null
+++ b/docs/installer/sv/takeOverHdConfirm.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?><section xmlns="http://docbook.org/ns/docbook" xmlns:ns5="http://www.w3.org/1999/xhtml" xmlns:ns42="http://www.w3.org/1998/Math/MathML" xmlns:ns4="http://www.w3.org/1999/xlink" xmlns:ns3="http://www.w3.org/2000/svg" xmlns:ns="http://docbook.org/ns/docbook" version="5.0" xml:lang="sv" xml:id="takeOverHdConfirm">
+
+ <info>
+ <title xml:id="takeOverHdConfirm-ti1">Confirm hard disk to be formatted</title>
+ </info>
+
+
+
+
+
+
+
+
+
+<mediaobject>
+<!-- Made by marja on 2012 04 03 -->
+<!-- test comment - johnr -->
+<!-- 2012-04-24 marja - replaced "if you are not sure you selected the correct
+ hard disk." with "if you are not sure about your choice", because I'm sure I
+ saw this help screen when I had only one HD -->
+<!-- 2013-05-05 marja added screenshot -->
+<imageobject> <imagedata fileref="dx2-takeOverHdConfirm.png" format="PNG"
+align="center" ></imagedata> </imageobject></mediaobject>
+
+ <para revision="1" xml:id="takeOverHdConfirm-pa1">Klicka på <guibutton>Förra</guibutton> om du inte är säker på ditt val.</para>
+
+ <para revision="1" xml:id="takeOverHdConfirm-pa2">Click on <guibutton>Next</guibutton> if you are sure and want to erase every
+partition, every operating system and all data on that hard disk.</para>
+</section>