summaryrefslogtreecommitdiff
path: root/po/sv/random-bits.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/sv/random-bits.po')
-rw-r--r--po/sv/random-bits.po1068
1 files changed, 775 insertions, 293 deletions
diff --git a/po/sv/random-bits.po b/po/sv/random-bits.po
index 3da09e6b6..bb405361f 100644
--- a/po/sv/random-bits.po
+++ b/po/sv/random-bits.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2006-10-11 02:03+0000\n"
+"POT-Creation-Date: 2006-10-29 14:49+0000\n"
"PO-Revision-Date: 2006-10-19 19:03+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -29,8 +29,23 @@ msgstr "Linux-enheter"
#. Tag: para
#: random-bits.xml:12
#, no-c-format
-msgid "In Linux various special files can be found under the directory <filename>/dev</filename>. These files are called device files and behave unlike ordinary files. The most common types of device files are for block devices and character devices. These files are an interface to the actual driver (part of the Linux kernel) which in turn accesses the hardware. Another, less common, type of device file is the named <firstterm>pipe</firstterm>. The most important device files are listed in the tables below."
-msgstr "De olika specialfilerna för Linux kan hittas under katalogen <filename>/dev</filename>. Dessa filer kallas för enhetsfiler och uppträder inte på samma sätt som vanliga filer. De mest vanliga typer av enhetsfiler är för blockenheter och teckenenheter. Dessa filer är ett gränssnitt mot den faktiska drivrutinen (del av Linux-kärnan) som i sin tur kommer åt hårdvaran. En annan, mindre vanlig, typ av enhetsfil är den namngivna <firstterm>röret</firstterm> (named pipe). De mest viktiga enhetsfilerna listas i tabellerna nedan."
+msgid ""
+"In Linux various special files can be found under the directory <filename>/"
+"dev</filename>. These files are called device files and behave unlike "
+"ordinary files. The most common types of device files are for block devices "
+"and character devices. These files are an interface to the actual driver "
+"(part of the Linux kernel) which in turn accesses the hardware. Another, "
+"less common, type of device file is the named <firstterm>pipe</firstterm>. "
+"The most important device files are listed in the tables below."
+msgstr ""
+"De olika specialfilerna för Linux kan hittas under katalogen <filename>/dev</"
+"filename>. Dessa filer kallas för enhetsfiler och uppträder inte på samma "
+"sätt som vanliga filer. De mest vanliga typer av enhetsfiler är för "
+"blockenheter och teckenenheter. Dessa filer är ett gränssnitt mot den "
+"faktiska drivrutinen (del av Linux-kärnan) som i sin tur kommer åt "
+"hårdvaran. En annan, mindre vanlig, typ av enhetsfil är den namngivna "
+"<firstterm>röret</firstterm> (named pipe). De mest viktiga enhetsfilerna "
+"listas i tabellerna nedan."
#. Tag: filename
#: random-bits.xml:27
@@ -318,47 +333,91 @@ msgstr "Konfigurera din mus"
#: random-bits.xml:127
#, no-c-format
msgid ""
-"The mouse can be used in both the Linux console (with gpm) and the X window environment. The two uses can be made compatible if the gpm repeater is used to allow the signal to flow to the X server as shown: <informalexample><screen>\n"
-"mouse =&gt; /dev/psaux =&gt; gpm =&gt; /dev/gpmdata -&gt; /dev/mouse =&gt; X\n"
+"The mouse can be used in both the Linux console (with gpm) and the X window "
+"environment. The two uses can be made compatible if the gpm repeater is used "
+"to allow the signal to flow to the X server as shown: "
+"<informalexample><screen>\n"
+"mouse =&gt; /dev/psaux =&gt; gpm =&gt; /dev/gpmdata -&gt; /dev/mouse =&gt; "
+"X\n"
" /dev/ttyS0 (repeater) (symlink)\n"
" /dev/ttyS1\n"
-"</screen></informalexample> Set the repeater protocol to be raw (in <filename>/etc/gpm.conf</filename>) while setting X to the original mouse protocol in <filename>/etc/X11/XF86Config</filename> or <filename>/etc/X11/XF86Config-4</filename>."
+"</screen></informalexample> Set the repeater protocol to be raw (in "
+"<filename>/etc/gpm.conf</filename>) while setting X to the original mouse "
+"protocol in <filename>/etc/X11/XF86Config</filename> or <filename>/etc/X11/"
+"XF86Config-4</filename>."
msgstr ""
-"Musen kan användas i både Linux-konsollen (med gpm) och i fönstermiljön X. De två användningsområdena kan göras kompatibla om repeteraren gpm används för att tillåta att signaler skicka till X-servern som visas: <informalexample><screen>\n"
-"mouse =&gt; /dev/psaux =&gt; gpm =&gt; /dev/gpmdata -&gt; /dev/mouse =&gt; X\n"
+"Musen kan användas i både Linux-konsollen (med gpm) och i fönstermiljön X. "
+"De två användningsområdena kan göras kompatibla om repeteraren gpm används "
+"för att tillåta att signaler skicka till X-servern som visas: "
+"<informalexample><screen>\n"
+"mouse =&gt; /dev/psaux =&gt; gpm =&gt; /dev/gpmdata -&gt; /dev/mouse =&gt; "
+"X\n"
" /dev/ttyS0 (repeterare) (symlänk)\n"
" /dev/ttyS1\n"
-"</screen></informalexample> Ställ in repeterarprotokoll till \"raw\" (i <filename>/etc/gpm.conf</filename>) och ställ in X till originalmusprotokollet i <filename>/etc/X11/XF86Config</filename> eller <filename>/etc/X11/XF86Config-4</filename>."
+"</screen></informalexample> Ställ in repeterarprotokoll till \"raw\" (i "
+"<filename>/etc/gpm.conf</filename>) och ställ in X till "
+"originalmusprotokollet i <filename>/etc/X11/XF86Config</filename> eller "
+"<filename>/etc/X11/XF86Config-4</filename>."
#. Tag: para
#: random-bits.xml:139
#, no-c-format
msgid ""
-"This approach to use gpm even in X has advantages when the mouse is unplugged inadvertently. Simply restarting gpm with <informalexample><screen>\n"
+"This approach to use gpm even in X has advantages when the mouse is "
+"unplugged inadvertently. Simply restarting gpm with "
+"<informalexample><screen>\n"
"# /etc/init.d/gpm restart\n"
-"</screen></informalexample> will re-connect the mouse in software without restarting X."
+"</screen></informalexample> will re-connect the mouse in software without "
+"restarting X."
msgstr ""
-"Det här sättet att använda gpm på har även fördelar i X när musen blir oavsiktligt urkopplad. Starta helt enkelt om gpm med <informalexample><screen>\n"
+"Det här sättet att använda gpm på har även fördelar i X när musen blir "
+"oavsiktligt urkopplad. Starta helt enkelt om gpm med "
+"<informalexample><screen>\n"
"# /etc/init.d/gpm restart\n"
-"</screen></informalexample> kommer att återansluta musen i programvara utan att starta om X."
+"</screen></informalexample> kommer att återansluta musen i programvara utan "
+"att starta om X."
#. Tag: para
#: random-bits.xml:148
#, no-c-format
-msgid "If gpm is disabled or not installed for some reason, make sure to set X to read directly from a mouse device such as /dev/psaux. For details, refer to the 3-Button Mouse mini-Howto at <filename>/usr/share/doc/HOWTO/en-txt/mini/3-Button-Mouse.gz</filename>, <userinput>man gpm</userinput>, <filename>/usr/share/doc/gpm/FAQ.gz</filename>, and <ulink url=\"&url-xorg;current/doc/html/mouse.html\">README.mouse</ulink>."
-msgstr "Om gpm är inaktiverat eller inte installerat av någon anledning, se till att ställa in X till att läsa direkt från musenheten, såsom /dev/psaux. För fler detaljer, referera till mini-howton för 3-knappsmöss på <filename>/usr/share/doc/HOWTO/en-txt/mini/3-Button-Mouse.gz</filename>, <userinput>man gpm</userinput>, <filename>/usr/share/doc/gpm/FAQ.gz</filename> och <ulink url=\"&url-xorg;current/doc/html/mouse.html\">README.mouse</ulink>."
+msgid ""
+"If gpm is disabled or not installed for some reason, make sure to set X to "
+"read directly from a mouse device such as /dev/psaux. For details, refer to "
+"the 3-Button Mouse mini-Howto at <filename>/usr/share/doc/HOWTO/en-txt/"
+"mini/3-Button-Mouse.gz</filename>, <userinput>man gpm</userinput>, "
+"<filename>/usr/share/doc/gpm/FAQ.gz</filename>, and <ulink url=\"&url-xorg;"
+"current/doc/html/mouse.html\">README.mouse</ulink>."
+msgstr ""
+"Om gpm är inaktiverat eller inte installerat av någon anledning, se till att "
+"ställa in X till att läsa direkt från musenheten, såsom /dev/psaux. För fler "
+"detaljer, referera till mini-howton för 3-knappsmöss på <filename>/usr/share/"
+"doc/HOWTO/en-txt/mini/3-Button-Mouse.gz</filename>, <userinput>man gpm</"
+"userinput>, <filename>/usr/share/doc/gpm/FAQ.gz</filename> och <ulink url="
+"\"&url-xorg;current/doc/html/mouse.html\">README.mouse</ulink>."
#. Tag: para
#: random-bits.xml:158
#, no-c-format
-msgid "For PowerPC, in <filename>/etc/X11/XF86Config</filename> or <filename>/etc/X11/XF86Config-4</filename>, set the mouse device to <userinput>\"/dev/input/mice\"</userinput>."
-msgstr "För PowerPC, i <filename>/etc/X11/XF86Config</filename> eller <filename>/etc/X11/XF86Config-4</filename>, ställ in musenheten till <userinput>\"/dev/input/mice\"</userinput>."
+msgid ""
+"For PowerPC, in <filename>/etc/X11/XF86Config</filename> or <filename>/etc/"
+"X11/XF86Config-4</filename>, set the mouse device to <userinput>\"/dev/input/"
+"mice\"</userinput>."
+msgstr ""
+"För PowerPC, i <filename>/etc/X11/XF86Config</filename> eller <filename>/etc/"
+"X11/XF86Config-4</filename>, ställ in musenheten till <userinput>\"/dev/"
+"input/mice\"</userinput>."
#. Tag: para
#: random-bits.xml:164
#, no-c-format
-msgid "Modern kernels give you the capability to emulate a three-button mouse when your mouse only has one button. Just add the following lines to <filename>/etc/sysctl.conf</filename> file."
-msgstr "Moderna kärnor ger dig möjligheten att emulera en tre-knappars mus när din mus endast har en knapp. Lägg helt enkelt till följande rader till filen <filename>/etc/sysctl.conf</filename>."
+msgid ""
+"Modern kernels give you the capability to emulate a three-button mouse when "
+"your mouse only has one button. Just add the following lines to <filename>/"
+"etc/sysctl.conf</filename> file."
+msgstr ""
+"Moderna kärnor ger dig möjligheten att emulera en tre-knappars mus när din "
+"mus endast har en knapp. Lägg helt enkelt till följande rader till filen "
+"<filename>/etc/sysctl.conf</filename>."
#. Tag: screen
#: random-bits.xml:170
@@ -390,281 +449,390 @@ msgstr "Nödvändig diskplats för funktioner"
#. Tag: para
#: random-bits.xml:189
-#, no-c-format
-msgid "The base installation for i386 using the default 2.4 kernel, including all standard packages, requires 573MB of disk space."
-msgstr "Grundinstallationen för i386 med en standard 2.4-kärna, inklusive alla standardpaket, kräver 573MB diskutrymme."
+#, fuzzy, no-c-format
+msgid ""
+"The base installation for i386 using the default 2.6 kernel, including all "
+"standard packages, requires 585MB of disk space. A minimal base "
+"installation, without the standard task selected, will take 365MB."
+msgstr ""
+"Grundinstallationen för i386 med en standard 2.4-kärna, inklusive alla "
+"standardpaket, kräver 573MB diskutrymme."
#. Tag: para
-#: random-bits.xml:194
+#: random-bits.xml:196
#, no-c-format
-msgid "The following table lists sizes reported by aptitude for the tasks listed in tasksel. Note that some tasks have overlapping constituents, so the total installed size for two tasks together may be less than the total obtained by adding up the numbers."
-msgstr "Följande tabell listar storlekar som rapporterats av aptitude för funktionerna listade i tasksel. Observera att några funktioner har överlappande beståndsdelar, så den totala installerade storleken för två funktioner tillsammans kan vara mindre än totalen som fås genom att lägga ihop siffrorna."
+msgid ""
+"The following table lists sizes reported by aptitude for the tasks listed in "
+"tasksel. Note that some tasks have overlapping constituents, so the total "
+"installed size for two tasks together may be less than the total obtained by "
+"adding up the numbers."
+msgstr ""
+"Följande tabell listar storlekar som rapporterats av aptitude för "
+"funktionerna listade i tasksel. Observera att några funktioner har "
+"överlappande beståndsdelar, så den totala installerade storleken för två "
+"funktioner tillsammans kan vara mindre än totalen som fås genom att lägga "
+"ihop siffrorna."
#. Tag: para
-#: random-bits.xml:201
+#: random-bits.xml:203
#, no-c-format
-msgid "Note that you will need to add the sizes listed in the table to the size of the base installation when determining the size of partitions. Most of the size listed as <quote>Installed size</quote> will end up in <filename>/usr</filename>; the size listed as <quote>Download size</quote> is (temporarily) required in <filename>/var</filename>."
-msgstr "Observera att du behöver lägga till storlekarna som listas i tabellen till storleken för grundinstallationen när storlekarna på partitionerna bestäms. De flesta storlekar listade som <quote>Installerad storlek</quote> kommer att hamna i <filename>/usr</filename>; storleken listad som <quote>Hämtad storlek</quote> krävs (temporärt) i <filename>/var</filename>."
+msgid ""
+"Note that you will need to add the sizes listed in the table to the size of "
+"the base installation when determining the size of partitions. Most of the "
+"size listed as <quote>Installed size</quote> will end up in <filename>/usr</"
+"filename>; the size listed as <quote>Download size</quote> is (temporarily) "
+"required in <filename>/var</filename>."
+msgstr ""
+"Observera att du behöver lägga till storlekarna som listas i tabellen till "
+"storleken för grundinstallationen när storlekarna på partitionerna bestäms. "
+"De flesta storlekar listade som <quote>Installerad storlek</quote> kommer "
+"att hamna i <filename>/usr</filename>; storleken listad som <quote>Hämtad "
+"storlek</quote> krävs (temporärt) i <filename>/var</filename>."
#. Tag: entry
-#: random-bits.xml:214
+#: random-bits.xml:216
#, no-c-format
msgid "Task"
msgstr "Funktion"
#. Tag: entry
-#: random-bits.xml:215
+#: random-bits.xml:217
#, no-c-format
msgid "Installed size (MB)"
msgstr "Installerad storlek (MB)"
#. Tag: entry
-#: random-bits.xml:216
+#: random-bits.xml:218
#, no-c-format
msgid "Download size (MB)"
msgstr "Hämtad storlek (MB)"
#. Tag: entry
-#: random-bits.xml:217
+#: random-bits.xml:219
#, no-c-format
msgid "Space needed to install (MB)"
msgstr "Utrymme som behövs för installation (MB)"
#. Tag: entry
-#: random-bits.xml:223
+#: random-bits.xml:225
#, no-c-format
msgid "Desktop"
msgstr "Skrivbordsmiljö"
#. Tag: entry
-#: random-bits.xml:224
+#: random-bits.xml:226
#, no-c-format
-msgid "1392"
-msgstr "1392"
+msgid "1258"
+msgstr ""
#. Tag: entry
-#: random-bits.xml:225
-#, no-c-format
-msgid "<entry>460</entry>"
-msgstr "<entry>460</entry>"
+#: random-bits.xml:227
+#, fuzzy, no-c-format
+msgid "<entry>418</entry>"
+msgstr "<entry>48</entry>"
#. Tag: entry
-#: random-bits.xml:226
+#: random-bits.xml:228
#, no-c-format
-msgid "1852"
-msgstr "1852"
+msgid "1676"
+msgstr ""
#. Tag: entry
-#: random-bits.xml:230
+#: random-bits.xml:232
#, no-c-format
-msgid "Web server"
-msgstr "Webbserver"
+msgid "Laptop"
+msgstr ""
#. Tag: entry
-#: random-bits.xml:231
-#, no-c-format
-msgid "<entry>36</entry>"
-msgstr "<entry>36</entry>"
+#: random-bits.xml:233 random-bits.xml:242
+#, fuzzy, no-c-format
+msgid "<entry>46</entry>"
+msgstr "<entry>460</entry>"
#. Tag: entry
-#: random-bits.xml:232
-#, no-c-format
-msgid "<entry>12</entry>"
-msgstr "<entry>12</entry>"
+#: random-bits.xml:234
+#, fuzzy, no-c-format
+msgid "<entry>16</entry>"
+msgstr "<entry>168</entry>"
#. Tag: entry
-#: random-bits.xml:233
+#: random-bits.xml:235
+#, fuzzy, no-c-format
+msgid "<entry>62</entry>"
+msgstr "<entry>2</entry>"
+
+#. Tag: entry
+#: random-bits.xml:239
#, no-c-format
-msgid "<entry>48</entry>"
-msgstr "<entry>48</entry>"
+msgid "Web server"
+msgstr "Webbserver"
+
+#. Tag: entry
+#: random-bits.xml:240
+#, fuzzy, no-c-format
+msgid "<entry>35</entry>"
+msgstr "<entry>3</entry>"
#. Tag: entry
-#: random-bits.xml:237
+#: random-bits.xml:241
+#, fuzzy, no-c-format
+msgid "<entry>11</entry>"
+msgstr "<entry>1</entry>"
+
+#. Tag: entry
+#: random-bits.xml:246
#, no-c-format
msgid "Print server"
msgstr "Utskriftsserver"
#. Tag: entry
-#: random-bits.xml:238
-#, no-c-format
-msgid "<entry>168</entry>"
-msgstr "<entry>168</entry>"
+#: random-bits.xml:247
+#, fuzzy, no-c-format
+msgid "<entry>326</entry>"
+msgstr "<entry>36</entry>"
#. Tag: entry
-#: random-bits.xml:239
-#, no-c-format
-msgid "<entry>58</entry>"
+#: random-bits.xml:248
+#, fuzzy, no-c-format
+msgid "<entry>95</entry>"
msgstr "<entry>58</entry>"
#. Tag: entry
-#: random-bits.xml:240
-#, no-c-format
-msgid "<entry>226</entry>"
-msgstr "<entry>226</entry>"
+#: random-bits.xml:249
+#, fuzzy, no-c-format
+msgid "<entry>421</entry>"
+msgstr "<entry>21</entry>"
#. Tag: entry
-#: random-bits.xml:244
+#: random-bits.xml:253
#, no-c-format
msgid "DNS server"
msgstr "DNS-server"
#. Tag: entry
-#: random-bits.xml:245
+#: random-bits.xml:254
#, no-c-format
msgid "<entry>2</entry>"
msgstr "<entry>2</entry>"
#. Tag: entry
-#: random-bits.xml:246
+#: random-bits.xml:255
#, no-c-format
msgid "<entry>1</entry>"
msgstr "<entry>1</entry>"
#. Tag: entry
-#: random-bits.xml:247
-#: random-bits.xml:260
+#: random-bits.xml:256
#, no-c-format
msgid "<entry>3</entry>"
msgstr "<entry>3</entry>"
#. Tag: entry
-#: random-bits.xml:251
+#: random-bits.xml:260
#, no-c-format
msgid "File server"
msgstr "Filserver"
#. Tag: entry
-#: random-bits.xml:252
-#, no-c-format
-msgid "<entry>47</entry>"
-msgstr "<entry>47</entry>"
+#: random-bits.xml:261
+#, fuzzy, no-c-format
+msgid "<entry>50</entry>"
+msgstr "<entry>58</entry>"
#. Tag: entry
-#: random-bits.xml:253
+#: random-bits.xml:262
#, no-c-format
-msgid "<entry>24</entry>"
-msgstr "<entry>24</entry>"
+msgid "<entry>21</entry>"
+msgstr "<entry>21</entry>"
#. Tag: entry
-#: random-bits.xml:254
+#: random-bits.xml:263
#, no-c-format
msgid "<entry>71</entry>"
msgstr "<entry>71</entry>"
#. Tag: entry
-#: random-bits.xml:258
+#: random-bits.xml:267
#, no-c-format
msgid "Mail server"
msgstr "E-postserver"
#. Tag: entry
-#: random-bits.xml:259
-#, no-c-format
-msgid "<entry>10</entry>"
-msgstr "<entry>10</entry>"
-
-#. Tag: entry
-#: random-bits.xml:261
+#: random-bits.xml:268
#, no-c-format
msgid "<entry>13</entry>"
msgstr "<entry>13</entry>"
#. Tag: entry
-#: random-bits.xml:265
+#: random-bits.xml:269
+#, fuzzy, no-c-format
+msgid "<entry>5</entry>"
+msgstr "<entry>58</entry>"
+
+#. Tag: entry
+#: random-bits.xml:270
+#, fuzzy, no-c-format
+msgid "<entry>18</entry>"
+msgstr "<entry>168</entry>"
+
+#. Tag: entry
+#: random-bits.xml:274
#, no-c-format
msgid "SQL database"
msgstr "SQL-databas"
#. Tag: entry
-#: random-bits.xml:266
+#: random-bits.xml:275
#, no-c-format
-msgid "<entry>66</entry>"
-msgstr "<entry>66</entry>"
+msgid "<entry>24</entry>"
+msgstr "<entry>24</entry>"
#. Tag: entry
-#: random-bits.xml:267
-#, no-c-format
-msgid "<entry>21</entry>"
-msgstr "<entry>21</entry>"
+#: random-bits.xml:276
+#, fuzzy, no-c-format
+msgid "<entry>8</entry>"
+msgstr "<entry>48</entry>"
#. Tag: entry
-#: random-bits.xml:268
-#, no-c-format
-msgid "<entry>87</entry>"
-msgstr "<entry>87</entry>"
+#: random-bits.xml:277
+#, fuzzy, no-c-format
+msgid "<entry>32</entry>"
+msgstr "<entry>2</entry>"
#. Tag: para
-#: random-bits.xml:274
-#, no-c-format
-msgid "The <emphasis>Desktop</emphasis> task will install both the GNOME and KDE desktop environments."
-msgstr "Funktionen <emphasis>Skrivbordsmiljö</emphasis> kommer att installera båda skrivbordsmiljöerna, GNOME och KDE."
+#: random-bits.xml:283
+#, fuzzy, no-c-format
+msgid ""
+"The <emphasis>Desktop</emphasis> task will install the GNOME desktop "
+"environment."
+msgstr ""
+"Funktionen <emphasis>Skrivbordsmiljö</emphasis> kommer att installera båda "
+"skrivbordsmiljöerna, GNOME och KDE."
#. Tag: para
-#: random-bits.xml:281
+#: random-bits.xml:290
#, no-c-format
-msgid "If you install in a language other than English, <command>tasksel</command> may automatically install a <firstterm>localization task</firstterm>, if one is available for your language. Space requirements differ per language; you should allow up to 200MB in total for download and installation."
-msgstr "Om du installerar i ett annat språk än engelska, kan <command>tasksel</command> automatiskt installera en <firstterm>lokaliseringsfunktion</firstterm> om det finns en tillgänglig för ditt språk. Utrymmeskrav skiljer sig mellan språken; du bör avsätta upp till 200MB totalt för hämtning och installation."
+msgid ""
+"If you install in a language other than English, <command>tasksel</command> "
+"may automatically install a <firstterm>localization task</firstterm>, if one "
+"is available for your language. Space requirements differ per language; you "
+"should allow up to 200MB in total for download and installation."
+msgstr ""
+"Om du installerar i ett annat språk än engelska, kan <command>tasksel</"
+"command> automatiskt installera en <firstterm>lokaliseringsfunktion</"
+"firstterm> om det finns en tillgänglig för ditt språk. Utrymmeskrav skiljer "
+"sig mellan språken; du bör avsätta upp till 200MB totalt för hämtning och "
+"installation."
#. Tag: title
-#: random-bits.xml:296
+#: random-bits.xml:305
#, no-c-format
msgid "Installing &debian; from a Unix/Linux System"
msgstr "Installera &debian; från ett Unix/Linux-system"
#. Tag: para
-#: random-bits.xml:298
+#: random-bits.xml:307
#, no-c-format
-msgid "This section explains how to install &debian; from an existing Unix or Linux system, without using the menu-driven installer as explained in the rest of the manual. This <quote>cross-install</quote> HOWTO has been requested by users switching to &debian; from Red Hat, Mandrake, and SUSE. In this section some familiarity with entering *nix commands and navigating the file system is assumed. In this section, <prompt>$</prompt> symbolizes a command to be entered in the user's current system, while <prompt>#</prompt> refers to a command entered in the Debian chroot."
-msgstr "Det här avsnittet förklarar hur man installerar &debian; från ett existerande Unix- eller Linux-system, utan att använda den menystyrda installeraren som förklaras i resten av handboken. Den här HOWTO:n för <quote>cross-installation</quote> har efterfrågats av användare som byter till &debian; från Red Hat, Mandrake och SUSE. I detta avsnitt antas att viss erfarenhet av *nix-kommandon och navigering i filsystemet. I detta avsnitt symboliserar <prompt>$</prompt> ett kommando som ska anges i användarens aktuella system, medan <prompt>#</prompt> refererar till ett kommando som ska anges i Debians chroot-miljö."
+msgid ""
+"This section explains how to install &debian; from an existing Unix or Linux "
+"system, without using the menu-driven installer as explained in the rest of "
+"the manual. This <quote>cross-install</quote> HOWTO has been requested by "
+"users switching to &debian; from Red Hat, Mandrake, and SUSE. In this "
+"section some familiarity with entering *nix commands and navigating the file "
+"system is assumed. In this section, <prompt>$</prompt> symbolizes a command "
+"to be entered in the user's current system, while <prompt>#</prompt> refers "
+"to a command entered in the Debian chroot."
+msgstr ""
+"Det här avsnittet förklarar hur man installerar &debian; från ett "
+"existerande Unix- eller Linux-system, utan att använda den menystyrda "
+"installeraren som förklaras i resten av handboken. Den här HOWTO:n för "
+"<quote>cross-installation</quote> har efterfrågats av användare som byter "
+"till &debian; från Red Hat, Mandrake och SUSE. I detta avsnitt antas att "
+"viss erfarenhet av *nix-kommandon och navigering i filsystemet. I detta "
+"avsnitt symboliserar <prompt>$</prompt> ett kommando som ska anges i "
+"användarens aktuella system, medan <prompt>#</prompt> refererar till ett "
+"kommando som ska anges i Debians chroot-miljö."
#. Tag: para
-#: random-bits.xml:310
+#: random-bits.xml:319
#, no-c-format
-msgid "Once you've got the new Debian system configured to your preference, you can migrate your existing user data (if any) to it, and keep on rolling. This is therefore a <quote>zero downtime</quote> &debian; install. It's also a clever way for dealing with hardware that otherwise doesn't play friendly with various boot or installation media."
-msgstr "När du har fått det nya Debian-systemet konfigurerat enligt din smak, kan du migrera din existerande användardata (om den finns) till det, och fortsätta köra. Det här är alltså en installation av &debian; <quote>utan nedtid</quote>. Det är också ett klurigt sätt att hantera maskinvara som annars inte fungerar snällt med olika uppstarts- eller installationsmedia."
+msgid ""
+"Once you've got the new Debian system configured to your preference, you can "
+"migrate your existing user data (if any) to it, and keep on rolling. This is "
+"therefore a <quote>zero downtime</quote> &debian; install. It's also a "
+"clever way for dealing with hardware that otherwise doesn't play friendly "
+"with various boot or installation media."
+msgstr ""
+"När du har fått det nya Debian-systemet konfigurerat enligt din smak, kan du "
+"migrera din existerande användardata (om den finns) till det, och fortsätta "
+"köra. Det här är alltså en installation av &debian; <quote>utan nedtid</"
+"quote>. Det är också ett klurigt sätt att hantera maskinvara som annars inte "
+"fungerar snällt med olika uppstarts- eller installationsmedia."
#. Tag: title
-#: random-bits.xml:322
+#: random-bits.xml:331
#, no-c-format
msgid "Getting Started"
msgstr "Påbörja arbetet"
#. Tag: para
-#: random-bits.xml:323
+#: random-bits.xml:332
#, no-c-format
-msgid "With your current *nix partitioning tools, repartition the hard drive as needed, creating at least one filesystem plus swap. You need at least 150MB of space available for a console only install, or at least 300MB if you plan to install X."
-msgstr "Med dina aktuella partitioneringsverktyg, partitionera om hårddisken efter behov, skapa åtminstone ett filsystem plus växlingsutrymme. Du behöver minst 150MB diskutrymme tillgängligt för en installation för endast konsoll, eller minst 300MB om du planerar att installera X."
+msgid ""
+"With your current *nix partitioning tools, repartition the hard drive as "
+"needed, creating at least one filesystem plus swap. You need at least 150MB "
+"of space available for a console only install, or at least 300MB if you plan "
+"to install X."
+msgstr ""
+"Med dina aktuella partitioneringsverktyg, partitionera om hårddisken efter "
+"behov, skapa åtminstone ett filsystem plus växlingsutrymme. Du behöver minst "
+"150MB diskutrymme tillgängligt för en installation för endast konsoll, eller "
+"minst 300MB om du planerar att installera X."
#. Tag: para
-#: random-bits.xml:330
+#: random-bits.xml:339
#, no-c-format
msgid ""
-"Create file systems on your partitions. For example, to create an ext3 file system on partition <filename>/dev/hda6</filename> (that's our example root partition): <informalexample><screen>\n"
+"Create file systems on your partitions. For example, to create an ext3 file "
+"system on partition <filename>/dev/hda6</filename> (that's our example root "
+"partition): <informalexample><screen>\n"
"# mke2fs -j /dev/hda6\n"
-"</screen></informalexample> To create an ext2 file system instead, omit <userinput>-j</userinput>."
+"</screen></informalexample> To create an ext2 file system instead, omit "
+"<userinput>-j</userinput>."
msgstr ""
-"Skapa filsystem på dina partitioner. För att till exempel skapa ett ext3-filsystem på partition <filename>/dev/hda6</filename> (det är vår rotpartition i exemplet): <informalexample><screen>\n"
+"Skapa filsystem på dina partitioner. För att till exempel skapa ett ext3-"
+"filsystem på partition <filename>/dev/hda6</filename> (det är vår "
+"rotpartition i exemplet): <informalexample><screen>\n"
"# mke2fs -j /dev/hda6\n"
-"</screen></informalexample> För att istället skapa ett ext2-filsystem, uteslut <userinput>-j</userinput>."
+"</screen></informalexample> För att istället skapa ett ext2-filsystem, "
+"uteslut <userinput>-j</userinput>."
#. Tag: para
-#: random-bits.xml:340
+#: random-bits.xml:349
#, no-c-format
msgid ""
-"Initialize and activate swap (substitute the partition number for your intended Debian swap partition): <informalexample><screen>\n"
+"Initialize and activate swap (substitute the partition number for your "
+"intended Debian swap partition): <informalexample><screen>\n"
"# mkswap /dev/hda5\n"
"# sync; sync; sync\n"
"# swapon /dev/hda5\n"
-"</screen></informalexample> Mount one partition as <filename>/mnt/debinst</filename> (the installation point, to be the root (<filename>/</filename>) filesystem on your new system). The mount point name is strictly arbitrary, it is referenced later below."
+"</screen></informalexample> Mount one partition as <filename>/mnt/debinst</"
+"filename> (the installation point, to be the root (<filename>/</filename>) "
+"filesystem on your new system). The mount point name is strictly arbitrary, "
+"it is referenced later below."
msgstr ""
-"Initialisera och aktivera växlingsutrymme (ersätt partitionsnumret med din tilltänkta Debian-partition för växlingsutrymme): <informalexample><screen>\n"
+"Initialisera och aktivera växlingsutrymme (ersätt partitionsnumret med din "
+"tilltänkta Debian-partition för växlingsutrymme): <informalexample><screen>\n"
"# mkswap /dev/hda5\n"
"# sync; sync; sync\n"
"# swapon /dev/hda5\n"
-"</screen></informalexample> Montera en partition som <filename>/mnt/debinst</filename> (installationspunkten, som ska vara rotfilsystemet (<filename>/</filename>) på ditt nya system). Namnet på monteringspunkten är strikt godtycklig, det refereras till senare här nedan."
+"</screen></informalexample> Montera en partition som <filename>/mnt/debinst</"
+"filename> (installationspunkten, som ska vara rotfilsystemet (<filename>/</"
+"filename>) på ditt nya system). Namnet på monteringspunkten är strikt "
+"godtycklig, det refereras till senare här nedan."
#. Tag: screen
-#: random-bits.xml:352
+#: random-bits.xml:361
#, no-c-format
msgid ""
"# mkdir /mnt/debinst\n"
@@ -674,39 +842,77 @@ msgstr ""
"# mount /dev/hda6 /mnt/debinst"
#. Tag: para
-#: random-bits.xml:355
+#: random-bits.xml:364
#, no-c-format
-msgid "If you want to have parts of the filesystem (e.g. /usr) mounted on separate partitions, you will need to create and mount these directories manually before proceding with the next stage."
-msgstr "Om du vill ha delar av filsystemet (exempelvis, /usr) monterat på separata partitioner, behöver du skapa och montera dessa kataloger manuellt innan du fortsätter till nästa steg."
+msgid ""
+"If you want to have parts of the filesystem (e.g. /usr) mounted on separate "
+"partitions, you will need to create and mount these directories manually "
+"before proceding with the next stage."
+msgstr ""
+"Om du vill ha delar av filsystemet (exempelvis, /usr) monterat på separata "
+"partitioner, behöver du skapa och montera dessa kataloger manuellt innan du "
+"fortsätter till nästa steg."
#. Tag: title
-#: random-bits.xml:365
+#: random-bits.xml:374
#, no-c-format
msgid "Install <command>debootstrap</command>"
msgstr "Installera <command>debootstrap</command>"
#. Tag: para
-#: random-bits.xml:366
+#: random-bits.xml:375
#, no-c-format
-msgid "The utility used by the Debian installer, and recognized as the official way to install a Debian base system, is <command>debootstrap</command>. It uses <command>wget</command> and <command>ar</command>, but otherwise depends only on <classname>/bin/sh</classname> and basic Unix/Linux tools<footnote> <para> These include the GNU core utilities and commands like <command>sed</command>, <command>grep</command>, <command>tar</command> and <command>gzip</command>. </para> </footnote>. Install <command>wget</command> and <command>ar</command> if they aren't already on your current system, then download and install <command>debootstrap</command>."
-msgstr "Verktyget som Debian Installer använder, som är känt som det officiella sättet att installera Debians grundsystem, är <command>debootstrap</command>. Det använder <command>wget</command> och <command>ar</command>, men är annars endast beroende av <classname>/bin/sh</classname> och grundläggande Unix/Linux-verktyg<footnote> <para> Dessa inkluderar GNU-kärnverktyg och kommandon såsom <command>sed</command>, <command>grep</command>, <command>tar</command> och <command>gzip</command>. </para> </footnote>. Installera <command>wget</command> och <command>ar</command> om de inte redan finns på ditt aktuella system, hämta och installera sedan <command>debootstrap</command>."
+msgid ""
+"The utility used by the Debian installer, and recognized as the official way "
+"to install a Debian base system, is <command>debootstrap</command>. It uses "
+"<command>wget</command> and <command>ar</command>, but otherwise depends "
+"only on <classname>/bin/sh</classname> and basic Unix/Linux tools<footnote> "
+"<para> These include the GNU core utilities and commands like <command>sed</"
+"command>, <command>grep</command>, <command>tar</command> and <command>gzip</"
+"command>. </para> </footnote>. Install <command>wget</command> and "
+"<command>ar</command> if they aren't already on your current system, then "
+"download and install <command>debootstrap</command>."
+msgstr ""
+"Verktyget som Debian Installer använder, som är känt som det officiella "
+"sättet att installera Debians grundsystem, är <command>debootstrap</"
+"command>. Det använder <command>wget</command> och <command>ar</command>, "
+"men är annars endast beroende av <classname>/bin/sh</classname> och "
+"grundläggande Unix/Linux-verktyg<footnote> <para> Dessa inkluderar GNU-"
+"kärnverktyg och kommandon såsom <command>sed</command>, <command>grep</"
+"command>, <command>tar</command> och <command>gzip</command>. </para> </"
+"footnote>. Installera <command>wget</command> och <command>ar</command> om "
+"de inte redan finns på ditt aktuella system, hämta och installera sedan "
+"<command>debootstrap</command>."
#. Tag: para
-#: random-bits.xml:396
+#: random-bits.xml:405
#, no-c-format
msgid ""
-"Or, you can use the following procedure to install it manually. Make a work folder for extracting the .deb into: <informalexample><screen>\n"
+"Or, you can use the following procedure to install it manually. Make a work "
+"folder for extracting the .deb into: <informalexample><screen>\n"
"# mkdir work\n"
"# cd work\n"
-"</screen></informalexample> The <command>debootstrap</command> binary is located in the Debian archive (be sure to select the proper file for your architecture). Download the <command>debootstrap</command> .deb from the <ulink url=\"http://ftp.debian.org/debian/pool/main/d/debootstrap/\"> pool</ulink>, copy the package to the work folder, and extract the files from it. You will need to have root privileges to install the files."
+"</screen></informalexample> The <command>debootstrap</command> binary is "
+"located in the Debian archive (be sure to select the proper file for your "
+"architecture). Download the <command>debootstrap</command> .deb from the "
+"<ulink url=\"http://ftp.debian.org/debian/pool/main/d/debootstrap/\"> pool</"
+"ulink>, copy the package to the work folder, and extract the files from it. "
+"You will need to have root privileges to install the files."
msgstr ""
-"Eller så kan du använda följande procedur för att installera det manuellt. Skapa en arbetskatalog för att extrahera .deb-filen till: <informalexample><screen>\n"
+"Eller så kan du använda följande procedur för att installera det manuellt. "
+"Skapa en arbetskatalog för att extrahera .deb-filen till: "
+"<informalexample><screen>\n"
"# mkdir arbetskatalog\n"
"# cd arbetskatalog\n"
-"</screen></informalexample> Binärfilen <command>debootstrap</command> finns i Debian-arkivet (se till att välja den lämpliga filen för din arkitektur). Hämta .deb-filen för <command>debootstrap</command> från <ulink url=\"http://ftp.debian.org/debian/pool/main/d/debootstrap/\"> pool</ulink>, kopiera paketet till arbetskatalogen, och extrahera filerna från det. Du kommer att behöva root-privilegier för att installera filerna."
+"</screen></informalexample> Binärfilen <command>debootstrap</command> finns "
+"i Debian-arkivet (se till att välja den lämpliga filen för din arkitektur). "
+"Hämta .deb-filen för <command>debootstrap</command> från <ulink url=\"http://"
+"ftp.debian.org/debian/pool/main/d/debootstrap/\"> pool</ulink>, kopiera "
+"paketet till arbetskatalogen, och extrahera filerna från det. Du kommer att "
+"behöva root-privilegier för att installera filerna."
#. Tag: screen
-#: random-bits.xml:411
+#: random-bits.xml:420
#, no-c-format
msgid ""
"# ar -x debootstrap_0.X.X_all.deb\n"
@@ -715,34 +921,65 @@ msgid ""
msgstr ""
"# ar -x debootstrap_0.X.X_all.deb\n"
"# cd /\n"
-"# zcat /fullständig-sökväg-till-arbetskatalog/arbetskatalog/data.tar.gz | tar xv"
+"# zcat /fullständig-sökväg-till-arbetskatalog/arbetskatalog/data.tar.gz | "
+"tar xv"
#. Tag: title
-#: random-bits.xml:417
+#: random-bits.xml:426
#, no-c-format
msgid "Run <command>debootstrap</command>"
msgstr "Kör <command>debootstrap</command>"
#. Tag: para
-#: random-bits.xml:418
+#: random-bits.xml:427
#, no-c-format
-msgid "<command>debootstrap</command> can download the needed files directly from the archive when you run it. You can substitute any Debian archive mirror for <userinput>http.us.debian.org/debian</userinput> in the command example below, preferably a mirror close to you network-wise. Mirrors are listed at <ulink url=\"http://www.debian.org/misc/README.mirrors\"></ulink>."
-msgstr "<command>debootstrap</command> kan hämta de nödvändiga filerna direkt från arkivet när du kör det. Du kan ersätta <userinput>http.se.debian.org/debian</userinput> mot vilken Debian-arkivspegel som du vill i kommandoexemplet nedan, en spegel närmast ditt nätverk är att föredra. Speglar finns listade på <ulink url=\"http://www.debian.org/misc/README.mirrors\"></ulink>."
+msgid ""
+"<command>debootstrap</command> can download the needed files directly from "
+"the archive when you run it. You can substitute any Debian archive mirror "
+"for <userinput>http.us.debian.org/debian</userinput> in the command example "
+"below, preferably a mirror close to you network-wise. Mirrors are listed at "
+"<ulink url=\"http://www.debian.org/misc/README.mirrors\"></ulink>."
+msgstr ""
+"<command>debootstrap</command> kan hämta de nödvändiga filerna direkt från "
+"arkivet när du kör det. Du kan ersätta <userinput>http.se.debian.org/debian</"
+"userinput> mot vilken Debian-arkivspegel som du vill i kommandoexemplet "
+"nedan, en spegel närmast ditt nätverk är att föredra. Speglar finns listade "
+"på <ulink url=\"http://www.debian.org/misc/README.mirrors\"></ulink>."
#. Tag: para
-#: random-bits.xml:427
+#: random-bits.xml:436
#, no-c-format
-msgid "If you have a &releasename; &debian; CD mounted at <filename>/cdrom</filename>, you could substitute a file URL instead of the http URL: <userinput>file:/cdrom/debian/</userinput>"
-msgstr "Om du har en &releasename; &debian; cd monterad på <filename>/cdrom</filename>, kan du ersätta en fil-url istället för en http-URL: <userinput>file:/cdrom/debian/</userinput>"
+msgid ""
+"If you have a &releasename; &debian; CD mounted at <filename>/cdrom</"
+"filename>, you could substitute a file URL instead of the http URL: "
+"<userinput>file:/cdrom/debian/</userinput>"
+msgstr ""
+"Om du har en &releasename; &debian; cd monterad på <filename>/cdrom</"
+"filename>, kan du ersätta en fil-url istället för en http-URL: "
+"<userinput>file:/cdrom/debian/</userinput>"
#. Tag: para
-#: random-bits.xml:433
+#: random-bits.xml:442
#, no-c-format
-msgid "Substitute one of the following for <replaceable>ARCH</replaceable> in the <command>debootstrap</command> command: <userinput>alpha</userinput>, <userinput>arm</userinput>, <userinput>hppa</userinput>, <userinput>i386</userinput>, <userinput>ia64</userinput>, <userinput>m68k</userinput>, <userinput>mips</userinput>, <userinput>mipsel</userinput>, <userinput>powerpc</userinput>, <userinput>s390</userinput>, or <userinput>sparc</userinput>."
-msgstr "Ersätt en av följande för <replaceable>ARCH</replaceable> i kommandot <command>debootstrap</command>: <userinput>alpha</userinput>, <userinput>arm</userinput>, <userinput>hppa</userinput>, <userinput>i386</userinput>, <userinput>ia64</userinput>, <userinput>m68k</userinput>, <userinput>mips</userinput>, <userinput>mipsel</userinput>, <userinput>powerpc</userinput>, <userinput>s390</userinput> eller <userinput>sparc</userinput>."
+msgid ""
+"Substitute one of the following for <replaceable>ARCH</replaceable> in the "
+"<command>debootstrap</command> command: <userinput>alpha</userinput>, "
+"<userinput>arm</userinput>, <userinput>hppa</userinput>, <userinput>i386</"
+"userinput>, <userinput>ia64</userinput>, <userinput>m68k</userinput>, "
+"<userinput>mips</userinput>, <userinput>mipsel</userinput>, "
+"<userinput>powerpc</userinput>, <userinput>s390</userinput>, or "
+"<userinput>sparc</userinput>."
+msgstr ""
+"Ersätt en av följande för <replaceable>ARCH</replaceable> i kommandot "
+"<command>debootstrap</command>: <userinput>alpha</userinput>, "
+"<userinput>arm</userinput>, <userinput>hppa</userinput>, <userinput>i386</"
+"userinput>, <userinput>ia64</userinput>, <userinput>m68k</userinput>, "
+"<userinput>mips</userinput>, <userinput>mipsel</userinput>, "
+"<userinput>powerpc</userinput>, <userinput>s390</userinput> eller "
+"<userinput>sparc</userinput>."
#. Tag: screen
-#: random-bits.xml:450
+#: random-bits.xml:459
#, no-c-format
msgid ""
"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
@@ -752,36 +989,42 @@ msgstr ""
" /mnt/debinst http://http.se.debian.org/debian"
#. Tag: title
-#: random-bits.xml:456
+#: random-bits.xml:465
#, no-c-format
msgid "Configure The Base System"
msgstr "Konfigurera grundsystemet"
#. Tag: para
-#: random-bits.xml:457
+#: random-bits.xml:466
#, no-c-format
-msgid "Now you've got a real Debian system, though rather lean, on disk. <command>Chroot</command> into it:"
-msgstr "Nu har du ett riktigt Debian-system på disk. Kör <command>chroot</command> in i det:"
+msgid ""
+"Now you've got a real Debian system, though rather lean, on disk. "
+"<command>Chroot</command> into it:"
+msgstr ""
+"Nu har du ett riktigt Debian-system på disk. Kör <command>chroot</command> "
+"in i det:"
#. Tag: screen
-#: random-bits.xml:462
+#: random-bits.xml:471
#, no-c-format
msgid "# LANG= chroot /mnt/debinst /bin/bash"
msgstr "# LANG= chroot /mnt/debinst /bin/bash"
#. Tag: title
-#: random-bits.xml:467
+#: random-bits.xml:476
#, no-c-format
msgid "Mount Partitions"
msgstr "Montera partitioner"
#. Tag: para
-#: random-bits.xml:468
+#: random-bits.xml:477
#, no-c-format
msgid ""
-"You need to create <filename>/etc/fstab</filename>. <informalexample><screen>\n"
+"You need to create <filename>/etc/fstab</filename>. "
+"<informalexample><screen>\n"
"# editor /etc/fstab\n"
-"</screen></informalexample> Here is a sample you can modify to suit: <informalexample><screen>\n"
+"</screen></informalexample> Here is a sample you can modify to suit: "
+"<informalexample><screen>\n"
"# /etc/fstab: static file system information.\n"
"#\n"
"# file system mount point type options dump pass\n"
@@ -798,13 +1041,19 @@ msgid ""
"/dev/XXX /var ext3 rw,nosuid,nodev 0 2\n"
"/dev/XXX /usr ext3 rw,nodev 0 2\n"
"/dev/XXX /home ext3 rw,nosuid,nodev 0 2\n"
-"</screen></informalexample> Use <userinput>mount -a</userinput> to mount all the file systems you have specified in your <filename>/etc/fstab</filename>, or to mount file systems individually use: <informalexample><screen>\n"
+"</screen></informalexample> Use <userinput>mount -a</userinput> to mount all "
+"the file systems you have specified in your <filename>/etc/fstab</filename>, "
+"or to mount file systems individually use: <informalexample><screen>\n"
"# mount /path # e.g.: mount /usr\n"
-"</screen></informalexample> You can mount the proc file system multiple times and to arbitrary locations, though <filename>/proc</filename> is customary. If you didn't use <userinput>mount -a</userinput>, be sure to mount proc before continuing:"
+"</screen></informalexample> You can mount the proc file system multiple "
+"times and to arbitrary locations, though <filename>/proc</filename> is "
+"customary. If you didn't use <userinput>mount -a</userinput>, be sure to "
+"mount proc before continuing:"
msgstr ""
"Du behöver skapa <filename>/etc/fstab</filename>. <informalexample><screen>\n"
"# editor /etc/fstab\n"
-"</screen></informalexample> Här är ett exempel du kan ändra för att passa: <informalexample><screen>\n"
+"</screen></informalexample> Här är ett exempel du kan ändra för att passa: "
+"<informalexample><screen>\n"
"# /etc/fstab: statisk filsystemsinformation.\n"
"#\n"
"# filsystem monteringsp. typ flaggor dump pass\n"
@@ -821,65 +1070,83 @@ msgstr ""
"/dev/XXX /var ext3 rw,nosuid,nodev 0 2\n"
"/dev/XXX /usr ext3 rw,nodev 0 2\n"
"/dev/XXX /home ext3 rw,nosuid,nodev 0 2\n"
-"</screen></informalexample> Använd <userinput>mount -a</userinput> för att montera alla filsystem som du har angivet i din <filename>/etc/fstab</filename>, eller för att montera filsystem individuellt: <informalexample><screen>\n"
+"</screen></informalexample> Använd <userinput>mount -a</userinput> för att "
+"montera alla filsystem som du har angivet i din <filename>/etc/fstab</"
+"filename>, eller för att montera filsystem individuellt: "
+"<informalexample><screen>\n"
"# mount /path # exempelvis: mount /usr\n"
-"</screen></informalexample> Du kan montera proc-filsystemet flera gånger och på godtyckliga platser, även om <filename>/proc</filename> är anpassningsbar. Om du inte använde <userinput>mount -a</userinput>, se till att montera proc innan du fortsätter:"
+"</screen></informalexample> Du kan montera proc-filsystemet flera gånger och "
+"på godtyckliga platser, även om <filename>/proc</filename> är "
+"anpassningsbar. Om du inte använde <userinput>mount -a</userinput>, se till "
+"att montera proc innan du fortsätter:"
#. Tag: screen
-#: random-bits.xml:488
+#: random-bits.xml:497
#, no-c-format
msgid "# mount -t proc proc /proc"
msgstr "# mount -t proc proc /proc"
#. Tag: para
-#: random-bits.xml:490
+#: random-bits.xml:499
#, no-c-format
-msgid "The command <userinput>ls /proc</userinput> should now show a non-empty directory. Should this fail, you may be able to mount proc from outside the chroot:"
-msgstr "Kommandot <userinput>ls /proc</userinput> bör nu visa en icke-tom katalog. Om det här skulle misslyckas, kan du kanske montera proc utanför chroot:"
+msgid ""
+"The command <userinput>ls /proc</userinput> should now show a non-empty "
+"directory. Should this fail, you may be able to mount proc from outside the "
+"chroot:"
+msgstr ""
+"Kommandot <userinput>ls /proc</userinput> bör nu visa en icke-tom katalog. "
+"Om det här skulle misslyckas, kan du kanske montera proc utanför chroot:"
#. Tag: screen
-#: random-bits.xml:496
+#: random-bits.xml:505
#, no-c-format
msgid "# mount -t proc proc /mnt/debinst/proc"
msgstr "# mount -t proc proc /mnt/debinst/proc"
#. Tag: title
-#: random-bits.xml:502
+#: random-bits.xml:511
#, no-c-format
msgid "Configure Keyboard"
msgstr "Konfigurera tangentbordet"
#. Tag: para
-#: random-bits.xml:503
+#: random-bits.xml:512
#, no-c-format
msgid "To configure your keyboard:"
msgstr "För att konfigurera ditt tangentbord:"
#. Tag: screen
-#: random-bits.xml:507
+#: random-bits.xml:516
#, no-c-format
msgid "# dpkg-reconfigure console-data"
msgstr "# dpkg-reconfigure console-data"
#. Tag: para
-#: random-bits.xml:509
+#: random-bits.xml:518
#, no-c-format
-msgid "Note that the keyboard cannot be set while in the chroot, but will be configured for the next reboot."
-msgstr "Observera att tangentbordet inte kan ställas in när chroot används men kommer att konfigureras inför nästa omstart."
+msgid ""
+"Note that the keyboard cannot be set while in the chroot, but will be "
+"configured for the next reboot."
+msgstr ""
+"Observera att tangentbordet inte kan ställas in när chroot används men "
+"kommer att konfigureras inför nästa omstart."
#. Tag: title
-#: random-bits.xml:518
+#: random-bits.xml:527
#, no-c-format
msgid "Configure Networking"
msgstr "Konfigurera nätverket"
#. Tag: para
-#: random-bits.xml:519
+#: random-bits.xml:528
#, no-c-format
msgid ""
-"To configure networking, edit <filename>/etc/network/interfaces</filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> and <filename>/etc/hosts</filename>. <informalexample><screen>\n"
+"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
+"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
+"and <filename>/etc/hosts</filename>. <informalexample><screen>\n"
"# editor /etc/network/interfaces\n"
-"</screen></informalexample> Here are some simple examples from <filename>/usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+"</screen></informalexample> Here are some simple examples from <filename>/"
+"usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
"######################################################################\n"
"# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
"# See the interfaces(5) manpage for information on what options are\n"
@@ -905,19 +1172,28 @@ msgid ""
"# netmask 255.255.255.0\n"
"# broadcast 192.168.0.255\n"
"# gateway 192.168.0.1\n"
-"</screen></informalexample> Enter your nameserver(s) and search directives in <filename>/etc/resolv.conf</filename>: <informalexample><screen>\n"
+"</screen></informalexample> Enter your nameserver(s) and search directives "
+"in <filename>/etc/resolv.conf</filename>: <informalexample><screen>\n"
"# editor /etc/resolv.conf\n"
-"</screen></informalexample> A simple <filename>/etc/resolv.conf</filename>: <informalexample><screen>\n"
+"</screen></informalexample> A simple <filename>/etc/resolv.conf</filename>: "
+"<informalexample><screen>\n"
"search hqdom.local\\000\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
-"</screen></informalexample> Enter your system's host name (2 to 63 characters): <informalexample><screen>\n"
+"</screen></informalexample> Enter your system's host name (2 to 63 "
+"characters): <informalexample><screen>\n"
"# echo DebianHostName &gt; /etc/hostname\n"
-"</screen></informalexample> If you have multiple network cards, you should arrange the names of driver modules in the <filename>/etc/modules</filename> file into the desired order. Then during boot, each card will be associated with the interface name (eth0, eth1, etc.) that you expect."
+"</screen></informalexample> If you have multiple network cards, you should "
+"arrange the names of driver modules in the <filename>/etc/modules</filename> "
+"file into the desired order. Then during boot, each card will be associated "
+"with the interface name (eth0, eth1, etc.) that you expect."
msgstr ""
-"För att konfigurera nätverket, redigera <filename>/etc/network/interfaces</filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> och <filename>/etc/hosts</filename>. <informalexample><screen>\n"
+"För att konfigurera nätverket, redigera <filename>/etc/network/interfaces</"
+"filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</"
+"filename> och <filename>/etc/hosts</filename>. <informalexample><screen>\n"
"# editor /etc/network/interfaces\n"
-"</screen></informalexample> Här är några enkla exempel från <filename>/usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+"</screen></informalexample> Här är några enkla exempel från <filename>/usr/"
+"share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
"######################################################################\n"
"# /etc/network/interfaces -- konfigurationsfil för ifup(8), ifdown(8)\n"
"# Se manualsidan interfaces(5) för information om vilka flaggor som\n"
@@ -934,7 +1210,8 @@ msgstr ""
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# Ett exempel för statisk IP-konfiguration: (broadcast och gateway är valfria)\n"
+"# Ett exempel för statisk IP-konfiguration: (broadcast och gateway är "
+"valfria)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -943,86 +1220,138 @@ msgstr ""
"# netmask 255.255.255.0\n"
"# broadcast 192.168.0.255\n"
"# gateway 192.168.0.1\n"
-"</screen></informalexample> Ange din namnserver (eller två) och sökdirektiv i <filename>/etc/resolv.conf</filename>: <informalexample><screen>\n"
+"</screen></informalexample> Ange din namnserver (eller två) och sökdirektiv "
+"i <filename>/etc/resolv.conf</filename>: <informalexample><screen>\n"
"# editor /etc/resolv.conf\n"
-"</screen></informalexample> En enkel <filename>/etc/resolv.conf</filename>: <informalexample><screen>\n"
+"</screen></informalexample> En enkel <filename>/etc/resolv.conf</filename>: "
+"<informalexample><screen>\n"
"search hqdom.local\\000\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
-"</screen></informalexample> Ange värdnamnet för ditt system (2 till 63 tecken): <informalexample><screen>\n"
+"</screen></informalexample> Ange värdnamnet för ditt system (2 till 63 "
+"tecken): <informalexample><screen>\n"
"# echo DebianVardNamn &gt; /etc/hostname\n"
-"</screen></informalexample> Om du har flera nätverkskort, bör du arrangera namnen på drivrutinsmodulerna i filen <filename>/etc/modules</filename> i önskad ordning. Sedan, under uppstart, kommer varje kort att associeras med gränssnittsnamnet (eth0, eth1, etc.) som du förväntar."
+"</screen></informalexample> Om du har flera nätverkskort, bör du arrangera "
+"namnen på drivrutinsmodulerna i filen <filename>/etc/modules</filename> i "
+"önskad ordning. Sedan, under uppstart, kommer varje kort att associeras med "
+"gränssnittsnamnet (eth0, eth1, etc.) som du förväntar."
#. Tag: title
-#: random-bits.xml:556
+#: random-bits.xml:565
#, no-c-format
msgid "Configure Locales"
msgstr "Konfigurera lokalanpassning"
#. Tag: para
-#: random-bits.xml:557
+#: random-bits.xml:566
#, no-c-format
msgid ""
-"To configure your locale settings to use a language other than English, install the <classname>locales</classname> support package and configure it: <informalexample><screen>\n"
+"To configure your locale settings to use a language other than English, "
+"install the <classname>locales</classname> support package and configure it: "
+"<informalexample><screen>\n"
"# aptitude install locales\n"
"# dpkg-reconfigure locales\n"
-"</screen></informalexample> NOTE: <classname>apt</classname> must be configured beforehand by creating a sources.list and running <command>aptitude update</command>. Before using locales with character sets other than ASCII or latin1, please consult the appropriate localization HOWTO."
+"</screen></informalexample> NOTE: <classname>apt</classname> must be "
+"configured beforehand by creating a sources.list and running "
+"<command>aptitude update</command>. Before using locales with character sets "
+"other than ASCII or latin1, please consult the appropriate localization "
+"HOWTO."
msgstr ""
-"För att konfigurera din lokalinställning för att använda ett språk annat än engelska, installera stödpaketet <classname>locales</classname> och konfigurera det: <informalexample><screen>\n"
+"För att konfigurera din lokalinställning för att använda ett språk annat än "
+"engelska, installera stödpaketet <classname>locales</classname> och "
+"konfigurera det: <informalexample><screen>\n"
"# aptitude install locales\n"
"# dpkg-reconfigure locales\n"
-"</screen></informalexample> OBSERVERA: <classname>apt</classname> måste vara konfigurerat innan det här genom att skapa en sources.list och köra <command>aptitude update</command>. Före användning av lokaler med teckenkodning annan än ASCII eller latin1, konsultera lämpligt HOWTO-dokument för lokalanpassning."
+"</screen></informalexample> OBSERVERA: <classname>apt</classname> måste vara "
+"konfigurerat innan det här genom att skapa en sources.list och köra "
+"<command>aptitude update</command>. Före användning av lokaler med "
+"teckenkodning annan än ASCII eller latin1, konsultera lämpligt HOWTO-"
+"dokument för lokalanpassning."
#. Tag: title
-#: random-bits.xml:575
+#: random-bits.xml:584
#, no-c-format
msgid "Install a Kernel"
msgstr "Installera en kärna"
#. Tag: para
-#: random-bits.xml:576
+#: random-bits.xml:585
#, no-c-format
msgid ""
-"If you intend to boot this system, you probably want a Linux kernel and a boot loader. Identify available pre-packaged kernels with <informalexample><screen>\n"
+"If you intend to boot this system, you probably want a Linux kernel and a "
+"boot loader. Identify available pre-packaged kernels with "
+"<informalexample><screen>\n"
"# apt-cache search linux-image\n"
"</screen></informalexample> Then install your choice using its package name."
msgstr ""
-"Om du tänker starta upp det här systemet, vill du antagligen ha en Linux-kärna och en starthanterare. Identifiera tillgängliga förpaketerade kärnor med <informalexample><screen>\n"
+"Om du tänker starta upp det här systemet, vill du antagligen ha en Linux-"
+"kärna och en starthanterare. Identifiera tillgängliga förpaketerade kärnor "
+"med <informalexample><screen>\n"
"# apt-cache search linux-image\n"
"</screen></informalexample> Installera sedan ditt val med dess paketnamn."
#. Tag: screen
-#: random-bits.xml:585
+#: random-bits.xml:594
#, no-c-format
-msgid "# aptitude install linux-image-<replaceable>&kernelversion;-arch-etc</replaceable>"
-msgstr "# aptitude install linux-image-<replaceable>&kernelversion;-arch-etc</replaceable>"
+msgid ""
+"# aptitude install linux-image-<replaceable>&kernelversion;-arch-etc</"
+"replaceable>"
+msgstr ""
+"# aptitude install linux-image-<replaceable>&kernelversion;-arch-etc</"
+"replaceable>"
#. Tag: title
-#: random-bits.xml:591
+#: random-bits.xml:600
#, no-c-format
msgid "Set up the Boot Loader"
msgstr "Ställ in starthanteraren"
#. Tag: para
-#: random-bits.xml:592
+#: random-bits.xml:601
#, no-c-format
-msgid "To make your &debian; system bootable, set up your boot loader to load the installed kernel with your new root partition. Note that <command>debootstrap</command> does not install a boot loader, though you can use <command>aptitude</command> inside your Debian chroot to do so."
-msgstr "För att göra ditt &debian;-system startbart, ställ in din starthanterare att läsa in den installerade kärnan med din nya rotpartition. Observera att <command>debootstrap</command> inte installerar en starthanterare, dock kan du använda <command>aptitude</command> inne i din Debian chroot-miljö för att göra det."
+msgid ""
+"To make your &debian; system bootable, set up your boot loader to load the "
+"installed kernel with your new root partition. Note that "
+"<command>debootstrap</command> does not install a boot loader, though you "
+"can use <command>aptitude</command> inside your Debian chroot to do so."
+msgstr ""
+"För att göra ditt &debian;-system startbart, ställ in din starthanterare att "
+"läsa in den installerade kärnan med din nya rotpartition. Observera att "
+"<command>debootstrap</command> inte installerar en starthanterare, dock kan "
+"du använda <command>aptitude</command> inne i din Debian chroot-miljö för "
+"att göra det."
#. Tag: para
-#: random-bits.xml:599
+#: random-bits.xml:608
#, no-c-format
-msgid "Check <userinput>info grub</userinput> or <userinput>man lilo.conf</userinput> for instructions on setting up the bootloader. If you are keeping the system you used to install Debian, just add an entry for the Debian install to your existing grub <filename>menu.lst</filename> or <filename>lilo.conf</filename>. For <filename>lilo.conf</filename>, you could also copy it to the new system and edit it there. After you are done editing, call lilo (remember it will use <filename>lilo.conf</filename> relative to the system you call it from)."
-msgstr "Kontrollera <userinput>info grub</userinput> eller <userinput>man lilo.conf</userinput> för instruktioner om hur man ställer in starthanteraren. Om du behåller systemet du använde för att installera Debian, lägg bara till en post för Debian-installationen till din existerande grub <filename>menu.lst</filename> eller <filename>lilo.conf</filename>. För <filename>lilo.conf</filename>, kan du även kopiera den till det nya systemet och redigera den där. Efter att du är klar med redigeringen, anropa lilo (kom ihåg att det använder <filename>lilo.conf</filename> relativt till systemet du anropar det från)."
+msgid ""
+"Check <userinput>info grub</userinput> or <userinput>man lilo.conf</"
+"userinput> for instructions on setting up the bootloader. If you are keeping "
+"the system you used to install Debian, just add an entry for the Debian "
+"install to your existing grub <filename>menu.lst</filename> or "
+"<filename>lilo.conf</filename>. For <filename>lilo.conf</filename>, you "
+"could also copy it to the new system and edit it there. After you are done "
+"editing, call lilo (remember it will use <filename>lilo.conf</filename> "
+"relative to the system you call it from)."
+msgstr ""
+"Kontrollera <userinput>info grub</userinput> eller <userinput>man lilo.conf</"
+"userinput> för instruktioner om hur man ställer in starthanteraren. Om du "
+"behåller systemet du använde för att installera Debian, lägg bara till en "
+"post för Debian-installationen till din existerande grub <filename>menu.lst</"
+"filename> eller <filename>lilo.conf</filename>. För <filename>lilo.conf</"
+"filename>, kan du även kopiera den till det nya systemet och redigera den "
+"där. Efter att du är klar med redigeringen, anropa lilo (kom ihåg att det "
+"använder <filename>lilo.conf</filename> relativt till systemet du anropar "
+"det från)."
#. Tag: para
-#: random-bits.xml:610
+#: random-bits.xml:619
#, no-c-format
msgid "Here is a basic <filename>/etc/lilo.conf</filename> as an example:"
msgstr "Här är ett enkelt exempel på en <filename>/etc/lilo.conf</filename>:"
#. Tag: screen
-#: random-bits.xml:614
+#: random-bits.xml:623
#, no-c-format
msgid ""
"boot=/dev/hda6\n"
@@ -1042,16 +1371,30 @@ msgstr ""
"label=Debian"
#. Tag: para
-#: random-bits.xml:616
+#: random-bits.xml:625
#, no-c-format
-msgid "Check <userinput>man yaboot.conf</userinput> for instructions on setting up the bootloader. If you are keeping the system you used to install Debian, just add an entry for the Debian install to your existing <filename>yaboot.conf</filename>. You could also copy it to the new system and edit it there. After you are done editing, call ybin (remember it will use <filename>yaboot.conf</filename> relative to the system you call it from)."
-msgstr "Kontrollera <userinput>man yaboot.conf</userinput> för instruktioner om hur man ställer in starthanteraren. Om du behåller systemet du använde för att installera Debian, lägg bara till en post för Debian-installationen till din existerande <filename>yaboot.conf</filename>. Du kan även kopiera den till det nya systemet och redigera den där. Efter att du är klar med redigeringen, anropa ybin (kom ihåg att det använder <filename>yaboot.conf</filename> relativt till systemet du anropar det från)."
+msgid ""
+"Check <userinput>man yaboot.conf</userinput> for instructions on setting up "
+"the bootloader. If you are keeping the system you used to install Debian, "
+"just add an entry for the Debian install to your existing <filename>yaboot."
+"conf</filename>. You could also copy it to the new system and edit it there. "
+"After you are done editing, call ybin (remember it will use <filename>yaboot."
+"conf</filename> relative to the system you call it from)."
+msgstr ""
+"Kontrollera <userinput>man yaboot.conf</userinput> för instruktioner om hur "
+"man ställer in starthanteraren. Om du behåller systemet du använde för att "
+"installera Debian, lägg bara till en post för Debian-installationen till din "
+"existerande <filename>yaboot.conf</filename>. Du kan även kopiera den till "
+"det nya systemet och redigera den där. Efter att du är klar med "
+"redigeringen, anropa ybin (kom ihåg att det använder <filename>yaboot.conf</"
+"filename> relativt till systemet du anropar det från)."
#. Tag: para
-#: random-bits.xml:626
+#: random-bits.xml:635
#, no-c-format
msgid ""
-"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: <informalexample><screen>\n"
+"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
+"<informalexample><screen>\n"
"boot=/dev/hda2\n"
"device=hd:\n"
"partition=6\n"
@@ -1060,9 +1403,11 @@ msgid ""
"timeout=50\n"
"image=/vmlinux\n"
"label=Debian\n"
-"</screen></informalexample> On some machines, you may need to use <userinput>ide0:</userinput> instead of <userinput>hd:</userinput>."
+"</screen></informalexample> On some machines, you may need to use "
+"<userinput>ide0:</userinput> instead of <userinput>hd:</userinput>."
msgstr ""
-"Här en en grundläggande <filename>/etc/yaboot.conf</filename> som ett exempel: <informalexample><screen>\n"
+"Här en en grundläggande <filename>/etc/yaboot.conf</filename> som ett "
+"exempel: <informalexample><screen>\n"
"boot=/dev/hda2\n"
"device=hd:\n"
"partition=6\n"
@@ -1071,82 +1416,132 @@ msgstr ""
"timeout=50\n"
"image=/vmlinux\n"
"label=Debian\n"
-"</screen></informalexample> På vissa maskiner, kanske du behöver använda <userinput>ide0:</userinput> istället för <userinput>hd:</userinput>."
+"</screen></informalexample> På vissa maskiner, kanske du behöver använda "
+"<userinput>ide0:</userinput> istället för <userinput>hd:</userinput>."
#. Tag: title
-#: random-bits.xml:644
+#: random-bits.xml:653
#, no-c-format
msgid "Installing &debian; over Parallel Line IP (PLIP)"
msgstr "Installera &debian; över Parallel Line IP (PLIP)"
#. Tag: para
-#: random-bits.xml:646
+#: random-bits.xml:655
#, no-c-format
-msgid "This section explains how to install &debian; on a computer without an Ethernet card, but with just a remote gateway computer attached via a Null-Modem cable (also called Null-Printer cable). The gateway computer should be connected to a network that has a Debian mirror on it (e.g. to the Internet)."
-msgstr "Det här avsnittet förklarar hur man installerar &debian; på en dator som saknar ett Ethernet-kort, men med en dator som fjärrgateway ansluten via en nollmodemkabel (kallas även för nollskrivarkabel). Gatewaydatorn bör vara ansluten till ett nätverk som har en Debian-spegel på sig (t.ex. Internet)."
+msgid ""
+"This section explains how to install &debian; on a computer without an "
+"Ethernet card, but with just a remote gateway computer attached via a Null-"
+"Modem cable (also called Null-Printer cable). The gateway computer should be "
+"connected to a network that has a Debian mirror on it (e.g. to the Internet)."
+msgstr ""
+"Det här avsnittet förklarar hur man installerar &debian; på en dator som "
+"saknar ett Ethernet-kort, men med en dator som fjärrgateway ansluten via en "
+"nollmodemkabel (kallas även för nollskrivarkabel). Gatewaydatorn bör vara "
+"ansluten till ett nätverk som har en Debian-spegel på sig (t.ex. Internet)."
#. Tag: para
-#: random-bits.xml:654
+#: random-bits.xml:663
#, no-c-format
-msgid "In the example in this appendix we will set up a PLIP connection using a gateway connected to the Internet over a dial-up connection (ppp0). We will use IP addresses 192.168.0.1 and 192.168.0.2 for the PLIP interfaces on the target system and the source system respectively (these addresses should be unused within your network address space)."
-msgstr "I exemplet i det här appendixet kommer vi att ställa in en PLIP-anslutning med en gateway ansluten till Internet över en uppringd anslutning (ppp0). Vi kommer att använda IP-adresserna 192.168.0.1 och 192.168.0.2 för PLIP-gränssnitten på målsystemet respektive källsystemet (dessa adresser bör vara oanvända inom din nätverksadressrymd)."
+msgid ""
+"In the example in this appendix we will set up a PLIP connection using a "
+"gateway connected to the Internet over a dial-up connection (ppp0). We will "
+"use IP addresses 192.168.0.1 and 192.168.0.2 for the PLIP interfaces on the "
+"target system and the source system respectively (these addresses should be "
+"unused within your network address space)."
+msgstr ""
+"I exemplet i det här appendixet kommer vi att ställa in en PLIP-anslutning "
+"med en gateway ansluten till Internet över en uppringd anslutning (ppp0). Vi "
+"kommer att använda IP-adresserna 192.168.0.1 och 192.168.0.2 för PLIP-"
+"gränssnitten på målsystemet respektive källsystemet (dessa adresser bör vara "
+"oanvända inom din nätverksadressrymd)."
#. Tag: para
-#: random-bits.xml:662
+#: random-bits.xml:671
#, no-c-format
-msgid "The PLIP connection set up during the installation will also be available after the reboot into the installed system (see <xref linkend=\"boot-new\"/>)."
-msgstr "Inställningen av PLIP-anslutningen under installationen kommer också vara tillgänglig efter omstart till det installerade systemet (se <xref linkend=\"boot-new\"/>)."
+msgid ""
+"The PLIP connection set up during the installation will also be available "
+"after the reboot into the installed system (see <xref linkend=\"boot-new\"/"
+">)."
+msgstr ""
+"Inställningen av PLIP-anslutningen under installationen kommer också vara "
+"tillgänglig efter omstart till det installerade systemet (se <xref linkend="
+"\"boot-new\"/>)."
#. Tag: para
-#: random-bits.xml:667
+#: random-bits.xml:676
#, no-c-format
-msgid "Before you start, you will need to check the BIOS configuration (IO base address and IRQ) for the parallel ports of both the source and target systems. The most common values are <literal>io=0x378</literal>, <literal>irq=7</literal>."
-msgstr "Innan du börjar, behöver du kontrollera BIOS-konfigurationen (IO-basadress och IRQ) för parallellportar på både käll- och målsystemet. De mest vanliga värdena är <literal>io=0x378</literal> och <literal>irq=7</literal>."
+msgid ""
+"Before you start, you will need to check the BIOS configuration (IO base "
+"address and IRQ) for the parallel ports of both the source and target "
+"systems. The most common values are <literal>io=0x378</literal>, "
+"<literal>irq=7</literal>."
+msgstr ""
+"Innan du börjar, behöver du kontrollera BIOS-konfigurationen (IO-basadress "
+"och IRQ) för parallellportar på både käll- och målsystemet. De mest vanliga "
+"värdena är <literal>io=0x378</literal> och <literal>irq=7</literal>."
#. Tag: title
-#: random-bits.xml:677
+#: random-bits.xml:686
#, no-c-format
msgid "Requirements"
msgstr "Krav"
#. Tag: para
-#: random-bits.xml:680
+#: random-bits.xml:689
#, no-c-format
-msgid "A target computer, called <emphasis>target</emphasis>, where Debian will be installed."
-msgstr "En måldator, kallad <emphasis>mål</emphasis>, där Debian kommer att installeras."
+msgid ""
+"A target computer, called <emphasis>target</emphasis>, where Debian will be "
+"installed."
+msgstr ""
+"En måldator, kallad <emphasis>mål</emphasis>, där Debian kommer att "
+"installeras."
#. Tag: para
-#: random-bits.xml:686
+#: random-bits.xml:695
#, no-c-format
msgid "System installation media; see <xref linkend=\"installation-media\"/>."
msgstr "Systeminstallationsmedia; se <xref linkend=\"installation-media\"/>."
#. Tag: para
-#: random-bits.xml:691
+#: random-bits.xml:700
#, no-c-format
-msgid "Another computer connected to the Internet, called <emphasis>source</emphasis>, that will function as the gateway."
-msgstr "En annan dator ansluten till Internet, kallad <emphasis>källa</emphasis>, som kommer att fungera som en gateway."
+msgid ""
+"Another computer connected to the Internet, called <emphasis>source</"
+"emphasis>, that will function as the gateway."
+msgstr ""
+"En annan dator ansluten till Internet, kallad <emphasis>källa</emphasis>, "
+"som kommer att fungera som en gateway."
#. Tag: para
-#: random-bits.xml:697
+#: random-bits.xml:706
#, no-c-format
-msgid "A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;\">PLIP-Install-HOWTO</ulink> for more information on this cable and instructions how to make your own."
-msgstr "En DB-25-nollmodemkabel. Se <ulink url=\"&url-plip-install-howto;\">PLIP-Install-HOWTO</ulink> för mer information för den här kabeln och instruktioner hur man tillverkar en egen."
+msgid ""
+"A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;"
+"\">PLIP-Install-HOWTO</ulink> for more information on this cable and "
+"instructions how to make your own."
+msgstr ""
+"En DB-25-nollmodemkabel. Se <ulink url=\"&url-plip-install-howto;\">PLIP-"
+"Install-HOWTO</ulink> för mer information för den här kabeln och "
+"instruktioner hur man tillverkar en egen."
#. Tag: title
-#: random-bits.xml:709
+#: random-bits.xml:718
#, no-c-format
msgid "Setting up source"
msgstr "Ställ in källor"
#. Tag: para
-#: random-bits.xml:710
+#: random-bits.xml:719
#, no-c-format
-msgid "The following shell script is a simple example of how to configure the source computer as a gateway to the Internet using ppp0."
-msgstr "Följande skript är ett enkelt exempel på hur man konfigurerar källdatorn som en gateway till Internet med ppp0."
+msgid ""
+"The following shell script is a simple example of how to configure the "
+"source computer as a gateway to the Internet using ppp0."
+msgstr ""
+"Följande skript är ett enkelt exempel på hur man konfigurerar källdatorn som "
+"en gateway till Internet med ppp0."
#. Tag: screen
-#: random-bits.xml:715
+#: random-bits.xml:724
#, no-c-format
msgid ""
"#!/bin/sh\n"
@@ -1154,15 +1549,18 @@ msgid ""
"# We remove running modules from kernel to avoid conflicts and to\n"
"# reconfigure them manually.\n"
"modprobe -r lp parport_pc\n"
-"modprobe parport_pc io=<replaceable>0x378</replaceable> irq=<replaceable>7</replaceable>\n"
+"modprobe parport_pc io=<replaceable>0x378</replaceable> irq=<replaceable>7</"
+"replaceable>\n"
"modprobe plip\n"
"\n"
"# Configure the plip interface (plip0 for me, see dmesg | grep plip)\n"
-"ifconfig <replaceable>plip0 192.168.0.2</replaceable> pointopoint <replaceable>192.168.0.1</replaceable> netmask 255.255.255.255 up\n"
+"ifconfig <replaceable>plip0 192.168.0.2</replaceable> pointopoint "
+"<replaceable>192.168.0.1</replaceable> netmask 255.255.255.255 up\n"
"\n"
"# Configure gateway\n"
"modprobe iptable_nat\n"
-"iptables -t nat -A POSTROUTING -o <replaceable>ppp0</replaceable> -j MASQUERADE\n"
+"iptables -t nat -A POSTROUTING -o <replaceable>ppp0</replaceable> -j "
+"MASQUERADE\n"
"echo 1 > /proc/sys/net/ipv4/ip_forward"
msgstr ""
"#!/bin/sh\n"
@@ -1170,94 +1568,165 @@ msgstr ""
"# Vi tar bort körande moduler från kärnan för att undvika konflikter och\n"
"# för att konfigurera om dem manuellt.\n"
"modprobe -r lp parport_pc\n"
-"modprobe parport_pc io=<replaceable>0x378</replaceable> irq=<replaceable>7</replaceable>\n"
+"modprobe parport_pc io=<replaceable>0x378</replaceable> irq=<replaceable>7</"
+"replaceable>\n"
"modprobe plip\n"
"\n"
"# Konfigurera plip-gränssnittet (plip0 för mig, se dmesg | grep plip)\n"
-"ifconfig <replaceable>plip0 192.168.0.2</replaceable> pointopoint <replaceable>192.168.0.1</replaceable> netmask 255.255.255.255 up\n"
+"ifconfig <replaceable>plip0 192.168.0.2</replaceable> pointopoint "
+"<replaceable>192.168.0.1</replaceable> netmask 255.255.255.255 up\n"
"\n"
"# Konfigurera gateway\n"
"modprobe iptable_nat\n"
-"iptables -t nat -A POSTROUTING -o <replaceable>ppp0</replaceable> -j MASQUERADE\n"
+"iptables -t nat -A POSTROUTING -o <replaceable>ppp0</replaceable> -j "
+"MASQUERADE\n"
"echo 1 > /proc/sys/net/ipv4/ip_forward"
#. Tag: title
-#: random-bits.xml:721
+#: random-bits.xml:730
#, no-c-format
msgid "Installing target"
msgstr "Installera måldatorn"
#. Tag: para
-#: random-bits.xml:722
+#: random-bits.xml:731
#, no-c-format
msgid ""
-"Boot the installation media. The installation needs to be run in expert mode; enter <userinput>expert</userinput> at the boot prompt. If you need to set parameters for kernel modules, you also need to do this at the boot prompt. For example, to boot the installer and set values for the <quote>io</quote> and <quote>irq</quote> options for the parport_pc module, enter the following at the boot prompt: <informalexample><screen>\n"
-"expert parport_pc.io=<replaceable>0x378</replaceable> parport_pc.irq=<replaceable>7</replaceable>\n"
-"</screen></informalexample> Below are the answers that should be given during various stages of the installation."
+"Boot the installation media. The installation needs to be run in expert "
+"mode; enter <userinput>expert</userinput> at the boot prompt. If you need to "
+"set parameters for kernel modules, you also need to do this at the boot "
+"prompt. For example, to boot the installer and set values for the <quote>io</"
+"quote> and <quote>irq</quote> options for the parport_pc module, enter the "
+"following at the boot prompt: <informalexample><screen>\n"
+"expert parport_pc.io=<replaceable>0x378</replaceable> parport_pc."
+"irq=<replaceable>7</replaceable>\n"
+"</screen></informalexample> Below are the answers that should be given "
+"during various stages of the installation."
msgstr ""
-"Starta upp på installationsmediat. Installationen behöver köras i expertläget; skriv <userinput>expert</userinput> vid uppstartsprompten. Om du behöver ställa in paramentrar för kärnmoduler behöver du även göra detta vid uppstartsprompten. För att till exempel starta upp installeraren och ställa in värden för flaggorna <quote>io</quote> och <quote>irq</quote> för modulen parport_pc, skriv följande vid uppstartsprompten: <informalexample><screen>\n"
-"expert parport_pc.io=<replaceable>0x378</replaceable> parport_pc.irq=<replaceable>7</replaceable>\n"
-"</screen></informalexample> Nedan finns svaren som bör anges under de olika stegen av installationen."
+"Starta upp på installationsmediat. Installationen behöver köras i "
+"expertläget; skriv <userinput>expert</userinput> vid uppstartsprompten. Om "
+"du behöver ställa in paramentrar för kärnmoduler behöver du även göra detta "
+"vid uppstartsprompten. För att till exempel starta upp installeraren och "
+"ställa in värden för flaggorna <quote>io</quote> och <quote>irq</quote> för "
+"modulen parport_pc, skriv följande vid uppstartsprompten: "
+"<informalexample><screen>\n"
+"expert parport_pc.io=<replaceable>0x378</replaceable> parport_pc."
+"irq=<replaceable>7</replaceable>\n"
+"</screen></informalexample> Nedan finns svaren som bör anges under de olika "
+"stegen av installationen."
#. Tag: guimenuitem
-#: random-bits.xml:741
+#: random-bits.xml:750
#, no-c-format
msgid "Load installer components from CD"
msgstr "Läs in installationskomponenter från cd"
#. Tag: para
-#: random-bits.xml:743
+#: random-bits.xml:752
#, no-c-format
-msgid "Select the <userinput>plip-modules</userinput> option from the list; this will make the PLIP drivers available to the installation system."
-msgstr "Välj <userinput>plip-modules</userinput> från listan; det här kommer att göra drivrutinerna för PLIP tillgängliga för installationssystemet."
+msgid ""
+"Select the <userinput>plip-modules</userinput> option from the list; this "
+"will make the PLIP drivers available to the installation system."
+msgstr ""
+"Välj <userinput>plip-modules</userinput> från listan; det här kommer att "
+"göra drivrutinerna för PLIP tillgängliga för installationssystemet."
#. Tag: guimenuitem
-#: random-bits.xml:751
+#: random-bits.xml:760
#, no-c-format
msgid "Detect network hardware"
msgstr "Identifiera nätverksmaskinvara"
#. Tag: para
-#: random-bits.xml:756
+#: random-bits.xml:765
#, no-c-format
-msgid "If target <emphasis>does</emphasis> have a network card, a list of driver modules for detected cards will be shown. If you want to force &d-i; to use plip instead, you have to deselect all listed driver modules. Obviously, if target doesn't have a network card, the installer will not show this list."
-msgstr "Om målet <emphasis>har</emphasis> ett nätverkskort, kommer en lista över drivrutinsmoduler för identifierade kort att visas. Om du vill tvinga &d-i; att använda plip istället, måste du avmarkera alla listade drivrutinsmoduler. Så klart, om målet inte har ett nätverkskort kommer installeraren inte att visa den här listan."
+msgid ""
+"If target <emphasis>does</emphasis> have a network card, a list of driver "
+"modules for detected cards will be shown. If you want to force &d-i; to use "
+"plip instead, you have to deselect all listed driver modules. Obviously, if "
+"target doesn't have a network card, the installer will not show this list."
+msgstr ""
+"Om målet <emphasis>har</emphasis> ett nätverkskort, kommer en lista över "
+"drivrutinsmoduler för identifierade kort att visas. Om du vill tvinga &d-i; "
+"att använda plip istället, måste du avmarkera alla listade "
+"drivrutinsmoduler. Så klart, om målet inte har ett nätverkskort kommer "
+"installeraren inte att visa den här listan."
#. Tag: para
-#: random-bits.xml:765
+#: random-bits.xml:774
#, no-c-format
-msgid "Because no network card was detected/selected earlier, the installer will ask you to select a network driver module from a list. Select the <userinput>plip</userinput> module."
-msgstr "På grund av att inget nätverkskort hittades/valdes tidigare, kommer installeraren att fråga dig om att välja en nätverksdrivrutinsmodul från en lista. Välj modulen <userinput>plip</userinput>."
+msgid ""
+"Because no network card was detected/selected earlier, the installer will "
+"ask you to select a network driver module from a list. Select the "
+"<userinput>plip</userinput> module."
+msgstr ""
+"På grund av att inget nätverkskort hittades/valdes tidigare, kommer "
+"installeraren att fråga dig om att välja en nätverksdrivrutinsmodul från en "
+"lista. Välj modulen <userinput>plip</userinput>."
#. Tag: guimenuitem
-#: random-bits.xml:777
+#: random-bits.xml:786
#, no-c-format
msgid "Configure the network"
msgstr "Konfigurera nätverket"
#. Tag: para
-#: random-bits.xml:780
+#: random-bits.xml:789
#, no-c-format
msgid "Auto-configure network with DHCP: No"
msgstr "Auto-konfigurera nätverk med DHCP: Nej"
#. Tag: para
-#: random-bits.xml:785
+#: random-bits.xml:794
#, no-c-format
-msgid "IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
-msgstr "IP-adress: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
+msgid ""
+"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
+msgstr ""
+"IP-adress: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
#. Tag: para
-#: random-bits.xml:790
+#: random-bits.xml:799
#, no-c-format
-msgid "Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></userinput>"
-msgstr "Punkt-till-punkt-adress: <userinput><replaceable>192.168.0.2</replaceable></userinput>"
+msgid ""
+"Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></"
+"userinput>"
+msgstr ""
+"Punkt-till-punkt-adress: <userinput><replaceable>192.168.0.2</replaceable></"
+"userinput>"
#. Tag: para
-#: random-bits.xml:796
+#: random-bits.xml:805
#, no-c-format
-msgid "Name server addresses: you can enter the same addresses used on source (see <filename>/etc/resolv.conf</filename>)"
-msgstr "Namnserveradresser: du kan ange samma adresser som används på källan (se <filename>/etc/resolv.conf</filename>)"
+msgid ""
+"Name server addresses: you can enter the same addresses used on source (see "
+"<filename>/etc/resolv.conf</filename>)"
+msgstr ""
+"Namnserveradresser: du kan ange samma adresser som används på källan (se "
+"<filename>/etc/resolv.conf</filename>)"
+
+#~ msgid "1392"
+#~ msgstr "1392"
+
+#~ msgid "1852"
+#~ msgstr "1852"
+
+#~ msgid "<entry>12</entry>"
+#~ msgstr "<entry>12</entry>"
+
+#~ msgid "<entry>226</entry>"
+#~ msgstr "<entry>226</entry>"
+
+#~ msgid "<entry>47</entry>"
+#~ msgstr "<entry>47</entry>"
+
+#~ msgid "<entry>10</entry>"
+#~ msgstr "<entry>10</entry>"
+
+#~ msgid "<entry>66</entry>"
+#~ msgstr "<entry>66</entry>"
+
+#~ msgid "<entry>87</entry>"
+#~ msgstr "<entry>87</entry>"
#~ msgid ""
#~ "Note that running <command>debootstrap</command> may require you to have "
@@ -1270,6 +1739,7 @@ msgstr "Namnserveradresser: du kan ange samma adresser som används på källan
#~ "närvarande GLIBC_2.3). <command>debootstrap</command> själv är ett "
#~ "skalskript, men det anropar olika verktyg som kräver <classname>glibc</"
#~ "classname>."
+
#~ msgid ""
#~ "# aptitude install <phrase condition=\"classic-kpkg\">kernel</"
#~ "phrase><phrase condition=\"common-kpkg\">linux</phrase>-image-"
@@ -1278,6 +1748,7 @@ msgstr "Namnserveradresser: du kan ange samma adresser som används på källan
#~ "# aptitude install <phrase condition=\"classic-kpkg\">kernel</"
#~ "phrase><phrase condition=\"common-kpkg\">linux</phrase>-image-"
#~ "<replaceable>&kernelversion;-arch-etc</replaceable>"
+
#~ msgid ""
#~ "In Linux you have various special files in <filename>/dev</filename>. "
#~ "These files are called device files. In the Unix world accessing hardware "
@@ -1294,6 +1765,7 @@ msgstr "Namnserveradresser: du kan ange samma adresser som används på källan
#~ "faktiska systemkomponenten. Filer under <filename>/dev</filename> "
#~ "uppträder olikt vanliga filer. Nedan är de mest viktiga enhetsfilerna "
#~ "listade."
+
#~ msgid ""
#~ "Boot the installation media. The installation needs to be run in expert "
#~ "mode; enter <userinput>expert</userinput> at the boot prompt. Below are "
@@ -1303,16 +1775,20 @@ msgstr "Namnserveradresser: du kan ange samma adresser som används på källan
#~ "Starta upp installationsmediumet. Installationen behöver köras i "
#~ "expertläge; ange <userinput>expert</userinput> vid uppstartsprompten. "
#~ "Nedan är svaren som ska anges under de olika stegen av installationen."
+
#~ msgid "Prompt for module parameters: Yes"
#~ msgstr "Fråga efter modulparametrar: Ja"
+
#~ msgid ""
#~ "Additional parameters for module parport_pc: "
#~ "<userinput><replaceable>io=0x378 irq=7</replaceable></userinput>"
#~ msgstr ""
#~ "Ytterligare parametrar för modulen parport_pc: "
#~ "<userinput><replaceable>io=0x378 irq=7</replaceable></userinput>"
+
#~ msgid "Additional parameters for module plip: leave empty"
#~ msgstr "Ytterligare parametrar för modulen plip: lämna blank"
+
#~ msgid ""
#~ "If you have an rpm-based system, you can use alien to convert the .deb "
#~ "into .rpm, or download an rpm-ized version at <ulink url=\"http://people."
@@ -1321,8 +1797,10 @@ msgstr "Namnserveradresser: du kan ange samma adresser som används på källan
#~ "Om du har ett rpm-baserat system, kan du använda alien för att "
#~ "konvertera .deb till .rpm, eller hämta en rpm-version på <ulink url="
#~ "\"http://people.debian.org/~blade/install/debootstrap\"></ulink>"
+
#~ msgid "Preconfiguration File Example"
#~ msgstr "Exempel på förkonfigurationsfil"
+
#~ msgid ""
#~ "This is a complete working example of a preconfiguration file for an "
#~ "automated install. Its use is explained in <xref linkend=\"automatic-"
@@ -1333,6 +1811,7 @@ msgstr "Namnserveradresser: du kan ange samma adresser som används på källan
#~ "en automatiserad installation. Dess användning är förklarad i <xref "
#~ "linkend=\"automatic-install\"/>. Du kanske vill avkommentera några av "
#~ "raderna före du använder filen."
+
#~ msgid ""
#~ "In order to be able to properly present this example in the manual, we've "
#~ "had to split some lines. This is indicated by the use of the line-"
@@ -1347,16 +1826,19 @@ msgstr "Namnserveradresser: du kan ange samma adresser som används på källan
#~ "I en riktig förkonfigurationsfil kommer dessa delade rader att "
#~ "sammanfogas till <emphasis>en enda rad</emphasis>. Om du inte gör det "
#~ "kommer förkonfigurationen att misslyckas med oförutsedda resultat."
+
#~ msgid ""
#~ "A <quote>clean</quote> example file is available from &urlset-example-"
#~ "preseed;."
#~ msgstr ""
#~ "En <quote>tom</quote> exempelfil är tillgänglig från &urlset-example-"
#~ "preseed;."
+
#~ msgid "Configure Timezone, Users, and APT"
#~ msgstr "Konfigurera tidszon, användare och APT"
+
#~ msgid "# /usr/sbin/base-config new"
#~ msgstr "# /usr/sbin/base-config new"
+
#~ msgid "The example file is also available from &urlset-example-preseed;."
#~ msgstr "Exempelfilen är också tillgänglig från &urlset-example-preseed;."
-