summaryrefslogtreecommitdiff
path: root/po/fi
diff options
context:
space:
mode:
authorFelipe Augusto van de Wiel <faw@debian.org>2010-01-18 00:45:30 +0000
committerFelipe Augusto van de Wiel <faw@debian.org>2010-01-18 00:45:30 +0000
commit2ae201787d2c91e90514e3144d8e50c80120fe22 (patch)
treef5d9674cac6e1fac3978308485cb822d6cbe568e /po/fi
parent82dc192114e14fc336a3f4dcbcbb95050a50aa45 (diff)
downloadinstallation-guide-2ae201787d2c91e90514e3144d8e50c80120fe22.zip
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/fi')
-rw-r--r--po/fi/preseed.po5
-rw-r--r--po/fi/random-bits.po67
-rw-r--r--po/fi/using-d-i.po705
3 files changed, 422 insertions, 355 deletions
diff --git a/po/fi/preseed.po b/po/fi/preseed.po
index 4df521652..476bd98ea 100644
--- a/po/fi/preseed.po
+++ b/po/fi/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Installation Guide preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2009-11-18 01:11+0000\n"
+"POT-Creation-Date: 2010-01-18 00:44+0000\n"
"PO-Revision-Date: 2009-09-09 22:01+0300\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -2487,9 +2487,6 @@ msgid ""
"\n"
"# Individual additional packages to install\n"
"#d-i pkgsel/include string openssh-server build-essential\n"
-"# By default, packages that are only Recommended by packages installed "
-"using\n"
-"# pkgsel/include (as opposed to their dependencies) will not be installed.\n"
"# Whether to upgrade packages after debootstrap.\n"
"# Allowed values: none, safe-upgrade, full-upgrade\n"
"#d-i pkgsel/upgrade select none\n"
diff --git a/po/fi/random-bits.po b/po/fi/random-bits.po
index edc6315d0..c8402c766 100644
--- a/po/fi/random-bits.po
+++ b/po/fi/random-bits.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Debian Installation Guide random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2009-11-08 01:11+0000\n"
+"POT-Creation-Date: 2009-12-28 01:10+0000\n"
"PO-Revision-Date: 2009-08-29 16:25+0300\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -1374,7 +1374,67 @@ msgstr "Verkon asetukset"
#. Tag: para
#: random-bits.xml:646
-#, no-c-format
+#, fuzzy, 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"
+#| "# editor /etc/network/interfaces\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"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# 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"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\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"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\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."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1420,7 +1480,8 @@ msgid ""
"# echo DebianHostName &gt; /etc/hostname\n"
"</screen></informalexample> And a basic <filename>/etc/hosts</filename> with "
"IPv6 support: <informalexample><screen>\n"
-"127.0.0.1 localhost DebianHostName\n"
+"127.0.0.1 localhost\n"
+"127.0.1.1 DebianHostName\n"
"\n"
"# The following lines are desirable for IPv6 capable hosts\n"
"::1 ip6-localhost ip6-loopback\n"
diff --git a/po/fi/using-d-i.po b/po/fi/using-d-i.po
index 7a59e3542..cc40195fb 100644
--- a/po/fi/using-d-i.po
+++ b/po/fi/using-d-i.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Installation Guide using-d-i\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2009-11-25 01:11+0000\n"
+"POT-Creation-Date: 2010-01-18 00:44+0000\n"
"PO-Revision-Date: 2009-09-09 21:50+0300\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -893,11 +893,16 @@ msgstr "Maa-asetuston valinta"
#. Tag: para
#: using-d-i.xml:516
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "In most cases the first questions you will be asked concern the selection "
+#| "of localization options to be used both for the installation and for the "
+#| "installed system. The localization options consist of language, country "
+#| "and locales."
msgid ""
"In most cases the first questions you will be asked concern the selection of "
"localization options to be used both for the installation and for the "
-"installed system. The localization options consist of language, country and "
+"installed system. The localization options consist of language, location and "
"locales."
msgstr ""
"Useimmissa tapauksissa ensimmäiset kysymykset koskevat maa-asetuston "
@@ -926,10 +931,11 @@ msgstr ""
#| "geographic location. Language and country together will be used to set "
#| "the default locale for your system and to help select your keyboard."
msgid ""
-"The selected country will be used later in the installation process to pick "
-"the default time zone and a Debian mirror appropriate for your geographic "
-"location. Language and country together will help determine the default "
-"locale for your system and select the correct keyboard layout."
+"The selected geographic location (in most cases a country) will be used "
+"later in the installation process to select the correct time zone and a "
+"Debian mirror appropriate for that country. Language and country together "
+"will help determine the default locale for your system and select the "
+"correct keyboard layout."
msgstr ""
"Myöhemmin asennustapahtumassa asetetaan aikavyöhykkeen ja Debianin "
"asennuspalvelimen oletusarvot valitun maan mukaisiksi. Kieltä ja maata "
@@ -937,7 +943,7 @@ msgstr ""
"apuna."
#. Tag: para
-#: using-d-i.xml:537
+#: using-d-i.xml:538
#, no-c-format
msgid ""
"You will first be asked to select your preferred language. The language "
@@ -960,7 +966,7 @@ msgstr ""
"<classname>locales</classname>-paketti jätetään asentamatta."
#. Tag: para
-#: using-d-i.xml:549
+#: using-d-i.xml:550
#, fuzzy, no-c-format
#| msgid ""
#| "If you selected a language that is recognized as an official language for "
@@ -972,14 +978,14 @@ msgstr ""
#| "selecting a continent will lead to a list of relevant countries on that "
#| "continent."
msgid ""
-"If you selected a language that is recognized as an official language for "
-"more than one country<footnote> <para> In technical terms: where multiple "
-"locales exist for that language with differing country codes. </para> </"
-"footnote>, you will be shown a list of only those countries. To select a "
-"country that is not in that list, choose <guimenuitem>other</guimenuitem> "
-"(the last option). You will then be presented with a list of continents; "
-"selecting a continent will lead to a list of relevant countries on that "
-"continent."
+"Next you will be asked to select your geographic location. If you selected a "
+"language that is recognized as an official language for more than one "
+"country<footnote> <para> In technical terms: where multiple locales exist "
+"for that language with differing country codes. </para> </footnote>, you "
+"will be shown a list of only those countries. To select a country that is "
+"not in that list, choose <guimenuitem>other</guimenuitem> (the last option). "
+"You will then be presented with a list of continents; selecting a continent "
+"will lead to a list of relevant countries on that continent."
msgstr ""
"Valittaessa kieli joka on virallinen kieli useammassa kuin yhdessä "
"maassa<footnote> <para>Täsmällisemmin: jos kyseiselle kielelle on monta maa-"
@@ -1014,24 +1020,27 @@ msgid ""
"If you selected a combination of language and country for which no locale is "
"defined and there exist multiple locales for the language, then the "
"installer will allow you to choose which of those locales you prefer as the "
-"default locale for the installed system. In all other cases a default locale "
-"will be selected based on the selected language and country."
+"default locale for the installed system<footnote> <para> At medium and low "
+"priority you can always select your preferred locale from those available "
+"for the selected language (if there's more than one). </para> </footnote>. "
+"In all other cases a default locale will be selected based on the selected "
+"language and country."
msgstr ""
#. Tag: para
-#: using-d-i.xml:588
+#: using-d-i.xml:595
#, no-c-format
msgid ""
"Any default locale selected as described in the previous paragraph will use "
-"UTF-8 as character encoding."
+"<firstterm>UTF-8</firstterm> as character encoding."
msgstr ""
#. Tag: para
-#: using-d-i.xml:593
+#: using-d-i.xml:600
#, no-c-format
msgid ""
-"If you are installing at medium or low priority, you will have the option of "
-"selecting additional locales, including so-called <quote>legacy</quote> "
+"If you are installing at low priority, you will have the option of selecting "
+"additional locales, including so-called <quote>legacy</quote> "
"locales<footnote> <para> Legacy locales are locales which do not use UTF-8, "
"but one of the older standards for character encoding such as ISO&nbsp;8859-"
"1 (used by West European languages) or EUC-JP (used by Japanese). </para> </"
@@ -1041,13 +1050,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: using-d-i.xml:617
+#: using-d-i.xml:624
#, no-c-format
msgid "Choosing a Keyboard"
msgstr "Näppäimistön valinta"
#. Tag: para
-#: using-d-i.xml:619
+#: using-d-i.xml:626
#, no-c-format
msgid ""
"Keyboards are often tailored to the characters used in a language. Select a "
@@ -1064,7 +1073,7 @@ msgstr ""
"config</command> pääkäyttäjänä kun asennus on valmis). "
#. Tag: para
-#: using-d-i.xml:629
+#: using-d-i.xml:636
#, no-c-format
msgid ""
"Move the highlight to the keyboard selection you desire and press "
@@ -1080,7 +1089,7 @@ msgstr ""
"<keycap>F10</keycap> -näppäimet ylärivissä."
#. Tag: para
-#: using-d-i.xml:638
+#: using-d-i.xml:645
#, no-c-format
msgid ""
"There are two keyboard layouts for US keyboards; the qwerty/mac-usb-us "
@@ -1099,13 +1108,13 @@ msgstr ""
"\" useimmissa Mac-näppäimistöissä). Asetteluilla ei ole muuta eroa."
#. Tag: title
-#: using-d-i.xml:668
+#: using-d-i.xml:675
#, no-c-format
msgid "Looking for the Debian Installer ISO Image"
msgstr "Etsitään Debianin asentimen ISO-otosta"
#. Tag: para
-#: using-d-i.xml:669
+#: using-d-i.xml:676
#, no-c-format
msgid ""
"When installing via the <emphasis>hd-media</emphasis> method, there will be "
@@ -1119,7 +1128,7 @@ msgstr ""
"juuri tämän."
#. Tag: para
-#: using-d-i.xml:676
+#: using-d-i.xml:683
#, no-c-format
msgid ""
"At first, <command>iso-scan</command> automatically mounts all block devices "
@@ -1149,7 +1158,7 @@ msgstr ""
"otoksen."
#. Tag: para
-#: using-d-i.xml:693
+#: using-d-i.xml:700
#, no-c-format
msgid ""
"In case the previous attempt to find an installer iso image fails, "
@@ -1163,7 +1172,7 @@ msgstr ""
"tiedostojärjestelmä."
#. Tag: para
-#: using-d-i.xml:700
+#: using-d-i.xml:707
#, no-c-format
msgid ""
"If <command>iso-scan</command> does not discover your installer iso image, "
@@ -1181,13 +1190,13 @@ msgstr ""
"tämän ilman uudelleenkäynnistystä toisella konsolilla."
#. Tag: title
-#: using-d-i.xml:721
+#: using-d-i.xml:728
#, no-c-format
msgid "Configuring the Network"
msgstr "Verkkoasetusten teko"
#. Tag: para
-#: using-d-i.xml:723
+#: using-d-i.xml:730
#, no-c-format
msgid ""
"As you enter this step, if the system detects that you have more than one "
@@ -1207,7 +1216,7 @@ msgstr ""
"manvolnum> </citerefentry> man-sivulta."
#. Tag: para
-#: using-d-i.xml:734
+#: using-d-i.xml:741
#, no-c-format
msgid ""
"By default, &d-i; tries to configure your computer's network automatically "
@@ -1230,7 +1239,7 @@ msgstr ""
"uudelleen jos kaiken pitäisi toimia."
#. Tag: para
-#: using-d-i.xml:746
+#: using-d-i.xml:753
#, no-c-format
msgid ""
"The manual network setup in turn asks you a number of questions about your "
@@ -1254,7 +1263,7 @@ msgstr ""
"<xref linkend=\"needed-info\"/> mukaisesti."
#. Tag: para
-#: using-d-i.xml:760
+#: using-d-i.xml:767
#, no-c-format
msgid ""
"Some technical details you might, or might not, find handy: the program "
@@ -1275,14 +1284,14 @@ msgstr ""
"tiedostoa <filename>/etc/network/interfaces</filename>."
#. Tag: title
-#: using-d-i.xml:805
+#: using-d-i.xml:812
#, fuzzy, no-c-format
#| msgid "Configuring the Clock"
msgid "Configuring the Clock and Time Zone"
msgstr "Kello aikaan"
#. Tag: para
-#: using-d-i.xml:807
+#: using-d-i.xml:814
#, no-c-format
msgid ""
"The installer will first attempt to connect to a time server on the Internet "
@@ -1300,13 +1309,13 @@ msgstr ""
"aikana."
#. Tag: para
-#: using-d-i.xml:816
+#: using-d-i.xml:823
#, no-c-format
msgid "The installer does not modify the system clock on the s390 platform."
msgstr "Asennin ei aseta järjestelmäkelloa aikaan s390-laiteympäristössä."
#. Tag: para
-#: using-d-i.xml:829
+#: using-d-i.xml:836
#, fuzzy, no-c-format
#| msgid ""
#| "Depending on the location selected earlier in the installation process, "
@@ -1324,7 +1333,7 @@ msgstr ""
"luetteloa näytetä ja tuo aikavyöhyke otetaan käyttöön enemmittä kyselyittä."
#. Tag: para
-#: using-d-i.xml:837
+#: using-d-i.xml:844
#, no-c-format
msgid ""
"In expert mode or when installing at medium priority, you will have the "
@@ -1333,7 +1342,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:843
+#: using-d-i.xml:850
#, no-c-format
msgid ""
"If for some reason you wish to set a time zone for the installed system that "
@@ -1345,7 +1354,7 @@ msgstr ""
"mahdollisuutta. "
#. Tag: para
-#: using-d-i.xml:854
+#: using-d-i.xml:861
#, fuzzy, no-c-format
#| msgid ""
#| "The simplest option is to just select a different timezone after the "
@@ -1360,13 +1369,13 @@ msgstr ""
"kun on käynnistetty uusi järjestelmä. Tämä tehdään komennolla:"
#. Tag: screen
-#: using-d-i.xml:860
+#: using-d-i.xml:867
#, no-c-format
msgid "# dpkg-reconfigure tzdata"
msgstr "# dpkg-reconfigure tzdata"
#. Tag: para
-#: using-d-i.xml:866
+#: using-d-i.xml:873
#, no-c-format
msgid ""
"Alternatively, the time zone can be set at the very start of the "
@@ -1381,7 +1390,7 @@ msgstr ""
"<userinput>Europe/London</userinput> tai <userinput>UTC</userinput>."
#. Tag: para
-#: using-d-i.xml:880
+#: using-d-i.xml:887
#, fuzzy, no-c-format
#| msgid ""
#| "For automated installations the time zone can also be set using "
@@ -1394,13 +1403,13 @@ msgstr ""
"vastauksilla."
#. Tag: title
-#: using-d-i.xml:894
+#: using-d-i.xml:901
#, no-c-format
msgid "Partitioning and Mount Point Selection"
msgstr "Osioiden teko ja liitoskohtien valinta"
#. Tag: para
-#: using-d-i.xml:895
+#: using-d-i.xml:902
#, no-c-format
msgid ""
"At this time, after hardware detection has been executed a final time, &d-i; "
@@ -1418,7 +1427,7 @@ msgstr ""
"levyniteiden hallinta LVM tai salatut laitteet."
#. Tag: para
-#: using-d-i.xml:916
+#: using-d-i.xml:923
#, no-c-format
msgid ""
"If you are uncomfortable with partitioning, or just want to know more "
@@ -1428,7 +1437,7 @@ msgstr ""
"linkend=\"partitioning\"/>."
#. Tag: para
-#: using-d-i.xml:922
+#: using-d-i.xml:929
#, no-c-format
msgid ""
"If a hard disk has previously used under Solaris, the partitioner may not "
@@ -1450,7 +1459,7 @@ msgstr ""
"tietoon ei enää pääse käsiksi."
#. Tag: para
-#: using-d-i.xml:935
+#: using-d-i.xml:942
#, no-c-format
msgid ""
"First you will be given the opportunity to automatically partition either an "
@@ -1464,13 +1473,13 @@ msgstr ""
"<guimenuitem>Tee levyosiot itse</guimenuitem> valikosta."
#. Tag: title
-#: using-d-i.xml:945
+#: using-d-i.xml:952
#, no-c-format
msgid "Guided Partitioning"
msgstr "Ohjattu osiointi"
#. Tag: para
-#: using-d-i.xml:946
+#: using-d-i.xml:953
#, no-c-format
msgid ""
"If you choose guided partitioning, you may have three options: to create "
@@ -1487,14 +1496,14 @@ msgstr ""
"crypt</quote>-tukea </para> </footnote>. "
#. Tag: para
-#: using-d-i.xml:961
+#: using-d-i.xml:968
#, no-c-format
msgid ""
"The option to use (encrypted) LVM may not be available on all architectures."
msgstr "(salattu) LVM ei ehkä ole käytettävissä kaikille suoritinperheille."
#. Tag: para
-#: using-d-i.xml:966
+#: using-d-i.xml:973
#, no-c-format
msgid ""
"When using LVM or encrypted LVM, the installer will create most partitions "
@@ -1510,7 +1519,7 @@ msgstr ""
"(henkilökohtaisille) tiedoille."
#. Tag: para
-#: using-d-i.xml:975
+#: using-d-i.xml:982
#, no-c-format
msgid ""
"When using encrypted LVM, the installer will also automatically erase the "
@@ -1526,7 +1535,7 @@ msgstr ""
"mutta saattaa viedä jonkin aikaa, levyn koosta riippuen."
#. Tag: para
-#: using-d-i.xml:984
+#: using-d-i.xml:991
#, no-c-format
msgid ""
"If you choose guided partitioning using LVM or encrypted LVM, some changes "
@@ -1544,7 +1553,7 @@ msgstr ""
"levylle."
#. Tag: para
-#: using-d-i.xml:994
+#: using-d-i.xml:1001
#, no-c-format
msgid ""
"If you choose guided partitioning (either classic or using (encrypted) LVM) "
@@ -1561,7 +1570,7 @@ msgstr ""
"poiketa totutusta. Levyjen kokoja voi käyttää apuna levyjen tunnistamisessa."
#. Tag: para
-#: using-d-i.xml:1003
+#: using-d-i.xml:1010
#, no-c-format
msgid ""
"Any data on the disk you select will eventually be lost, but you will always "
@@ -1576,7 +1585,7 @@ msgstr ""
"asti; (salattua) LVM:ää käytettäessä peruminen ei ole mahdollista."
#. Tag: para
-#: using-d-i.xml:1011
+#: using-d-i.xml:1018
#, no-c-format
msgid ""
"Next, you will be able to choose from the schemes listed in the table below. "
@@ -1594,73 +1603,73 @@ msgstr ""
"noin 1 Gt tilaa (riippuu mallineesta), ohjattu osiointi ei toimi."
#. Tag: entry
-#: using-d-i.xml:1027
+#: using-d-i.xml:1034
#, no-c-format
msgid "Partitioning scheme"
msgstr "Osioinnin mallineet"
#. Tag: entry
-#: using-d-i.xml:1028
+#: using-d-i.xml:1035
#, no-c-format
msgid "Minimum space"
msgstr "Vähimmäistila"
#. Tag: entry
-#: using-d-i.xml:1029
+#: using-d-i.xml:1036
#, no-c-format
msgid "Created partitions"
msgstr "Tehdyt osiot"
#. Tag: entry
-#: using-d-i.xml:1035
+#: using-d-i.xml:1042
#, no-c-format
msgid "All files in one partition"
msgstr "Kaikki tiedostot yhdessä levyosiossa"
#. Tag: entry
-#: using-d-i.xml:1036
+#: using-d-i.xml:1043
#, no-c-format
msgid "600MB"
msgstr "600 Mt"
#. Tag: entry
-#: using-d-i.xml:1037
+#: using-d-i.xml:1044
#, no-c-format
msgid "<filename>/</filename>, swap"
msgstr "<filename>/</filename>, sivutus"
#. Tag: entry
-#: using-d-i.xml:1039
+#: using-d-i.xml:1046
#, no-c-format
msgid "Separate /home partition"
msgstr "Erillinen /home-osio"
#. Tag: entry
-#: using-d-i.xml:1040
+#: using-d-i.xml:1047
#, no-c-format
msgid "500MB"
msgstr "500 Mt"
#. Tag: entry
-#: using-d-i.xml:1041
+#: using-d-i.xml:1048
#, no-c-format
msgid "<filename>/</filename>, <filename>/home</filename>, swap"
msgstr "<filename>/</filename>, <filename>/home</filename>, sivutus"
#. Tag: entry
-#: using-d-i.xml:1045
+#: using-d-i.xml:1052
#, no-c-format
msgid "Separate /home, /usr, /var and /tmp partitions"
msgstr "Erilliset /home-, /usr-, /var- ja /tmp-osiot"
#. Tag: entry
-#: using-d-i.xml:1046
+#: using-d-i.xml:1053
#, no-c-format
msgid "<entry>1GB</entry>"
msgstr "<entry>1 Gt</entry>"
#. Tag: entry
-#: using-d-i.xml:1047
+#: using-d-i.xml:1054
#, no-c-format
msgid ""
"<filename>/</filename>, <filename>/home</filename>, <filename>/usr</"
@@ -1670,7 +1679,7 @@ msgstr ""
"filename>, <filename>/var</filename>, <filename>/tmp</filename>, sivutus"
#. Tag: para
-#: using-d-i.xml:1056
+#: using-d-i.xml:1063
#, no-c-format
msgid ""
"If you choose guided partitioning using (encrypted) LVM, the installer will "
@@ -1683,7 +1692,7 @@ msgstr ""
"LVM-osion sisälle."
#. Tag: para
-#: using-d-i.xml:1062
+#: using-d-i.xml:1069
#, no-c-format
msgid ""
"If you choose guided partitioning for your IA-64 system, there will be an "
@@ -1697,7 +1706,7 @@ msgstr ""
"tekemiseksi EFI-käynnistysosioksi."
#. Tag: para
-#: using-d-i.xml:1070
+#: using-d-i.xml:1077
#, no-c-format
msgid ""
"After selecting a scheme, the next screen will show your new partition "
@@ -1709,7 +1718,7 @@ msgstr ""
"niiden liitoskohdat."
#. Tag: para
-#: using-d-i.xml:1076
+#: using-d-i.xml:1083
#, no-c-format
msgid ""
"The list of partitions might look like this: <informalexample><screen>\n"
@@ -1760,7 +1769,7 @@ msgstr ""
"mahdollisista vaihtoehdoista."
#. Tag: para
-#: using-d-i.xml:1089
+#: using-d-i.xml:1096
#, no-c-format
msgid ""
"This concludes the guided partitioning. If you are satisfied with the "
@@ -1780,13 +1789,13 @@ msgstr ""
"tehtäessä osiot itse."
#. Tag: title
-#: using-d-i.xml:1103
+#: using-d-i.xml:1110
#, no-c-format
msgid "Manual Partitioning"
msgstr "Tee osiot itse"
#. Tag: para
-#: using-d-i.xml:1104
+#: using-d-i.xml:1111
#, no-c-format
msgid ""
"A similar screen to the one shown just above will be displayed if you choose "
@@ -1801,7 +1810,7 @@ msgstr ""
"asennettavassa Debian-järjestelmässä."
#. Tag: para
-#: using-d-i.xml:1112
+#: using-d-i.xml:1119
#, no-c-format
msgid ""
"If you select a pristine disk which has neither partitions nor free space on "
@@ -1815,7 +1824,7 @@ msgstr ""
"uusi rivi <quote>VAPAA TILA</quote>."
#. Tag: para
-#: using-d-i.xml:1120
+#: using-d-i.xml:1127
#, no-c-format
msgid ""
"If you select some free space, you will have the opportunity to create a new "
@@ -1854,7 +1863,7 @@ msgstr ""
"aloitusruutuun."
#. Tag: para
-#: using-d-i.xml:1142
+#: using-d-i.xml:1149
#, no-c-format
msgid ""
"If you decide you want to change something about your partition, simply "
@@ -1874,7 +1883,7 @@ msgstr ""
"Osion voi myös poistaa tästä valikosta."
#. Tag: para
-#: using-d-i.xml:1153
+#: using-d-i.xml:1160
#, no-c-format
msgid ""
"Be sure to create at least two partitions: one for the <emphasis>root</"
@@ -1890,7 +1899,7 @@ msgstr ""
"suostu jatkamaan ennen kuin tämä on tehty."
#. Tag: para
-#: using-d-i.xml:1161
+#: using-d-i.xml:1168
#, no-c-format
msgid ""
"If you forget to select and format an EFI boot partition, <command>partman</"
@@ -1902,7 +1911,7 @@ msgstr ""
"kuin nämä on tehty."
#. Tag: para
-#: using-d-i.xml:1167
+#: using-d-i.xml:1174
#, no-c-format
msgid ""
"Capabilities of <command>partman</command> can be extended with installer "
@@ -1918,7 +1927,7 @@ msgstr ""
"tai <filename>partman-lvm</filename>)."
#. Tag: para
-#: using-d-i.xml:1175
+#: using-d-i.xml:1182
#, no-c-format
msgid ""
"After you are satisfied with partitioning, select <guimenuitem>Finish "
@@ -1932,13 +1941,13 @@ msgstr ""
"tiedostojärjestelmät luodaan valitulla tavalla."
#. Tag: title
-#: using-d-i.xml:1203
+#: using-d-i.xml:1210
#, no-c-format
msgid "Configuring Multidisk Devices (Software RAID)"
msgstr "Monilevylaitteen asetukset (ohjelmallisesti toteutettu RAID)"
#. Tag: para
-#: using-d-i.xml:1204
+#: using-d-i.xml:1211
#, no-c-format
msgid ""
"If you have more than one harddrive<footnote><para> To be honest, you can "
@@ -1958,7 +1967,7 @@ msgstr ""
"<firstterm>ohjelmallisesti toteutettu RAID</firstterm>)."
#. Tag: para
-#: using-d-i.xml:1217
+#: using-d-i.xml:1224
#, no-c-format
msgid ""
"MD is basically a bunch of partitions located on different disks and "
@@ -1972,7 +1981,7 @@ msgstr ""
"voi tehdä tiedostojärjestelmän, määrätä liitoskohdan, jne.)."
#. Tag: para
-#: using-d-i.xml:1225
+#: using-d-i.xml:1232
#, no-c-format
msgid ""
"What benefits this brings depends on the type of MD device you are creating. "
@@ -2101,97 +2110,97 @@ msgstr ""
"Yhteenvetona:"
#. Tag: entry
-#: using-d-i.xml:1339
+#: using-d-i.xml:1346
#, no-c-format
msgid "Type"
msgstr "Tyyppi"
#. Tag: entry
-#: using-d-i.xml:1340
+#: using-d-i.xml:1347
#, no-c-format
msgid "Minimum Devices"
msgstr "Levyjä vähintään"
#. Tag: entry
-#: using-d-i.xml:1341
+#: using-d-i.xml:1348
#, no-c-format
msgid "Spare Device"
msgstr "Varalevy"
#. Tag: entry
-#: using-d-i.xml:1342
+#: using-d-i.xml:1349
#, no-c-format
msgid "Survives disk failure?"
msgstr "Toipuuko levyrikosta?"
#. Tag: entry
-#: using-d-i.xml:1343
+#: using-d-i.xml:1350
#, no-c-format
msgid "Available Space"
msgstr "Käytettävissä oleva tila"
#. Tag: entry
-#: using-d-i.xml:1349
+#: using-d-i.xml:1356
#, no-c-format
msgid "RAID0"
msgstr "RAID0"
#. Tag: entry
-#: using-d-i.xml:1350 using-d-i.xml:1358 using-d-i.xml:1388
+#: using-d-i.xml:1357 using-d-i.xml:1365 using-d-i.xml:1395
#, no-c-format
msgid "<entry>2</entry>"
msgstr "<entry>2</entry>"
#. Tag: entry
-#: using-d-i.xml:1351 using-d-i.xml:1352
+#: using-d-i.xml:1358 using-d-i.xml:1359
#, no-c-format
msgid "<entry>no</entry>"
msgstr "<entry>ei</entry>"
#. Tag: entry
-#: using-d-i.xml:1353
+#: using-d-i.xml:1360
#, no-c-format
msgid "Size of the smallest partition multiplied by number of devices in RAID"
msgstr "Pienimmän osion koko kertaa pakan levyjen määrä"
#. Tag: entry
-#: using-d-i.xml:1357
+#: using-d-i.xml:1364
#, no-c-format
msgid "RAID1"
msgstr "RAID1"
#. Tag: entry
-#: using-d-i.xml:1359 using-d-i.xml:1367 using-d-i.xml:1378 using-d-i.xml:1389
+#: using-d-i.xml:1366 using-d-i.xml:1374 using-d-i.xml:1385 using-d-i.xml:1396
#, no-c-format
msgid "optional"
msgstr "haluttaessa"
#. Tag: entry
-#: using-d-i.xml:1360 using-d-i.xml:1368 using-d-i.xml:1379 using-d-i.xml:1390
+#: using-d-i.xml:1367 using-d-i.xml:1375 using-d-i.xml:1386 using-d-i.xml:1397
#, no-c-format
msgid "<entry>yes</entry>"
msgstr "<entry>kyllä</entry>"
#. Tag: entry
-#: using-d-i.xml:1361
+#: using-d-i.xml:1368
#, no-c-format
msgid "Size of the smallest partition in RAID"
msgstr "Pakan pienimmän osion koko"
#. Tag: entry
-#: using-d-i.xml:1365
+#: using-d-i.xml:1372
#, no-c-format
msgid "RAID5"
msgstr "RAID5"
#. Tag: entry
-#: using-d-i.xml:1366
+#: using-d-i.xml:1373
#, no-c-format
msgid "<entry>3</entry>"
msgstr "<entry>3</entry>"
#. Tag: entry
-#: using-d-i.xml:1369
+#: using-d-i.xml:1376
#, no-c-format
msgid ""
"Size of the smallest partition multiplied by (number of devices in RAID "
@@ -2200,19 +2209,19 @@ msgstr ""
"Pakan pienimmän osion koko kertaa (pakan levyjen määrä vähennettynä yhdellä)"
#. Tag: entry
-#: using-d-i.xml:1376
+#: using-d-i.xml:1383
#, no-c-format
msgid "RAID6"
msgstr "RAID6"
#. Tag: entry
-#: using-d-i.xml:1377
+#: using-d-i.xml:1384
#, no-c-format
msgid "<entry>4</entry>"
msgstr "<entry>4</entry>"
#. Tag: entry
-#: using-d-i.xml:1380
+#: using-d-i.xml:1387
#, no-c-format
msgid ""
"Size of the smallest partition multiplied by (number of devices in RAID "
@@ -2221,13 +2230,13 @@ msgstr ""
"Pakan pienimmän osion koko kertaa (pakan levyjen määrä vähennettynä kahdella)"
#. Tag: entry
-#: using-d-i.xml:1387
+#: using-d-i.xml:1394
#, no-c-format
msgid "RAID10"
msgstr "RAID10"
#. Tag: entry
-#: using-d-i.xml:1391
+#: using-d-i.xml:1398
#, no-c-format
msgid ""
"Total of all partitions divided by the number of chunk copies (defaults to "
@@ -2236,7 +2245,7 @@ msgstr ""
"Kaikkien osioiden määrä jaettuna kimpalekopioiden määrällä (oletusarvo kaksi)"
#. Tag: para
-#: using-d-i.xml:1398
+#: using-d-i.xml:1405
#, no-c-format
msgid ""
"If you want to know more about Software RAID, have a look at <ulink url="
@@ -2246,7 +2255,7 @@ msgstr ""
"url=\"&url-software-raid-howto;\">Software RAID HOWTO</ulink>."
#. Tag: para
-#: using-d-i.xml:1403
+#: using-d-i.xml:1410
#, no-c-format
msgid ""
"To create an MD device, you need to have the desired partitions it should "
@@ -2262,7 +2271,7 @@ msgstr ""
"menuchoice>."
#. Tag: para
-#: using-d-i.xml:1412
+#: using-d-i.xml:1419
#, no-c-format
msgid ""
"Make sure that the system can be booted with the partitioning scheme you are "
@@ -2282,7 +2291,7 @@ msgstr ""
"<filename>/boot</filename> on RAID1."
#. Tag: para
-#: using-d-i.xml:1424
+#: using-d-i.xml:1431
#, no-c-format
msgid ""
"Support for MD is a relatively new addition to the installer. You may "
@@ -2300,7 +2309,7 @@ msgstr ""
"asennuksen vaiheita komentotulkista."
#. Tag: para
-#: using-d-i.xml:1433
+#: using-d-i.xml:1440
#, no-c-format
msgid ""
"Next, you should choose <guimenuitem>Configure software RAID</guimenuitem> "
@@ -2322,7 +2331,7 @@ msgstr ""
"riippuu MD-laitteelle valitusta tyypistä."
#. Tag: para
-#: using-d-i.xml:1446
+#: using-d-i.xml:1453
#, no-c-format
msgid ""
"RAID0 is simple &mdash; you will be issued with the list of available RAID "
@@ -2334,7 +2343,7 @@ msgstr ""
"MD."
#. Tag: para
-#: using-d-i.xml:1453
+#: using-d-i.xml:1460
#, no-c-format
msgid ""
"RAID1 is a bit more tricky. First, you will be asked to enter the number of "
@@ -2352,7 +2361,7 @@ msgstr ""
"virhe; asennin ei päästä jatkamaan ennen kuin levyjen määrät täsmäävät."
#. Tag: para
-#: using-d-i.xml:1465
+#: using-d-i.xml:1472
#, no-c-format
msgid ""
"RAID5 has a setup procedure similar to RAID1 with the exception that you "
@@ -2362,7 +2371,7 @@ msgstr ""
"ainakin <emphasis>kolme</emphasis> levyosiota. "
#. Tag: para
-#: using-d-i.xml:1471
+#: using-d-i.xml:1478
#, no-c-format
msgid ""
"RAID6 also has a setup procedure similar to RAID1 except that at least "
@@ -2372,7 +2381,7 @@ msgstr ""
"ainakin <emphasis>neljä</emphasis> levyosiota. "
#. Tag: para
-#: using-d-i.xml:1477
+#: using-d-i.xml:1484
#, no-c-format
msgid ""
"RAID10 again has a setup procedure similar to RAID1 except in expert mode. "
@@ -2392,7 +2401,7 @@ msgstr ""
"eri levylle."
#. Tag: para
-#: using-d-i.xml:1491
+#: using-d-i.xml:1498
#, no-c-format
msgid ""
"It is perfectly possible to have several types of MD at once. For example, "
@@ -2410,7 +2419,7 @@ msgstr ""
"100 Gt <filename>/home</filename>-osio)."
#. Tag: para
-#: using-d-i.xml:1500
+#: using-d-i.xml:1507
#, no-c-format
msgid ""
"After you set up MD devices to your liking, you can <guimenuitem>Finish</"
@@ -2425,13 +2434,13 @@ msgstr ""
"esimerkiksi liitoskohdat."
#. Tag: title
-#: using-d-i.xml:1515
+#: using-d-i.xml:1522
#, no-c-format
msgid "Configuring the Logical Volume Manager (LVM)"
msgstr "Loogisten levyniteiden hallintaohjelman (LVM) asetukset"
#. Tag: para
-#: using-d-i.xml:1516
+#: using-d-i.xml:1523
#, no-c-format
msgid ""
"If you are working with computers at the level of system administrator or "
@@ -2447,7 +2456,7 @@ msgstr ""
"symbolisilla linkeillä jne."
#. Tag: para
-#: using-d-i.xml:1524
+#: using-d-i.xml:1531
#, no-c-format
msgid ""
"To avoid the described situation you can use Logical Volume Manager (LVM). "
@@ -2467,7 +2476,7 @@ msgstr ""
"se muodostuu) voi olla osia jotka ovat eri fyysisillä kiintolevyllä."
#. Tag: para
-#: using-d-i.xml:1534
+#: using-d-i.xml:1541
#, no-c-format
msgid ""
"Now when you realize you need more space for your old 160GB <filename>/home</"
@@ -2487,7 +2496,7 @@ msgstr ""
"\">LVM HOWTO</ulink> ei vielä ole luettu siihen kannattaisi tutustua."
#. Tag: para
-#: using-d-i.xml:1545
+#: using-d-i.xml:1552
#, no-c-format
msgid ""
"LVM setup in &d-i; is quite simple and completely supported inside "
@@ -2504,7 +2513,7 @@ msgstr ""
"levynide LVM:lle</guimenuitem> </menuchoice>."
#. Tag: para
-#: using-d-i.xml:1554
+#: using-d-i.xml:1561
#, no-c-format
msgid ""
"When you return to the main <command>partman</command> screen, you will see "
@@ -2524,7 +2533,7 @@ msgstr ""
"Mahdolliset toiminnot ovat:"
#. Tag: para
-#: using-d-i.xml:1565
+#: using-d-i.xml:1572
#, no-c-format
msgid ""
"<guimenuitem>Display configuration details</guimenuitem>: shows LVM device "
@@ -2534,43 +2543,43 @@ msgstr ""
"n rakenteen, loogisten levyniteiden nimet, koot ja muuta"
#. Tag: guimenuitem
-#: using-d-i.xml:1570
+#: using-d-i.xml:1577
#, no-c-format
msgid "Create volume group"
msgstr "Luo levynideryhmä"
#. Tag: guimenuitem
-#: using-d-i.xml:1573
+#: using-d-i.xml:1580
#, no-c-format
msgid "Create logical volume"
msgstr "Luo looginen nide"
#. Tag: guimenuitem
-#: using-d-i.xml:1576
+#: using-d-i.xml:1583
#, no-c-format
msgid "Delete volume group"
msgstr "Poista levynideryhmä"
#. Tag: guimenuitem
-#: using-d-i.xml:1579
+#: using-d-i.xml:1586
#, no-c-format
msgid "Delete logical volume"
msgstr "Poista looginen nide"
#. Tag: guimenuitem
-#: using-d-i.xml:1582
+#: using-d-i.xml:1589
#, no-c-format
msgid "Extend volume group"
msgstr "Kasvata levynideryhmää"
#. Tag: guimenuitem
-#: using-d-i.xml:1585
+#: using-d-i.xml:1592
#, no-c-format
msgid "Reduce volume group"
msgstr "Pienennä levynideryhmää"
#. Tag: para
-#: using-d-i.xml:1587
+#: using-d-i.xml:1594
#, no-c-format
msgid ""
"<guimenuitem>Finish</guimenuitem>: return to the main <command>partman</"
@@ -2580,7 +2589,7 @@ msgstr ""
"pääruutuun"
#. Tag: para
-#: using-d-i.xml:1593
+#: using-d-i.xml:1600
#, no-c-format
msgid ""
"Use the options in that menu to first create a volume group and then create "
@@ -2590,7 +2599,7 @@ msgstr ""
"loogisia levyniteitä."
#. Tag: para
-#: using-d-i.xml:1598
+#: using-d-i.xml:1605
#, no-c-format
msgid ""
"After you return to the main <command>partman</command> screen, any created "
@@ -2602,13 +2611,13 @@ msgstr ""
"olisi samalla tavalla käsiteltäväkin)."
#. Tag: title
-#: using-d-i.xml:1612
+#: using-d-i.xml:1619
#, no-c-format
msgid "Configuring Encrypted Volumes"
msgstr "Salattujen levyniteiden asetukset"
#. Tag: para
-#: using-d-i.xml:1613
+#: using-d-i.xml:1620
#, no-c-format
msgid ""
"&d-i; allows you to set up encrypted partitions. Every file you write to "
@@ -2629,7 +2638,7 @@ msgstr ""
"oikeaa salausavainta levyn sisältö näyttää satunnaiselta mössöltä. "
#. Tag: para
-#: using-d-i.xml:1625
+#: using-d-i.xml:1632
#, no-c-format
msgid ""
"The two most important partitions to encrypt are: the home partition, where "
@@ -2657,7 +2666,7 @@ msgstr ""
"osiolta."
#. Tag: para
-#: using-d-i.xml:1640
+#: using-d-i.xml:1647
#, no-c-format
msgid ""
"Please note that the performance of encrypted partitions will be less than "
@@ -2670,7 +2679,7 @@ msgstr ""
"suorituskyky, salausmenetelmä ja avaimen pituus."
#. Tag: para
-#: using-d-i.xml:1647
+#: using-d-i.xml:1654
#, no-c-format
msgid ""
"To use encryption, you have to create a new partition by selecting some free "
@@ -2690,7 +2699,7 @@ msgstr ""
"asetuksia osiolle."
#. Tag: para
-#: using-d-i.xml:1658
+#: using-d-i.xml:1665
#, no-c-format
msgid ""
"&d-i; supports several encryption methods. The default method is "
@@ -2706,7 +2715,7 @@ msgstr ""
"suositellaan jos ei ole pakottavaa syytä muuhun."
#. Tag: para
-#: using-d-i.xml:1670
+#: using-d-i.xml:1677
#, no-c-format
msgid ""
"First, let's have a look at the options available when you select "
@@ -2720,13 +2729,13 @@ msgstr ""
"valittu tietoturvasyistä."
#. Tag: term
-#: using-d-i.xml:1680
+#: using-d-i.xml:1687
#, no-c-format
msgid "Encryption: <userinput>aes</userinput>"
msgstr "Salausmenetelmä: <userinput>aes</userinput>"
#. Tag: para
-#: using-d-i.xml:1682
+#: using-d-i.xml:1689
#, no-c-format
msgid ""
"This option lets you select the encryption algorithm (<firstterm>cipher</"
@@ -2750,13 +2759,13 @@ msgstr ""
"vakiosalausmenetelmäksi 2000-luvulla."
#. Tag: term
-#: using-d-i.xml:1700
+#: using-d-i.xml:1707
#, no-c-format
msgid "Key size: <userinput>256</userinput>"
msgstr "Avaimen koko: <userinput>256</userinput>"
#. Tag: para
-#: using-d-i.xml:1702
+#: using-d-i.xml:1709
#, no-c-format
msgid ""
"Here you can specify the length of the encryption key. With a larger key "
@@ -2769,13 +2778,13 @@ msgstr ""
"Salausmenetelmä määrää käytettävissä olevat avaimien pituudet."
#. Tag: term
-#: using-d-i.xml:1714
+#: using-d-i.xml:1721
#, no-c-format
msgid "IV algorithm: <userinput>cbc-essiv:sha256</userinput>"
msgstr "IV-menetelmä: <userinput>cbc-essiv:sha256</userinput>"
#. Tag: para
-#: using-d-i.xml:1716
+#: using-d-i.xml:1723
#, no-c-format
msgid ""
"The <firstterm>Initialization Vector</firstterm> or <firstterm>IV</"
@@ -2794,7 +2803,7 @@ msgstr ""
"hahmoista."
#. Tag: para
-#: using-d-i.xml:1726
+#: using-d-i.xml:1733
#, no-c-format
msgid ""
"From the provided alternatives, the default <userinput>cbc-essiv:sha256</"
@@ -2809,25 +2818,25 @@ msgstr ""
"käyttää uudempia salausmenetelmiä."
#. Tag: term
-#: using-d-i.xml:1738
+#: using-d-i.xml:1745
#, no-c-format
msgid "Encryption key: <userinput>Passphrase</userinput>"
msgstr "Salausavain: <userinput>Tunnuslause</userinput>"
#. Tag: para
-#: using-d-i.xml:1740
+#: using-d-i.xml:1747
#, no-c-format
msgid "Here you can choose the type of the encryption key for this partition."
msgstr "Tässä valitaan tälle osiolle käytettävän salausavaimen tyyppi."
#. Tag: term
-#: using-d-i.xml:1746
+#: using-d-i.xml:1753
#, no-c-format
msgid "Passphrase"
msgstr "Tunnuslause"
#. Tag: para
-#: using-d-i.xml:1747
+#: using-d-i.xml:1754
#, no-c-format
msgid ""
"The encryption key will be computed<footnote> <para> Using a passphrase as "
@@ -2841,13 +2850,13 @@ msgstr ""
"kysyttävästä tunnuslauseesta."
#. Tag: term
-#: using-d-i.xml:1762 using-d-i.xml:1855
+#: using-d-i.xml:1769 using-d-i.xml:1862
#, no-c-format
msgid "Random key"
msgstr "Satunnainen avain"
#. Tag: para
-#: using-d-i.xml:1763
+#: using-d-i.xml:1770
#, no-c-format
msgid ""
"A new encryption key will be generated from random data each time you try to "
@@ -2865,7 +2874,7 @@ msgstr ""
"ihmisen ikä.)"
#. Tag: para
-#: using-d-i.xml:1772
+#: using-d-i.xml:1779
#, no-c-format
msgid ""
"Random keys are useful for swap partitions because you do not need to bother "
@@ -2884,13 +2893,13 @@ msgstr ""
"on mahdotonta (käynnistettäessä suspendin jälkeen)."
#. Tag: term
-#: using-d-i.xml:1791 using-d-i.xml:1868
+#: using-d-i.xml:1798 using-d-i.xml:1875
#, no-c-format
msgid "Erase data: <userinput>yes</userinput>"
msgstr "Tiedot pyyhitään: <userinput>kyllä</userinput>"
#. Tag: para
-#: using-d-i.xml:1793
+#: using-d-i.xml:1800
#, no-c-format
msgid ""
"Determines whether the content of this partition should be overwritten with "
@@ -2911,7 +2920,7 @@ msgstr ""
"taltion päälle olisi kirjoitettu montakin kertaa. </para></footnote>."
#. Tag: para
-#: using-d-i.xml:1813
+#: using-d-i.xml:1820
#, no-c-format
msgid ""
"If you select <menuchoice> <guimenu>Encryption method:</guimenu> "
@@ -2923,13 +2932,13 @@ msgstr ""
"vaihtuu näyttämään seuraavat valitsimet:"
#. Tag: term
-#: using-d-i.xml:1822
+#: using-d-i.xml:1829
#, no-c-format
msgid "Encryption: <userinput>AES256</userinput>"
msgstr "Salaus: <userinput>AES256</userinput>"
#. Tag: para
-#: using-d-i.xml:1824
+#: using-d-i.xml:1831
#, no-c-format
msgid ""
"For loop-AES, unlike dm-crypt, the options for cipher and key size are "
@@ -2942,25 +2951,25 @@ msgstr ""
"pituudesta."
#. Tag: term
-#: using-d-i.xml:1834
+#: using-d-i.xml:1841
#, no-c-format
msgid "Encryption key: <userinput>Keyfile (GnuPG)</userinput>"
msgstr "Salausavain: <userinput>Avaintiedosto (GnuPG)</userinput>"
#. Tag: para
-#: using-d-i.xml:1836
+#: using-d-i.xml:1843
#, no-c-format
msgid "Here you can select the type of the encryption key for this partition."
msgstr "Valitaan tälle osiolle käytettävän salausavaimen tyyppi."
#. Tag: term
-#: using-d-i.xml:1842
+#: using-d-i.xml:1849
#, no-c-format
msgid "Keyfile (GnuPG)"
msgstr "Avaintiedosto (GnuPG)"
#. Tag: para
-#: using-d-i.xml:1843
+#: using-d-i.xml:1850
#, no-c-format
msgid ""
"The encryption key will be generated from random data during the "
@@ -2974,19 +2983,19 @@ msgstr ""
"asennuksen aikana)."
#. Tag: para
-#: using-d-i.xml:1856
+#: using-d-i.xml:1863
#, no-c-format
msgid "Please see the section on random keys above."
msgstr "Katso aiempaa lukua satunnaisavaimista."
#. Tag: para
-#: using-d-i.xml:1870
+#: using-d-i.xml:1877
#, no-c-format
msgid "Please see the the section on erasing data above."
msgstr "Katso aiempaa lukua tiedon pyyhkimisestä."
#. Tag: para
-#: using-d-i.xml:1879
+#: using-d-i.xml:1886
#, no-c-format
msgid ""
"After you have selected the desired parameters for your encrypted "
@@ -3004,7 +3013,7 @@ msgstr ""
"Isoilla osiolla tämä saattaa kestää hyvän tovin."
#. Tag: para
-#: using-d-i.xml:1889
+#: using-d-i.xml:1896
#, no-c-format
msgid ""
"Next you will be asked to enter a passphrase for partitions configured to "
@@ -3020,7 +3029,7 @@ msgstr ""
"lemmikkien nimiä, perheenjäsenten tai sukulaisten nimiä jne.)."
#. Tag: para
-#: using-d-i.xml:1898
+#: using-d-i.xml:1905
#, no-c-format
msgid ""
"Before you input any passphrases, you should have made sure that your "
@@ -3044,7 +3053,7 @@ msgstr ""
"tunnuslausetta."
#. Tag: para
-#: using-d-i.xml:1911
+#: using-d-i.xml:1918
#, no-c-format
msgid ""
"If you selected to use methods other than a passphrase to create encryption "
@@ -3067,7 +3076,7 @@ msgstr ""
"salattaville osioille."
#. Tag: para
-#: using-d-i.xml:1927
+#: using-d-i.xml:1934
#, no-c-format
msgid ""
"After returning to the main partitioning menu, you will see all encrypted "
@@ -3100,7 +3109,7 @@ msgstr ""
"vaihdettava tiedostojärjestelmien tyyppiä jos oletusarvot eivät kelpaa."
#. Tag: para
-#: using-d-i.xml:1940
+#: using-d-i.xml:1947
#, no-c-format
msgid ""
"Pay attention to the identifiers in parentheses (<replaceable>sda2_crypt</"
@@ -3118,7 +3127,7 @@ msgstr ""
"\"mount-encrypted-volumes\"/>."
#. Tag: para
-#: using-d-i.xml:1950
+#: using-d-i.xml:1957
#, no-c-format
msgid ""
"Once you are satisfied with the partitioning scheme, continue with the "
@@ -3126,13 +3135,13 @@ msgid ""
msgstr "Kun osiointi on halutunlainen voidaan asennusta jatkaa."
#. Tag: title
-#: using-d-i.xml:1961
+#: using-d-i.xml:1968
#, no-c-format
msgid "Installing the Base System"
msgstr "Perusjärjestelmän asennus"
#. Tag: para
-#: using-d-i.xml:1962
+#: using-d-i.xml:1969
#, no-c-format
msgid ""
"Although this stage is the least problematic, it consumes a significant "
@@ -3146,7 +3155,7 @@ msgstr ""
"kulua toinenkin tovi."
#. Tag: para
-#: using-d-i.xml:1975
+#: using-d-i.xml:1982
#, no-c-format
msgid ""
"During installation of the base system, package unpacking and setup messages "
@@ -3162,7 +3171,7 @@ msgstr ""
"<keycombo><keycap>Vasen Alt</keycap><keycap>F1</keycap></keycombo>."
#. Tag: para
-#: using-d-i.xml:1984
+#: using-d-i.xml:1991
#, no-c-format
msgid ""
"The unpack/setup messages generated during this phase are also saved in "
@@ -3174,7 +3183,7 @@ msgstr ""
"jos asennukseen käytetään sarjapäätettä."
#. Tag: para
-#: using-d-i.xml:1990
+#: using-d-i.xml:1997
#, no-c-format
msgid ""
"As part of the installation, a Linux kernel will be installed. At the "
@@ -3187,13 +3196,13 @@ msgstr ""
"pienempää prioriteettia ydin voidaan valita luettelosta."
#. Tag: title
-#: using-d-i.xml:2002
+#: using-d-i.xml:2009
#, no-c-format
msgid "Setting Up Users And Passwords"
msgstr "Käyttäjät ja salasanat"
#. Tag: para
-#: using-d-i.xml:2003
+#: using-d-i.xml:2010
#, no-c-format
msgid ""
"After the base system has been installed, the installer will allow you to "
@@ -3205,13 +3214,13 @@ msgstr ""
"käyttäjätunnuksia voidaan luoda kun asennus on valmis."
#. Tag: title
-#: using-d-i.xml:2017
+#: using-d-i.xml:2024
#, no-c-format
msgid "Set the Root Password"
msgstr "Asetetaan pääkäyttäjän salasana"
#. Tag: para
-#: using-d-i.xml:2021
+#: using-d-i.xml:2028
#, no-c-format
msgid ""
"The <emphasis>root</emphasis> account is also called the <emphasis>super-"
@@ -3224,7 +3233,7 @@ msgstr ""
"järjestelmän ylläpitoon, ja vain kun se on välttämätöntä."
#. Tag: para
-#: using-d-i.xml:2029
+#: using-d-i.xml:2036
#, no-c-format
msgid ""
"Any password you create should contain at least 6 characters, and should "
@@ -3240,7 +3249,7 @@ msgstr ""
"henkilötietoja."
#. Tag: para
-#: using-d-i.xml:2037
+#: using-d-i.xml:2044
#, no-c-format
msgid ""
"If anyone ever tells you they need your root password, be extremely wary. "
@@ -3252,13 +3261,13 @@ msgstr ""
"muille kuin järjestelmän ylläpitäjille."
#. Tag: title
-#: using-d-i.xml:2047
+#: using-d-i.xml:2054
#, no-c-format
msgid "Create an Ordinary User"
msgstr "Luo tavallisen käyttäjän tunnus"
#. Tag: para
-#: using-d-i.xml:2049
+#: using-d-i.xml:2056
#, no-c-format
msgid ""
"The system will ask you whether you wish to create an ordinary user account "
@@ -3272,7 +3281,7 @@ msgstr ""
"henkilökohtaisena kirjautumistunnuksena."
#. Tag: para
-#: using-d-i.xml:2058
+#: using-d-i.xml:2065
#, no-c-format
msgid ""
"Why not? Well, one reason to avoid using root's privileges is that it is "
@@ -3292,7 +3301,7 @@ msgstr ""
"jos ei ole tehnyt ylläpitoa aiemmin."
#. Tag: para
-#: using-d-i.xml:2068
+#: using-d-i.xml:2075
#, no-c-format
msgid ""
"You will first be prompted for the user's full name. Then you'll be asked "
@@ -3305,7 +3314,7 @@ msgstr ""
"etunimi onkin oletusarvo. Lopuksi kirjoitetaan käyttäjälle salasana."
#. Tag: para
-#: using-d-i.xml:2075
+#: using-d-i.xml:2082
#, no-c-format
msgid ""
"If at any point after installation you would like to create another account, "
@@ -3315,13 +3324,13 @@ msgstr ""
"komentoa <command>adduser</command>."
#. Tag: title
-#: using-d-i.xml:2086
+#: using-d-i.xml:2093
#, no-c-format
msgid "Installing Additional Software"
msgstr "Asennetaan lisää ohjelmia"
#. Tag: para
-#: using-d-i.xml:2087
+#: using-d-i.xml:2094
#, no-c-format
msgid ""
"At this point you have a usable but limited system. Most users will want to "
@@ -3336,13 +3345,13 @@ msgstr ""
"tietokone tai verkkoyhteys on hidas."
#. Tag: title
-#: using-d-i.xml:2102
+#: using-d-i.xml:2109
#, no-c-format
msgid "Configuring apt"
msgstr "Tehdään apt:n asetukset"
#. Tag: para
-#: using-d-i.xml:2104
+#: using-d-i.xml:2111
#, no-c-format
msgid ""
"One of the tools used to install packages on a &debian; system is a program "
@@ -3377,7 +3386,7 @@ msgstr ""
"hallintaan."
#. Tag: para
-#: using-d-i.xml:2128
+#: using-d-i.xml:2135
#, no-c-format
msgid ""
"<command>apt</command> must be configured so that it knows from where to "
@@ -3391,7 +3400,7 @@ msgstr ""
"on valmis."
#. Tag: para
-#: using-d-i.xml:2135
+#: using-d-i.xml:2142
#, no-c-format
msgid ""
"If you are installing at default priority, the installer will largely take "
@@ -3409,7 +3418,7 @@ msgstr ""
"vakaata jakelua."
#. Tag: para
-#: using-d-i.xml:2144
+#: using-d-i.xml:2151
#, no-c-format
msgid ""
"If you are installing at a lower priority (e.g. in expert mode), you will be "
@@ -3424,13 +3433,13 @@ msgstr ""
"<quote>contrib</quote> ja <quote>non-free</quote> -osista. "
#. Tag: title
-#: using-d-i.xml:2155
+#: using-d-i.xml:2162
#, no-c-format
msgid "Installing from more than one CD or DVD"
msgstr "Asennus monelta CD- tai DVD-levyltä"
#. Tag: para
-#: using-d-i.xml:2157
+#: using-d-i.xml:2164
#, no-c-format
msgid ""
"If you are installing from a CD or a DVD that is part of a larger set, the "
@@ -3444,7 +3453,7 @@ msgstr ""
"olevia paketteja."
#. Tag: para
-#: using-d-i.xml:2164
+#: using-d-i.xml:2171
#, no-c-format
msgid ""
"If you do not have any additional CDs or DVDs, that is no problem: using "
@@ -3459,7 +3468,7 @@ msgstr ""
"valittaviin tehtäviin kuuluvia paketteja."
#. Tag: para
-#: using-d-i.xml:2172
+#: using-d-i.xml:2179
#, no-c-format
msgid ""
"Packages are included on CDs (and DVDs) in the order of their popularity. "
@@ -3472,7 +3481,7 @@ msgstr ""
"käyttävät kokoelman viimeisillä levyillä olevia paketteja."
#. Tag: para
-#: using-d-i.xml:2179
+#: using-d-i.xml:2186
#, no-c-format
msgid ""
"It also means that buying or downloading and burning a full CD set is just a "
@@ -3489,7 +3498,7 @@ msgstr ""
"tai ehkä kaksi ensimmäistä DVD:tä, riittää useimmille. "
#. Tag: para
-#: using-d-i.xml:2188
+#: using-d-i.xml:2195
#, no-c-format
msgid ""
"A good rule of thumb is that for a regular desktop installation (using the "
@@ -3504,7 +3513,7 @@ msgstr ""
"työpöytäympäristölle."
#. Tag: para
-#: using-d-i.xml:2196
+#: using-d-i.xml:2203
#, no-c-format
msgid ""
"If you do scan multiple CDs or DVDs, the installer will prompt you to "
@@ -3521,13 +3530,13 @@ msgstr ""
"mutta numerojärjestystä käyttämällä ei niin helposti sählää."
#. Tag: title
-#: using-d-i.xml:2209
+#: using-d-i.xml:2216
#, no-c-format
msgid "Using a network mirror"
msgstr "Asentaminen verkossa olevalta asennuspalvelimelta"
#. Tag: para
-#: using-d-i.xml:2211
+#: using-d-i.xml:2218
#, no-c-format
msgid ""
"One question that will be asked during most installs is whether or not to "
@@ -3539,7 +3548,7 @@ msgstr ""
"mutta on muutamia poikkeuksia. "
#. Tag: para
-#: using-d-i.xml:2217
+#: using-d-i.xml:2224
#, no-c-format
msgid ""
"If you are <emphasis>not</emphasis> installing from a full CD or DVD or "
@@ -3557,7 +3566,7 @@ msgstr ""
"<literal>työpöytä</literal>-tehtävää. "
#. Tag: para
-#: using-d-i.xml:2226
+#: using-d-i.xml:2233
#, no-c-format
msgid ""
"If you are installing from a single full CD or using a full CD image, using "
@@ -3578,7 +3587,7 @@ msgstr ""
"valikoiden. "
#. Tag: para
-#: using-d-i.xml:2237
+#: using-d-i.xml:2244
#, no-c-format
msgid ""
"If you are installing from a DVD or using a DVD image, any packages needed "
@@ -3592,7 +3601,7 @@ msgstr ""
"kerrottiin. Verkossa olevan asennuspalvelimen käyttö ei ole pakollista."
#. Tag: para
-#: using-d-i.xml:2244
+#: using-d-i.xml:2251
#, no-c-format
msgid ""
"One advantage of adding a network mirror is that updates that have occurred "
@@ -3608,7 +3617,7 @@ msgstr ""
"vakautta."
#. Tag: para
-#: using-d-i.xml:2251
+#: using-d-i.xml:2258
#, no-c-format
msgid ""
"In summary: selecting a network mirror is generally a good idea, except if "
@@ -3623,26 +3632,26 @@ msgstr ""
"Asennuspalvelinta käytettäessä noudettavan datan määrä riippuu siis"
#. Tag: para
-#: using-d-i.xml:2260
+#: using-d-i.xml:2267
#, no-c-format
msgid "the tasks you select in the next step of the installation,"
msgstr "asennuksen seuraavassa vaiheessa valittavista tehtävistä"
#. Tag: para
-#: using-d-i.xml:2265
+#: using-d-i.xml:2272
#, no-c-format
msgid "which packages are needed for those tasks,"
msgstr "noiden tehtävien tarvitsemista paketeista"
#. Tag: para
-#: using-d-i.xml:2270
+#: using-d-i.xml:2277
#, no-c-format
msgid ""
"which of those packages are present on the CDs or DVDs you have scanned, and"
msgstr "mitkä noista paketeista ovat luetuilla CD- tai DVD-levyillä ja"
#. Tag: para
-#: using-d-i.xml:2275
+#: using-d-i.xml:2282
#, no-c-format
msgid ""
"whether any updated versions of packages included on the CDs or DVDs are "
@@ -3654,7 +3663,7 @@ msgstr ""
"tietoturvapäivitysten tai volatilepäivitysten palvelimelta)."
#. Tag: para
-#: using-d-i.xml:2284
+#: using-d-i.xml:2291
#, no-c-format
msgid ""
"Note that the last point means that, even if you choose not to use a network "
@@ -3668,13 +3677,13 @@ msgstr ""
"palvelimella ja nämä päivitykset on otettu käyttöön."
#. Tag: title
-#: using-d-i.xml:2300
+#: using-d-i.xml:2307
#, no-c-format
msgid "Selecting and Installing Software"
msgstr "Ohjelmien valinta ja asentaminen"
#. Tag: para
-#: using-d-i.xml:2302
+#: using-d-i.xml:2309
#, no-c-format
msgid ""
"During the installation process, you are given the opportunity to select "
@@ -3691,7 +3700,7 @@ msgstr ""
"nopeasti valmiiksi erilaisiin tehtäviin."
#. Tag: para
-#: using-d-i.xml:2311
+#: using-d-i.xml:2318
#, no-c-format
msgid ""
"So, you have the ability to choose <emphasis>tasks</emphasis> first, and "
@@ -3725,7 +3734,7 @@ msgstr ""
"tehtävien tilatarpeet."
#. Tag: para
-#: using-d-i.xml:2338
+#: using-d-i.xml:2345
#, no-c-format
msgid ""
"Some tasks may be pre-selected based on the characteristics of the computer "
@@ -3737,7 +3746,7 @@ msgstr ""
"Tässä kohtaa voi jopa poistaa valinnan kaikista tehtävistä."
#. Tag: para
-#: using-d-i.xml:2345
+#: using-d-i.xml:2352
#, no-c-format
msgid ""
"In the standard user interface of the installer, you can use the space bar "
@@ -3747,7 +3756,7 @@ msgstr ""
"välilyöntinäppäimellä."
#. Tag: para
-#: using-d-i.xml:2351
+#: using-d-i.xml:2358
#, no-c-format
msgid ""
"Unless you are using the special KDE or Xfce/LXDE CDs, the <quote>Desktop "
@@ -3757,7 +3766,7 @@ msgstr ""
"paitsi jos käytetään KDE:tä tai Xfce/LXDE:tä varten tehtyjä erikoislevyjä."
#. Tag: para
-#: using-d-i.xml:2356
+#: using-d-i.xml:2363
#, no-c-format
msgid ""
"It is not possible to interactively select a different desktop during the "
@@ -3779,7 +3788,7 @@ msgstr ""
"<literal>desktop=lxde</literal>."
#. Tag: para
-#: using-d-i.xml:2367
+#: using-d-i.xml:2374
#, no-c-format
msgid ""
"Some CD images (businesscard, netinst and DVD) also allow selection of the "
@@ -3793,7 +3802,7 @@ msgstr ""
"<quote>Alternative desktop environments</quote>."
#. Tag: para
-#: using-d-i.xml:2374
+#: using-d-i.xml:2381
#, no-c-format
msgid ""
"Note that this will only work if the packages needed for the desired desktop "
@@ -3811,7 +3820,7 @@ msgstr ""
"otosta tai mitä tahansa muuta asennustapaa."
#. Tag: para
-#: using-d-i.xml:2384
+#: using-d-i.xml:2391
#, no-c-format
msgid ""
"The various server tasks will install software roughly as follows. DNS "
@@ -3831,7 +3840,7 @@ msgstr ""
"classname>."
#. Tag: para
-#: using-d-i.xml:2395
+#: using-d-i.xml:2402
#, no-c-format
msgid ""
"The <quote>Standard system</quote> task will install any package that has a "
@@ -3847,7 +3856,7 @@ msgstr ""
"jos tiedät mitä teet ja haluat todella suppean järjestelmän."
#. Tag: para
-#: using-d-i.xml:2403
+#: using-d-i.xml:2410
#, no-c-format
msgid ""
"If during language selection a default locale other than the <quote>C</"
@@ -3866,7 +3875,7 @@ msgstr ""
"sitä vastaavat maa-asetustopaketit (jos niitä on saatavilla)."
#. Tag: para
-#: using-d-i.xml:2413
+#: using-d-i.xml:2420
#, no-c-format
msgid ""
"Once you've selected your tasks, select &BTN-CONT;. At this point, "
@@ -3880,7 +3889,7 @@ msgstr ""
"näyttää kehotteen asennuksen aikana"
#. Tag: para
-#: using-d-i.xml:2420
+#: using-d-i.xml:2427
#, no-c-format
msgid ""
"You should be aware that especially the Desktop task is very large. "
@@ -3898,7 +3907,7 @@ msgstr ""
"on alkanut."
#. Tag: para
-#: using-d-i.xml:2429
+#: using-d-i.xml:2436
#, no-c-format
msgid ""
"Even when packages are included on the CD-ROM, the installer may still "
@@ -3915,13 +3924,13 @@ msgstr ""
"testattavaa jakelua näin käy jos käytetään vanhaa otosta."
#. Tag: title
-#: using-d-i.xml:2444
+#: using-d-i.xml:2451
#, no-c-format
msgid "Making Your System Bootable"
msgstr "Järjestelmä käynnistymään kiintolevyltä"
#. Tag: para
-#: using-d-i.xml:2446
+#: using-d-i.xml:2453
#, no-c-format
msgid ""
"If you are installing a diskless workstation, obviously, booting off the "
@@ -3935,13 +3944,13 @@ msgstr ""
"verkkokäynnistystä; katso <xref linkend=\"boot-dev-select-sun\"/>.</phrase>"
#. Tag: title
-#: using-d-i.xml:2461
+#: using-d-i.xml:2468
#, no-c-format
msgid "Detecting other operating systems"
msgstr "Etsitään muita käyttöjärjestelmiä"
#. Tag: para
-#: using-d-i.xml:2463
+#: using-d-i.xml:2470
#, no-c-format
msgid ""
"Before a boot loader is installed, the installer will attempt to probe for "
@@ -3956,7 +3965,7 @@ msgstr ""
"myös tämän käyttöjärjestelmän käynnistyminen Debianin lisäksi."
#. Tag: para
-#: using-d-i.xml:2471
+#: using-d-i.xml:2478
#, no-c-format
msgid ""
"Note that multiple operating systems booting on a single machine is still "
@@ -3972,13 +3981,13 @@ msgstr ""
"alkulatausohjelman ohjeista etsittävä lisätietoa."
#. Tag: title
-#: using-d-i.xml:2489
+#: using-d-i.xml:2496
#, no-c-format
msgid "<command>palo</command>-installer"
msgstr "Käynnistyslataimen <command>palo</command> asennin"
#. Tag: para
-#: using-d-i.xml:2490
+#: using-d-i.xml:2497
#, no-c-format
msgid ""
"The bootloader on PA-RISC is <quote>palo</quote>. <command>PALO</command> is "
@@ -3994,19 +4003,19 @@ msgstr ""
"mahdollistaa <command>PALO</command>:n kyky lukea Linux-osioiden tiedostoja."
#. Tag: para
-#: using-d-i.xml:2499
+#: using-d-i.xml:2506
#, no-c-format
msgid "hppa FIXME ( need more info )"
msgstr "hppa KORJAAMUT ( tarvitaan lisätietoja )"
#. Tag: title
-#: using-d-i.xml:2511
+#: using-d-i.xml:2518
#, no-c-format
msgid "Install the <command>Grub</command> Boot Loader on a Hard Disk"
msgstr "Asennetaan käynnistyslatain <command>GRUB</command> kiintolevylle"
#. Tag: para
-#: using-d-i.xml:2513
+#: using-d-i.xml:2520
#, no-c-format
msgid ""
"The main &architecture; boot loader is called <quote>grub</quote>. Grub is a "
@@ -4018,7 +4027,7 @@ msgstr ""
"aloittelijoille että vanhoille parroille."
#. Tag: para
-#: using-d-i.xml:2519
+#: using-d-i.xml:2526
#, no-c-format
msgid ""
"By default, grub will be installed into the Master Boot Record (MBR), where "
@@ -4030,7 +4039,7 @@ msgstr ""
"Lisätietoja löytyy grub:n man-sivulta."
#. Tag: para
-#: using-d-i.xml:2525
+#: using-d-i.xml:2532
#, no-c-format
msgid ""
"If you do not want to install grub, use the &BTN-GOBACK; button to get to "
@@ -4041,13 +4050,13 @@ msgstr ""
"päävalikkoon, ja valitse siellä haluttu käynnistyslatain."
#. Tag: title
-#: using-d-i.xml:2538
+#: using-d-i.xml:2545
#, no-c-format
msgid "Install the <command>LILO</command> Boot Loader on a Hard Disk"
msgstr "Asennetaan käynnistyslatain <command>LILO</command> kiintolevylle"
#. Tag: para
-#: using-d-i.xml:2540
+#: using-d-i.xml:2547
#, no-c-format
msgid ""
"The second &architecture; boot loader is called <quote>LILO</quote>. It is "
@@ -4064,7 +4073,7 @@ msgstr ""
"howto;\">LILO mini-HOWTO</ulink>."
#. Tag: para
-#: using-d-i.xml:2550
+#: using-d-i.xml:2557
#, no-c-format
msgid ""
"Currently the LILO installation will only create menu entries for other "
@@ -4077,7 +4086,7 @@ msgstr ""
"lisäämään rivit GNU/Linux- ja GNU/Hurd-järjestelmille asennuksen jälkeen."
#. Tag: para
-#: using-d-i.xml:2558
+#: using-d-i.xml:2565
#, no-c-format
msgid ""
"&d-i; offers you three choices on where to install the <command>LILO</"
@@ -4087,13 +4096,13 @@ msgstr ""
"asennusapaikaksi:"
#. Tag: term
-#: using-d-i.xml:2565
+#: using-d-i.xml:2572
#, no-c-format
msgid "Master Boot Record (MBR)"
msgstr "Pääkäynnistyslohko (MBR)"
#. Tag: para
-#: using-d-i.xml:2565
+#: using-d-i.xml:2572
#, no-c-format
msgid ""
"This way the <command>LILO</command> will take complete control of the boot "
@@ -4101,13 +4110,13 @@ msgid ""
msgstr "Komento <command>LILO</command> ohjaa käynnistyksen kokonaan."
#. Tag: term
-#: using-d-i.xml:2572
+#: using-d-i.xml:2579
#, no-c-format
msgid "new Debian partition"
msgstr "uusi Debianin osio"
#. Tag: para
-#: using-d-i.xml:2572
+#: using-d-i.xml:2579
#, no-c-format
msgid ""
"Choose this if you want to use another boot manager. <command>LILO</command> "
@@ -4119,13 +4128,13 @@ msgstr ""
"toissijaisena käynnistyslataimena."
#. Tag: term
-#: using-d-i.xml:2581
+#: using-d-i.xml:2588
#, no-c-format
msgid "Other choice"
msgstr "Muu valinta"
#. Tag: para
-#: using-d-i.xml:2581
+#: using-d-i.xml:2588
#, no-c-format
msgid ""
"Useful for advanced users who want to install <command>LILO</command> "
@@ -4139,7 +4148,7 @@ msgstr ""
"<filename>/dev/sda</filename>."
#. Tag: para
-#: using-d-i.xml:2591
+#: using-d-i.xml:2598
#, no-c-format
msgid ""
"If you can no longer boot into Windows 9x (or DOS) after this step, you'll "
@@ -4155,13 +4164,13 @@ msgstr ""
"käytettävä jotain muuta keinoa Debianin käynnistämiseen!"
#. Tag: title
-#: using-d-i.xml:2607
+#: using-d-i.xml:2614
#, no-c-format
msgid "Install the <command>ELILO</command> Boot Loader on a Hard Disk"
msgstr "Asennetaan käynnistyslatain <command>ELILO</command> kiintolevylle"
#. Tag: para
-#: using-d-i.xml:2609
+#: using-d-i.xml:2616
#, no-c-format
msgid ""
"The &architecture; boot loader is called <quote>elilo</quote>. It is modeled "
@@ -4189,7 +4198,7 @@ msgstr ""
"käynnistämään Linux-ytimen."
#. Tag: para
-#: using-d-i.xml:2625
+#: using-d-i.xml:2632
#, no-c-format
msgid ""
"The <quote>elilo</quote> configuration and installation is done as the last "
@@ -4206,13 +4215,13 @@ msgstr ""
"tiedostojärjestelmä."
#. Tag: title
-#: using-d-i.xml:2637
+#: using-d-i.xml:2644
#, no-c-format
msgid "Choose the correct partition!"
msgstr "Valitse oikea levyosio!"
#. Tag: para
-#: using-d-i.xml:2639
+#: using-d-i.xml:2646
#, no-c-format
msgid ""
"The criteria for selecting a partition is that it is FAT format filesystem "
@@ -4231,13 +4240,13 @@ msgstr ""
"tiedostojärjestelmän."
#. Tag: title
-#: using-d-i.xml:2654
+#: using-d-i.xml:2661
#, no-c-format
msgid "EFI Partition Contents"
msgstr "EFI-osion sisältö"
#. Tag: para
-#: using-d-i.xml:2656
+#: using-d-i.xml:2663
#, no-c-format
msgid ""
"The EFI partition is a FAT filesystem format partition on one of the hard "
@@ -4277,13 +4286,13 @@ msgstr ""
"niitä kertyy järjestelmää päivitettäessä tai asetuksia muokattaessa."
#. Tag: filename
-#: using-d-i.xml:2678
+#: using-d-i.xml:2685
#, no-c-format
msgid "elilo.conf"
msgstr "elilo.conf"
#. Tag: para
-#: using-d-i.xml:2679
+#: using-d-i.xml:2686
#, no-c-format
msgid ""
"This is the configuration file read by the boot loader when it starts. It is "
@@ -4298,13 +4307,13 @@ msgstr ""
"tiedostoihin."
#. Tag: filename
-#: using-d-i.xml:2688
+#: using-d-i.xml:2695
#, no-c-format
msgid "elilo.efi"
msgstr "elilo.efi"
#. Tag: para
-#: using-d-i.xml:2689
+#: using-d-i.xml:2696
#, no-c-format
msgid ""
"This is the boot loader program that the <quote>EFI Boot Manager</quote> "
@@ -4318,13 +4327,13 @@ msgstr ""
"valinta."
#. Tag: filename
-#: using-d-i.xml:2699
+#: using-d-i.xml:2706
#, no-c-format
msgid "initrd.img"
msgstr "initrd.img"
#. Tag: para
-#: using-d-i.xml:2700
+#: using-d-i.xml:2707
#, no-c-format
msgid ""
"This is the initial root filesystem used to boot the kernel. It is a copy of "
@@ -4339,13 +4348,13 @@ msgstr ""
"hakemistossa <filename>/boot</filename>."
#. Tag: filename
-#: using-d-i.xml:2712
+#: using-d-i.xml:2719
#, no-c-format
msgid "readme.txt"
msgstr "readme.txt"
#. Tag: para
-#: using-d-i.xml:2713
+#: using-d-i.xml:2720
#, no-c-format
msgid ""
"This is a small text file warning you that the contents of the directory are "
@@ -4357,13 +4366,13 @@ msgstr ""
"elilo</filename> suoritetaan seuraavan kerran."
#. Tag: filename
-#: using-d-i.xml:2723
+#: using-d-i.xml:2730
#, no-c-format
msgid "vmlinuz"
msgstr "vmlinuz"
#. Tag: para
-#: using-d-i.xml:2724
+#: using-d-i.xml:2731
#, no-c-format
msgid ""
"This is the compressed kernel itself. It is a copy of the file referenced in "
@@ -4377,13 +4386,13 @@ msgstr ""
"filename> osoitettu tiedosto hakemistossa <filename>/boot</filename>."
#. Tag: title
-#: using-d-i.xml:2744
+#: using-d-i.xml:2751
#, no-c-format
msgid "<command>arcboot</command>-installer"
msgstr "Käynnistyslataimen <command>arcboot</command> asennin"
#. Tag: para
-#: using-d-i.xml:2745
+#: using-d-i.xml:2752
#, no-c-format
msgid ""
"The boot loader on SGI machines is <command>arcboot</command>. It has to be "
@@ -4428,13 +4437,13 @@ msgstr ""
"sitten <command>boot</command>."
#. Tag: replaceable
-#: using-d-i.xml:2764
+#: using-d-i.xml:2771
#, no-c-format
msgid "scsi"
msgstr "scsi"
#. Tag: para
-#: using-d-i.xml:2765
+#: using-d-i.xml:2772
#, no-c-format
msgid ""
"is the SCSI bus to be booted from, this is <userinput>0</userinput> for the "
@@ -4444,13 +4453,13 @@ msgstr ""
"yhdysrakenteisille ohjaimille"
#. Tag: replaceable
-#: using-d-i.xml:2773
+#: using-d-i.xml:2780
#, no-c-format
msgid "disk"
msgstr "levy"
#. Tag: para
-#: using-d-i.xml:2774
+#: using-d-i.xml:2781
#, no-c-format
msgid ""
"is the SCSI ID of the hard disk on which <command>arcboot</command> is "
@@ -4458,13 +4467,13 @@ msgid ""
msgstr "on SCSI ID sille levylle johon <command>arcboot</command> on asennettu"
#. Tag: replaceable
-#: using-d-i.xml:2782
+#: using-d-i.xml:2789
#, no-c-format
msgid "partnr"
msgstr "partnr"
#. Tag: para
-#: using-d-i.xml:2783
+#: using-d-i.xml:2790
#, no-c-format
msgid ""
"is the number of the partition on which <filename>/etc/arcboot.conf</"
@@ -4473,13 +4482,13 @@ msgstr ""
"on sen osion numero jossa <filename>/etc/arcboot.conf</filename> sijaitsee"
#. Tag: replaceable
-#: using-d-i.xml:2791
+#: using-d-i.xml:2798
#, no-c-format
msgid "config"
msgstr "config"
#. Tag: para
-#: using-d-i.xml:2792
+#: using-d-i.xml:2799
#, no-c-format
msgid ""
"is the name of the configuration entry in <filename>/etc/arcboot.conf</"
@@ -4489,13 +4498,13 @@ msgstr ""
"oletusarvona <quote>linux</quote>."
#. Tag: title
-#: using-d-i.xml:2813
+#: using-d-i.xml:2820
#, no-c-format
msgid "Install <command>Yaboot</command> on a Hard Disk"
msgstr "Asennetaan käynnistyslatain <command>Yaboot</command> kiintolevylle"
#. Tag: para
-#: using-d-i.xml:2814
+#: using-d-i.xml:2821
#, no-c-format
msgid ""
"Newer (mid 1998 and on) PowerMacs use <command>yaboot</command> as their "
@@ -4515,13 +4524,13 @@ msgstr ""
"käynnistämään &debian;."
#. Tag: title
-#: using-d-i.xml:2832
+#: using-d-i.xml:2839
#, no-c-format
msgid "Install <command>Quik</command> on a Hard Disk"
msgstr "Asennetaan käynnistyslatain <command>Quik</command> kiintolevylle"
#. Tag: para
-#: using-d-i.xml:2833
+#: using-d-i.xml:2840
#, no-c-format
msgid ""
"The boot loader for OldWorld Power Macintosh machines is <command>quik</"
@@ -4536,13 +4545,13 @@ msgstr ""
"Computingin klooneille."
#. Tag: title
-#: using-d-i.xml:2849
+#: using-d-i.xml:2856
#, no-c-format
msgid "<command>zipl</command>-installer"
msgstr "Käynnistyslataimen <command>zipl</command> asennin"
#. Tag: para
-#: using-d-i.xml:2850
+#: using-d-i.xml:2857
#, no-c-format
msgid ""
"The boot loader on &arch-title; is <quote>zipl</quote>. <command>ZIPL</"
@@ -4558,13 +4567,13 @@ msgstr ""
"sivustolta jos haluat tietää ohjelmasta <command>ZIPL</command> enemmän."
#. Tag: title
-#: using-d-i.xml:2867
+#: using-d-i.xml:2874
#, no-c-format
msgid "Install the <command>SILO</command> Boot Loader on a Hard Disk"
msgstr "Asennetaan käynnistyslatain <command>SILO</command> kiintolevylle"
#. Tag: para
-#: using-d-i.xml:2869
+#: using-d-i.xml:2876
#, no-c-format
msgid ""
"The standard &architecture; boot loader is called <quote>silo</quote>. It is "
@@ -4595,13 +4604,13 @@ msgstr ""
"SunOS/Solaris-asennuksen rinnalle."
#. Tag: title
-#: using-d-i.xml:2894
+#: using-d-i.xml:2901
#, no-c-format
msgid "Continue Without Boot Loader"
msgstr "Jatketaan ilman käynnistyslatainta"
#. Tag: para
-#: using-d-i.xml:2896
+#: using-d-i.xml:2903
#, no-c-format
msgid ""
"This option can be used to complete the installation even when no boot "
@@ -4614,7 +4623,7 @@ msgstr ""
"(esim. käytetään jo asennettua käynnistyslatainta)."
#. Tag: para
-#: using-d-i.xml:2903
+#: using-d-i.xml:2910
#, no-c-format
msgid ""
"If you plan to manually configure your bootloader, you should check the name "
@@ -4635,13 +4644,13 @@ msgstr ""
"osio."
#. Tag: title
-#: using-d-i.xml:2920
+#: using-d-i.xml:2927
#, no-c-format
msgid "Finishing the Installation"
msgstr "Päätetään asennus"
#. Tag: para
-#: using-d-i.xml:2921
+#: using-d-i.xml:2928
#, no-c-format
msgid ""
"This is the last step in the Debian installation process during which the "
@@ -4652,13 +4661,13 @@ msgstr ""
"tehtävät. Pääasiassa siistitään työn jälkiä jotka &d-i; jätti."
#. Tag: title
-#: using-d-i.xml:2934
+#: using-d-i.xml:2941
#, no-c-format
msgid "Setting the System Clock"
msgstr "Tehdään kellon asetukset"
#. Tag: para
-#: using-d-i.xml:2936
+#: using-d-i.xml:2943
#, no-c-format
msgid ""
"The installer may ask you if the computer's clock is set to UTC. Normally "
@@ -4671,7 +4680,7 @@ msgstr ""
"käyttöjärjestelmien perusteella onko kello maailmanajassa."
#. Tag: para
-#: using-d-i.xml:2943
+#: using-d-i.xml:2950
#, no-c-format
msgid ""
"In expert mode you will always be able to choose whether or not the clock is "
@@ -4690,7 +4699,7 @@ msgstr ""
"paikallinen aika.</phrase>"
#. Tag: para
-#: using-d-i.xml:2954
+#: using-d-i.xml:2961
#, no-c-format
msgid ""
"At this point &d-i; will also attempt to save the current time to the "
@@ -4702,13 +4711,13 @@ msgstr ""
"tehdyn valinnan mukaiseti."
#. Tag: title
-#: using-d-i.xml:2969
+#: using-d-i.xml:2976
#, no-c-format
msgid "Reboot the System"
msgstr "Järjestelmän uudelleenkäynnistys"
#. Tag: para
-#: using-d-i.xml:2971
+#: using-d-i.xml:2978
#, no-c-format
msgid ""
"You will be prompted to remove the boot media (CD, floppy, etc) that you "
@@ -4719,7 +4728,7 @@ msgstr ""
"jälkeen laite käynnistetään uudelleen uuteen Debian-järjestelmään."
#. Tag: para
-#: using-d-i.xml:2977
+#: using-d-i.xml:2984
#, no-c-format
msgid ""
"After a final prompt the system will be halted because rebooting is not "
@@ -4733,13 +4742,13 @@ msgstr ""
"juuritiedostojärjestelmäksi asennuksen ensimmäisten vaiheiden aikana."
#. Tag: title
-#: using-d-i.xml:2990
+#: using-d-i.xml:2997
#, no-c-format
msgid "Miscellaneous"
msgstr "Sekalaista"
#. Tag: para
-#: using-d-i.xml:2991
+#: using-d-i.xml:2998
#, no-c-format
msgid ""
"The components listed in this section are usually not involved in the "
@@ -4750,13 +4759,13 @@ msgstr ""
"ovat käytettävissä jos jotain menee pieleen."
#. Tag: title
-#: using-d-i.xml:3004
+#: using-d-i.xml:3011
#, no-c-format
msgid "Saving the installation logs"
msgstr "Asentimen lokien tallentaminen"
#. Tag: para
-#: using-d-i.xml:3006
+#: using-d-i.xml:3013
#, no-c-format
msgid ""
"If the installation is successful, the logfiles created during the "
@@ -4768,7 +4777,7 @@ msgstr ""
"installer/</filename>."
#. Tag: para
-#: using-d-i.xml:3013
+#: using-d-i.xml:3020
#, no-c-format
msgid ""
"Choosing <guimenuitem>Save debug logs</guimenuitem> from the main menu "
@@ -4784,13 +4793,13 @@ msgstr ""
"tai liittää lokit asennusraporttiin."
#. Tag: title
-#: using-d-i.xml:3033
+#: using-d-i.xml:3040
#, no-c-format
msgid "Using the Shell and Viewing the Logs"
msgstr "Komentotulkin käyttö ja lokien lukeminen"
#. Tag: para
-#: using-d-i.xml:3035
+#: using-d-i.xml:3042
#, no-c-format
msgid ""
"There are several methods you can use to get a shell while running an "
@@ -4816,14 +4825,14 @@ msgstr ""
"<keycap>F1</keycap></keycombo>."
#. Tag: para
-#: using-d-i.xml:3053
+#: using-d-i.xml:3060
#, no-c-format
msgid "For the graphical installer see also <xref linkend=\"gtk-using\"/>."
msgstr ""
"Graafista asenninta käytettäessä katso myös <xref linkend=\"gtk-using\"/>."
#. Tag: para
-#: using-d-i.xml:3057
+#: using-d-i.xml:3064
#, no-c-format
msgid ""
"If you cannot switch consoles, there is also an <guimenuitem>Execute a "
@@ -4839,7 +4848,7 @@ msgstr ""
"komentotulkin."
#. Tag: para
-#: using-d-i.xml:3065
+#: using-d-i.xml:3072
#, no-c-format
msgid ""
"At this point you are booted from the RAM disk, and there is a limited set "
@@ -4857,7 +4866,7 @@ msgstr ""
"tekstintäydennys ja komentohistoria."
#. Tag: para
-#: using-d-i.xml:3074
+#: using-d-i.xml:3081
#, no-c-format
msgid ""
"To edit and view files, use the text editor <command>nano</command>. Log "
@@ -4869,7 +4878,7 @@ msgstr ""
"filename>."
#. Tag: para
-#: using-d-i.xml:3081
+#: using-d-i.xml:3088
#, no-c-format
msgid ""
"Although you can do basically anything in a shell that the available "
@@ -4881,7 +4890,7 @@ msgstr ""
"käytettäväksi jos jokin menee vikaan ja virheenjäljitykseen."
#. Tag: para
-#: using-d-i.xml:3087
+#: using-d-i.xml:3094
#, no-c-format
msgid ""
"Doing things manually from the shell may interfere with the installation "
@@ -4895,13 +4904,13 @@ msgstr ""
"komentotulkissa."
#. Tag: title
-#: using-d-i.xml:3102
+#: using-d-i.xml:3109
#, no-c-format
msgid "Installation Over the Network"
msgstr "Etäasennus"
#. Tag: para
-#: using-d-i.xml:3104
+#: using-d-i.xml:3111
#, no-c-format
msgid ""
"One of the more interesting components is <firstterm>network-console</"
@@ -4918,7 +4927,7 @@ msgstr ""
"tämän osan voi automatisoida, katso <xref linkend=\"automatic-install\"/>.)"
#. Tag: para
-#: using-d-i.xml:3114
+#: using-d-i.xml:3121
#, no-c-format
msgid ""
"This component is not loaded into the main installation menu by default, so "
@@ -4940,7 +4949,7 @@ msgstr ""
"SSH:ta.</guimenuitem>."
#. Tag: para
-#: using-d-i.xml:3127
+#: using-d-i.xml:3134
#, no-c-format
msgid ""
"For installations on &arch-title;, this is the default method after setting "
@@ -4950,7 +4959,7 @@ msgstr ""
"tultua tehdyksi."
#. Tag: para
-#: using-d-i.xml:3132
+#: using-d-i.xml:3139
#, no-c-format
msgid ""
"<phrase arch=\"not-s390\">After selecting this new entry, you</phrase> "
@@ -4972,7 +4981,7 @@ msgstr ""
"tietoturvallisesti <quote>etäasennuksen tekevälle henkilölle</quote>."
#. Tag: para
-#: using-d-i.xml:3144
+#: using-d-i.xml:3151
#, no-c-format
msgid ""
"Should you decide to continue with the installation locally, you can always "
@@ -4984,7 +4993,7 @@ msgstr ""
"toinen asentimen osa."
#. Tag: para
-#: using-d-i.xml:3150
+#: using-d-i.xml:3157
#, no-c-format
msgid ""
"Now let's switch to the other side of the wire. As a prerequisite, you need "
@@ -5016,7 +5025,7 @@ msgstr ""
"on vahvistettava se oikeaksi."
#. Tag: para
-#: using-d-i.xml:3167
+#: using-d-i.xml:3174
#, no-c-format
msgid ""
"The <command>ssh</command> server in the installer uses a default "
@@ -5040,7 +5049,7 @@ msgstr ""
"voiko asennusta jatkaa kun yhteys on muodostettu uudelleen."
#. Tag: para
-#: using-d-i.xml:3180
+#: using-d-i.xml:3187
#, no-c-format
msgid ""
"You may be able to avoid the connection being dropped by adding the option "
@@ -5062,7 +5071,7 @@ msgstr ""
"muuten toipunut). Sitä oli siis käytettävä vain tarvittaessa."
#. Tag: para
-#: using-d-i.xml:3193
+#: using-d-i.xml:3200
#, no-c-format
msgid ""
"If you install several computers in turn and they happen to have the same IP "
@@ -5086,7 +5095,7 @@ msgstr ""
"ja yrittää uudelleen."
#. Tag: para
-#: using-d-i.xml:3209
+#: using-d-i.xml:3216
#, no-c-format
msgid ""
"After the login you will be presented with an initial screen where you have "
@@ -5106,7 +5115,7 @@ msgstr ""
"useampia."
#. Tag: para
-#: using-d-i.xml:3219
+#: using-d-i.xml:3226
#, no-c-format
msgid ""
"After you have started the installation remotely over SSH, you should not go "
@@ -5122,13 +5131,13 @@ msgstr ""
"järjestelmä toimii huonosti."
#. Tag: title
-#: using-d-i.xml:3239
+#: using-d-i.xml:3246
#, no-c-format
msgid "Loading Missing Firmware"
msgstr "Puuttuvan laitetiedoston lataaminen"
#. Tag: para
-#: using-d-i.xml:3240
+#: using-d-i.xml:3247
#, no-c-format
msgid ""
"As described in <xref linkend=\"hardware-firmware\"/>, some devices require "
@@ -5143,7 +5152,7 @@ msgstr ""
"lisäominaisuuksien saamiseen käyttöön."
#. Tag: para
-#: using-d-i.xml:3248
+#: using-d-i.xml:3255
#, no-c-format
msgid ""
"If a device driver requests firmware that is not available, &d-i; will "
@@ -5161,7 +5170,7 @@ msgstr ""
"lib/firmware</filename>) ja laiteajuria vastaava moduuli ladataan uudelleen."
#. Tag: para
-#: using-d-i.xml:3258
+#: using-d-i.xml:3265
#, no-c-format
msgid ""
"Which devices are scanned and which file systems are supported depends on "
@@ -5179,7 +5188,7 @@ msgstr ""
"laiteohjelmisto voidaan ladata myös MMC- tai SD-kortilta</phrase>."
#. Tag: para
-#: using-d-i.xml:3268
+#: using-d-i.xml:3275
#, no-c-format
msgid ""
"Note that it is possible to skip loading the firmware if you know the device "
@@ -5190,7 +5199,7 @@ msgstr ""
"laite toimii ilmankin tai jos laitetta ei tarvita asennuksen aikana."
#. Tag: para
-#: using-d-i.xml:3275
+#: using-d-i.xml:3282
#, no-c-format
msgid ""
"Support for loading firmware is still relatively basic and is likely to be "
@@ -5207,13 +5216,13 @@ msgstr ""
"\"submit-bug\"/>)."
#. Tag: title
-#: using-d-i.xml:3286
+#: using-d-i.xml:3293
#, no-c-format
msgid "Preparing a medium"
msgstr "Taltion valmistelu"
#. Tag: para
-#: using-d-i.xml:3287
+#: using-d-i.xml:3294
#, no-c-format
msgid ""
"Although in some cases the firmware can also be loaded from a partition on a "
@@ -5233,7 +5242,7 @@ msgstr ""
"tuettu asennuksen ensimmäisten vaiheiden aikana."
#. Tag: para
-#: using-d-i.xml:3297
+#: using-d-i.xml:3304
#, no-c-format
msgid ""
"Tarballs containing current packages for the most common firmware are "
@@ -5248,7 +5257,7 @@ msgstr ""
"vastaava tar-tiedosto ja pura se taltion tiedostojärjestelmään."
#. Tag: para
-#: using-d-i.xml:3311
+#: using-d-i.xml:3318
#, no-c-format
msgid ""
"If the firmware you need is not included in the tarball, you can also "
@@ -5265,7 +5274,7 @@ msgstr ""
"laiteohjelmistopaketteja."
#. Tag: para
-#: using-d-i.xml:3325
+#: using-d-i.xml:3332
#, no-c-format
msgid ""
"It is also possible to copy individual firmware files to the medium. Loose "
@@ -5277,13 +5286,13 @@ msgstr ""
"laitevalmistajalta."
#. Tag: title
-#: using-d-i.xml:3334
+#: using-d-i.xml:3341
#, no-c-format
msgid "Firmware and the Installed System"
msgstr "Laiteohjelmisto ja asennettu järjestelmä"
#. Tag: para
-#: using-d-i.xml:3335
+#: using-d-i.xml:3342
#, no-c-format
msgid ""
"Any firmware loaded during the installation will be copied automatically to "
@@ -5301,7 +5310,7 @@ msgstr ""
"laiteohjelmistoa voida ladata versioerojen vuoksi."
#. Tag: para
-#: using-d-i.xml:3344
+#: using-d-i.xml:3351
#, no-c-format
msgid ""
"If the firmware was loaded from a firmware package, &d-i; will also install "
@@ -5317,7 +5326,7 @@ msgstr ""
"automaattisesti jos uusi versio julkaistaan."
#. Tag: para
-#: using-d-i.xml:3352
+#: using-d-i.xml:3359
#, no-c-format
msgid ""
"If loading the firmware was skipped during the installation, the relevant "
@@ -5329,7 +5338,7 @@ msgstr ""
"laiteohjelmistopaketti) on asennettu käyttäjän toimesta."
#. Tag: para
-#: using-d-i.xml:3359
+#: using-d-i.xml:3366
#, no-c-format
msgid ""
"If the firmware was loaded from loose firmware files, the firmware copied to "