diff options
Diffstat (limited to 'po/fi')
-rw-r--r-- | po/fi/boot-installer.po | 11 | ||||
-rw-r--r-- | po/fi/install-methods.po | 287 | ||||
-rw-r--r-- | po/fi/installation-howto.po | 63 | ||||
-rw-r--r-- | po/fi/using-d-i.po | 36 |
4 files changed, 222 insertions, 175 deletions
diff --git a/po/fi/boot-installer.po b/po/fi/boot-installer.po index dea43caa4..360ebfe2b 100644 --- a/po/fi/boot-installer.po +++ b/po/fi/boot-installer.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Debian Installation Guide boot-installer\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2012-12-19 21:47+0000\n" +"POT-Creation-Date: 2012-12-29 10:09+0000\n" "PO-Revision-Date: 2010-05-02 10:57+0300\n" "Last-Translator: Tapio Lehtonen <tale@debian.org>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -469,7 +469,7 @@ msgstr "" #: boot-installer.xml:389 #, fuzzy, no-c-format #| msgid "Booting from CD-ROM" -msgid "Booting from DOS" +msgid "Booting from DOS using loadlin" msgstr "Käynnistäminen CD-levyltä" #. Tag: para @@ -508,9 +508,12 @@ msgstr "" #. Tag: title #: boot-installer.xml:423 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "Booting from Linux Using <command>LILO</command> or <command>GRUB</" +#| "command>" msgid "" -"Booting from Linux Using <command>LILO</command> or <command>GRUB</command>" +"Booting from Linux using <command>LILO</command> or <command>GRUB</command>" msgstr "" "Käynnistäminen Linuxista <command>LILO</command>:lla tai <command>GRUB</" "command>:lla" diff --git a/po/fi/install-methods.po b/po/fi/install-methods.po index 7d760186a..a239aabd0 100644 --- a/po/fi/install-methods.po +++ b/po/fi/install-methods.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Debian Installation Guide install-methods\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2012-11-24 22:10+0000\n" +"POT-Creation-Date: 2012-12-29 10:09+0000\n" "PO-Revision-Date: 2010-05-04 11:14+0300\n" "Last-Translator: Tapio Lehtonen <tale@debian.org>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -870,65 +870,81 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:578 +#: install-methods.xml:577 #, no-c-format msgid "" -"A special method can be used to add firmware to the <filename>mini.iso</" -"filename>. First, write the <filename>mini.iso</filename> to the USB stick. " -"Next obtain the necessary firmware files. See <xref linkend=\"loading-" -"firmware\"/> for more information about firmware. Now unplug and replug the " -"USB stick, and two partitions should now be visible on it. You should mount " -"the second of the two partitions, and unpack the firmware onto it." +"The CD or DVD image you choose should be written directly to the USB stick, " +"overwriting its current contents. For example, when using an existing GNU/" +"Linux system, the CD or DVD image file can be written to a USB stick as " +"follows, after having made sure that the stick is unmounted:" msgstr "" #. Tag: screen -#: install-methods.xml:588 +#: install-methods.xml:584 #, no-c-format msgid "" -"# mount /dev/<replaceable>sdX2</replaceable> /mnt\n" -"# cd /mnt\n" -"# tar zxvf <replaceable>/path/to/</replaceable>firmware.tar.gz\n" -"# cd /\n" -"# umount" +"<prompt>#</prompt> <userinput>cp <replaceable>debian.iso</replaceable> /dev/" +"<replaceable>sdX</replaceable></userinput>\n" +"<prompt>#</prompt> <userinput>sync</userinput>" +msgstr "" + +#. Tag: para +#: install-methods.xml:586 +#, no-c-format +msgid "" +"Simply writing the CD or DVD image to USB like this should work fine for " +"most users. The other options below are more complex, mainly for people with " +"specialised needs." msgstr "" #. Tag: para #: install-methods.xml:594 #, no-c-format msgid "" -"The CD or DVD image you choose should be written directly to the USB stick, " -"overwriting its current contents. For example, when using an existing GNU/" -"Linux system, the CD or DVD image file can be written to a USB stick as " -"follows, after having made sure that the stick is unmounted:" +"The hybrid image on the stick does not occupy all the storage space, so it " +"may be worth considering using the free space to hold firmware files or " +"packages or any other files of your choice. This could be useful if you have " +"only one stick or just want to keep everything you need on one device." +msgstr "" + +#. Tag: para +#: install-methods.xml:602 +#, no-c-format +msgid "" +"Create a second, FAT partition on the stick, mount the partition and copy or " +"unpack the firmware onto it. For example:" msgstr "" #. Tag: screen -#: install-methods.xml:601 +#: install-methods.xml:607 #, no-c-format msgid "" -"<prompt>#</prompt> <userinput>cp <replaceable>debian.iso</replaceable> /dev/" -"<replaceable>sdX</replaceable></userinput>\n" -"<prompt>#</prompt> <userinput>sync</userinput>" +"# mount /dev/<replaceable>sdX2</replaceable> /mnt\n" +"# cd /mnt\n" +"# tar zxvf <replaceable>/path/to/</replaceable>firmware.tar.gz\n" +"# cd /\n" +"# umount" msgstr "" #. Tag: para -#: install-methods.xml:603 +#: install-methods.xml:609 #, no-c-format msgid "" -"Simply writing the CD or DVD image to USB like this should work fine for " -"most users. The other options below are more complex, mainly for people with " -"specialised needs." +"You might have written the <filename>mini.iso</filename> to the USB stick. " +"In this case the second partition doesn't have to be created as, very " +"nicely, it will already be present. Unplugging and replugging the USB stick " +"should make the two partitions visible." msgstr "" #. Tag: title -#: install-methods.xml:614 +#: install-methods.xml:623 #, fuzzy, no-c-format #| msgid "Booting the USB stick" msgid "Manually copying files to the USB stick" msgstr "Käynnistäminen USB-muistilta" #. Tag: para -#: install-methods.xml:615 +#: install-methods.xml:624 #, fuzzy, no-c-format #| msgid "" #| "Note that the USB stick should be at least 256 MB in size (smaller setups " @@ -943,7 +959,7 @@ msgstr "" "koko riittää jos noudatat ohjetta <xref linkend=\"usb-copy-flexible\"/>)." #. Tag: para -#: install-methods.xml:622 +#: install-methods.xml:631 #, fuzzy, no-c-format #| msgid "" #| "There is an all-in-one file <filename>hd-media/boot.img.gz</filename> " @@ -965,7 +981,7 @@ msgstr "" "asetustiedosto.</phrase>" #. Tag: para -#: install-methods.xml:631 +#: install-methods.xml:640 #, fuzzy, no-c-format #| msgid "" #| "Note that, although convenient, this method does have one major " @@ -990,19 +1006,19 @@ msgstr "" "romppuotosta, ainoastaan pienemmän businesscard- tai netinst-otoksen." #. Tag: para -#: install-methods.xml:639 +#: install-methods.xml:648 #, no-c-format msgid "To use this image simply extract it directly to your USB stick:" msgstr "Jos käytät tätä otosta, riittää purkaa se sellaisenaan USB-muistille:" #. Tag: screen -#: install-methods.xml:643 +#: install-methods.xml:652 #, no-c-format msgid "# zcat boot.img.gz > /dev/<replaceable>sdX</replaceable>" msgstr "# zcat boot.img.gz > /dev/<replaceable>sdX</replaceable>" #. Tag: para -#: install-methods.xml:645 +#: install-methods.xml:654 #, no-c-format msgid "" "Create a partition of type \"Apple_Bootstrap\" on your USB stick using " @@ -1014,13 +1030,13 @@ msgstr "" "otos suoraan siihen:" #. Tag: screen -#: install-methods.xml:651 +#: install-methods.xml:660 #, no-c-format msgid "# zcat boot.img.gz > /dev/<replaceable>sdX2</replaceable>" msgstr "# zcat boot.img.gz > /dev/<replaceable>sdX2</replaceable>" #. Tag: para -#: install-methods.xml:653 +#: install-methods.xml:662 #, fuzzy, no-c-format #| msgid "" #| "After that, mount the USB memory stick <phrase arch=\"x86\">" @@ -1051,14 +1067,14 @@ msgstr "" "userinput>) ja homma on valmis." #. Tag: title -#: install-methods.xml:670 +#: install-methods.xml:679 #, fuzzy, no-c-format #| msgid "Copying the files — the flexible way" msgid "Manually copying files to the USB stick — the flexible way" msgstr "Tiedostojen kopiointi — joustava tapa" #. Tag: para -#: install-methods.xml:671 +#: install-methods.xml:680 #, no-c-format msgid "" "If you like more flexibility or just want to know what's going on, you " @@ -1073,13 +1089,13 @@ msgstr "" "mahdollisuus kopioida kokonainen CD-levyn ISO-otos sille." #. Tag: title -#: install-methods.xml:686 install-methods.xml:808 +#: install-methods.xml:695 install-methods.xml:817 #, no-c-format msgid "Partitioning the USB stick" msgstr "Osioiden teko USB-muistille" #. Tag: para -#: install-methods.xml:687 +#: install-methods.xml:696 #, no-c-format msgid "" "We will show how to set up the memory stick to use the first partition, " @@ -1089,7 +1105,7 @@ msgstr "" "muistia." #. Tag: para -#: install-methods.xml:692 +#: install-methods.xml:701 #, fuzzy, no-c-format #| msgid "" #| "Since most USB sticks come pre-configured with a single FAT16 partition, " @@ -1131,7 +1147,7 @@ msgstr "" "<classname>dosfstools</classname>." #. Tag: para -#: install-methods.xml:716 +#: install-methods.xml:725 #, no-c-format msgid "" "In order to start the kernel after booting from the USB stick, we will put a " @@ -1150,7 +1166,7 @@ msgstr "" "käynnistyslataimen asetustiedoston muuttamiseen." #. Tag: para -#: install-methods.xml:726 +#: install-methods.xml:735 #, no-c-format msgid "" "To put <classname>syslinux</classname> on the FAT16 partition on your USB " @@ -1174,13 +1190,13 @@ msgstr "" "<filename>ldlinux.sys</filename>, jossa on käynnistyslataimen koodi." #. Tag: title -#: install-methods.xml:743 install-methods.xml:855 +#: install-methods.xml:752 install-methods.xml:864 #, no-c-format msgid "Adding the installer image" msgstr "Asentimen levyotoksen lisääminen" #. Tag: para -#: install-methods.xml:744 +#: install-methods.xml:753 #, no-c-format msgid "" "Mount the partition (<userinput>mount /dev/<replaceable>sdX1</replaceable> /" @@ -1208,7 +1224,7 @@ msgstr "" "tiedostonimiä." #. Tag: para -#: install-methods.xml:768 +#: install-methods.xml:777 #, fuzzy, no-c-format #| msgid "" #| "Next you should create a <filename>syslinux.cfg</filename> configuration " @@ -1245,7 +1261,7 @@ msgstr "" "lisättävä <userinput>vga=788</userinput>." #. Tag: para -#: install-methods.xml:780 +#: install-methods.xml:789 #, no-c-format msgid "" "To enable the boot prompt to permit further parameter appending, add a " @@ -1253,7 +1269,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:785 install-methods.xml:895 +#: install-methods.xml:794 install-methods.xml:904 #, fuzzy, no-c-format #| msgid "" #| "If you used an <filename>hd-media</filename> image, you should now copy a " @@ -1281,7 +1297,7 @@ msgstr "" "(<userinput>umount /mnt</userinput>)." #. Tag: para -#: install-methods.xml:809 +#: install-methods.xml:818 #, no-c-format msgid "" "Most USB sticks do not come pre-configured in such a way that Open Firmware " @@ -1311,7 +1327,7 @@ msgstr "" "<classname>hfsutils</classname>." #. Tag: para -#: install-methods.xml:826 +#: install-methods.xml:835 #, no-c-format msgid "" "In order to start the kernel after booting from the USB stick, we will put a " @@ -1328,7 +1344,7 @@ msgstr "" "muuttamiseen." #. Tag: para -#: install-methods.xml:835 +#: install-methods.xml:844 #, no-c-format msgid "" "The normal <command>ybin</command> tool that comes with <command>yaboot</" @@ -1363,7 +1379,7 @@ msgstr "" "valmistella tavallisilla Unixin työkaluilla." #. Tag: para -#: install-methods.xml:856 +#: install-methods.xml:865 #, no-c-format msgid "" "Mount the partition (<userinput>mount /dev/<replaceable>sdX2</replaceable> /" @@ -1374,31 +1390,31 @@ msgstr "" "muistille:" #. Tag: para -#: install-methods.xml:863 +#: install-methods.xml:872 #, no-c-format msgid "<filename>vmlinux</filename> (kernel binary)" msgstr "<filename>vmlinux</filename> (ytimen ohjelmatiedosto)" #. Tag: para -#: install-methods.xml:868 +#: install-methods.xml:877 #, no-c-format msgid "<filename>initrd.gz</filename> (initial ramdisk image)" msgstr "<filename>initrd.gz</filename> (käynnistysmuistilevyn levyotos)" #. Tag: para -#: install-methods.xml:873 +#: install-methods.xml:882 #, no-c-format msgid "<filename>yaboot.conf</filename> (yaboot configuration file)" msgstr "<filename>yaboot.conf</filename> (yabootin asetustiedosto)" #. Tag: para -#: install-methods.xml:878 +#: install-methods.xml:887 #, no-c-format msgid "<filename>boot.msg</filename> (optional boot message)" msgstr "<filename>boot.msg</filename> (valinnainen käynnistysviesti)" #. Tag: para -#: install-methods.xml:885 +#: install-methods.xml:894 #, no-c-format msgid "" "The <filename>yaboot.conf</filename> configuration file should contain the " @@ -1433,13 +1449,13 @@ msgstr "" "userinput> arvoa voidaan joutua kasvattamaan asennettavan otoksen mukaan." #. Tag: title -#: install-methods.xml:923 +#: install-methods.xml:932 #, no-c-format msgid "Preparing Files for Hard Disk Booting" msgstr "Tiedostojen valmistelu käynnistettäessä kiintolevyltä" #. Tag: para -#: install-methods.xml:924 +#: install-methods.xml:933 #, no-c-format msgid "" "The installer may be booted using boot files placed on an existing hard " @@ -1451,7 +1467,7 @@ msgstr "" "käyttöjärjestelmästä tai käynnistämällä käynnistyslatain suoraan BIOS:sta." #. Tag: para -#: install-methods.xml:930 +#: install-methods.xml:939 #, no-c-format msgid "" "A full, <quote>pure network</quote> installation can be achieved using this " @@ -1465,7 +1481,7 @@ msgstr "" "lukuisten ja epäluotettavien levykkeiden kanssa tappeleminen." #. Tag: para -#: install-methods.xml:937 +#: install-methods.xml:946 #, no-c-format msgid "" "The installer cannot boot from files on an HFS+ file system. MacOS System " @@ -1488,7 +1504,7 @@ msgstr "" "erityisesti noudettavien asennustiedostojen kopioimiseen." #. Tag: para -#: install-methods.xml:948 +#: install-methods.xml:957 #, no-c-format msgid "" "Different programs are used for hard disk installation system booting, " @@ -1500,17 +1516,20 @@ msgstr "" "käynnistämiseen." #. Tag: title -#: install-methods.xml:957 -#, no-c-format +#: install-methods.xml:966 +#, fuzzy, no-c-format +#| msgid "" +#| "Hard disk installer booting using <command>LILO</command> or " +#| "<command>GRUB</command>" msgid "" -"Hard disk installer booting using <command>LILO</command> or <command>GRUB</" -"command>" +"Hard disk installer booting from Linux using <command>LILO</command> or " +"<command>GRUB</command>" msgstr "" "Kiintolevylle tallennetun asentimen käynnistäminen sovelluksilla " "<command>LILO</command> tai <command>GRUB</command>" #. Tag: para -#: install-methods.xml:959 +#: install-methods.xml:968 #, no-c-format msgid "" "This section explains how to add to or even replace an existing linux " @@ -1521,7 +1540,7 @@ msgstr "" "<command>LILO</command> tai <command>GRUB</command>. " #. Tag: para -#: install-methods.xml:965 +#: install-methods.xml:974 #, no-c-format msgid "" "At boot time, both bootloaders support loading in memory not only the " @@ -1533,7 +1552,7 @@ msgstr "" "juuritiedostojärjestelmänä." #. Tag: para -#: install-methods.xml:971 +#: install-methods.xml:980 #, fuzzy, no-c-format #| msgid "" #| "Copy the following files from the Debian archives to a convenient " @@ -1549,19 +1568,19 @@ msgstr "" "filename>." #. Tag: para -#: install-methods.xml:979 +#: install-methods.xml:988 #, no-c-format msgid "<filename>vmlinuz</filename> (kernel binary)" msgstr "<filename>vmlinuz</filename> (ytimen ohjelmatiedosto)" #. Tag: para -#: install-methods.xml:984 +#: install-methods.xml:993 #, no-c-format msgid "<filename>initrd.gz</filename> (ramdisk image)" msgstr "<filename>initrd.gz</filename> (muistilevyn levyotos)" #. Tag: para -#: install-methods.xml:991 +#: install-methods.xml:1000 #, no-c-format msgid "" "Finally, to configure the bootloader proceed to <xref linkend=\"boot-initrd" @@ -1571,18 +1590,18 @@ msgstr "" "\"boot-initrd\"/>." #. Tag: title -#: install-methods.xml:1001 +#: install-methods.xml:1010 #, fuzzy, no-c-format #| msgid "" #| "Hard disk installer booting using <command>LILO</command> or " #| "<command>GRUB</command>" -msgid "Hard disk installer booting using <command>loadlin</command>" +msgid "Hard disk installer booting from DOS using <command>loadlin</command>" msgstr "" "Kiintolevylle tallennetun asentimen käynnistäminen sovelluksilla " "<command>LILO</command> tai <command>GRUB</command>" #. Tag: para -#: install-methods.xml:1002 +#: install-methods.xml:1011 #, fuzzy, no-c-format #| msgid "" #| "This section explains how to add to or even replace an existing linux " @@ -1597,7 +1616,7 @@ msgstr "" "<command>LILO</command> tai <command>GRUB</command>. " #. Tag: para -#: install-methods.xml:1007 +#: install-methods.xml:1016 #, fuzzy, no-c-format #| msgid "" #| "Copy the following files from the Debian archives to a convenient " @@ -1612,7 +1631,7 @@ msgstr "" "filename>." #. Tag: para -#: install-methods.xml:1012 +#: install-methods.xml:1021 #, fuzzy, no-c-format #| msgid "<filename>initrd.gz</filename> (initial ramdisk image)" msgid "" @@ -1620,20 +1639,20 @@ msgid "" msgstr "<filename>initrd.gz</filename> (käynnistysmuistilevyn levyotos)" #. Tag: para -#: install-methods.xml:1017 +#: install-methods.xml:1026 #, fuzzy, no-c-format #| msgid "<filename>boot.msg</filename> (optional boot message)" msgid "<filename>/tools</filename> (loadlin tool)" msgstr "<filename>boot.msg</filename> (valinnainen käynnistysviesti)" #. Tag: title -#: install-methods.xml:1030 +#: install-methods.xml:1039 #, no-c-format msgid "Hard Disk Installer Booting for OldWorld Macs" msgstr "Kiintolevylle tallennetun asentimen käynnistäminen OldWorld Maceilla" #. Tag: para -#: install-methods.xml:1031 +#: install-methods.xml:1040 #, no-c-format msgid "" "The <filename>boot-floppy-hfs</filename> floppy uses <application>miBoot</" @@ -1658,7 +1677,7 @@ msgstr "" "pakollinen tuolla mallilla." #. Tag: para -#: install-methods.xml:1044 +#: install-methods.xml:1053 #, no-c-format msgid "" "Download and unstuff the <application>BootX</application> distribution, " @@ -1686,13 +1705,13 @@ msgstr "" "käytössä olevaan System-kansioon." #. Tag: title -#: install-methods.xml:1064 +#: install-methods.xml:1073 #, no-c-format msgid "Hard Disk Installer Booting for NewWorld Macs" msgstr "Kiintolevylle tallennetun asentimen käynnistäminen NewWorld Maceilla" #. Tag: para -#: install-methods.xml:1065 +#: install-methods.xml:1074 #, no-c-format msgid "" "NewWorld PowerMacs support booting from a network or an ISO9660 CD-ROM, as " @@ -1713,7 +1732,7 @@ msgstr "" "PowerMaceilla." #. Tag: para -#: install-methods.xml:1076 +#: install-methods.xml:1085 #, no-c-format msgid "" "<emphasis>Copy</emphasis> (not move) the following four files which you " @@ -1727,31 +1746,31 @@ msgstr "" "kiintolevyn kuvakkeeseen." #. Tag: filename -#: install-methods.xml:1086 install-methods.xml:1412 +#: install-methods.xml:1095 install-methods.xml:1421 #, no-c-format msgid "vmlinux" msgstr "vmlinux" #. Tag: filename -#: install-methods.xml:1091 install-methods.xml:1417 +#: install-methods.xml:1100 install-methods.xml:1426 #, no-c-format msgid "initrd.gz" msgstr "initrd.gz" #. Tag: filename -#: install-methods.xml:1096 install-methods.xml:1422 +#: install-methods.xml:1105 install-methods.xml:1431 #, no-c-format msgid "yaboot" msgstr "yaboot" #. Tag: filename -#: install-methods.xml:1101 install-methods.xml:1427 +#: install-methods.xml:1110 install-methods.xml:1436 #, no-c-format msgid "yaboot.conf" msgstr "yaboot.conf" #. Tag: para -#: install-methods.xml:1106 +#: install-methods.xml:1115 #, no-c-format msgid "" "Make a note of the partition number of the MacOS partition where you place " @@ -1766,20 +1785,20 @@ msgstr "" "tarvitaan Open Firmwaren komennossa kun asenninta käynnistetään." #. Tag: para -#: install-methods.xml:1114 +#: install-methods.xml:1123 #, no-c-format msgid "To boot the installer, proceed to <xref linkend=\"boot-newworld\"/>." msgstr "" "Käynnistä asennin jatkamalla kohtaan <xref linkend=\"boot-newworld\"/>." #. Tag: title -#: install-methods.xml:1127 +#: install-methods.xml:1136 #, no-c-format msgid "Preparing Files for TFTP Net Booting" msgstr "Tiedostojen valmistelu verkosta käynnistämiseen TFTP:llä" #. Tag: para -#: install-methods.xml:1128 +#: install-methods.xml:1137 #, no-c-format msgid "" "If your machine is connected to a local area network, you may be able to " @@ -1795,7 +1814,7 @@ msgstr "" "tehtävä siten, että asennettavan koneen käynnistämistä tuetaan." #. Tag: para -#: install-methods.xml:1136 +#: install-methods.xml:1145 #, no-c-format msgid "" "You need to set up a TFTP server, and for many machines a DHCP server<phrase " @@ -1807,7 +1826,7 @@ msgstr "" "phrase><phrase condition=\"supports-bootp\"> tai BOOTP-palvelin</phrase>." #. Tag: para -#: install-methods.xml:1143 +#: install-methods.xml:1152 #, no-c-format msgid "" "<phrase condition=\"supports-rarp\">The Reverse Address Resolution Protocol " @@ -1827,7 +1846,7 @@ msgstr "" "järjestelmissä verkkoasetukset voidaan tehdä vain DHCP:llä." #. Tag: para -#: install-methods.xml:1157 +#: install-methods.xml:1166 #, no-c-format msgid "" "For PowerPC, if you have a NewWorld Power Macintosh machine, it is a good " @@ -1839,7 +1858,7 @@ msgstr "" "llä." #. Tag: para -#: install-methods.xml:1163 +#: install-methods.xml:1172 #, no-c-format msgid "" "Some older HPPA machines (e.g. 715/75) use RBOOTD rather than BOOTP. There " @@ -1849,7 +1868,7 @@ msgstr "" "&debian;issa on saatavilla paketti <classname>rbootd</classname>." #. Tag: para -#: install-methods.xml:1168 +#: install-methods.xml:1177 #, no-c-format msgid "" "The Trivial File Transfer Protocol (TFTP) is used to serve the boot image to " @@ -1864,7 +1883,7 @@ msgstr "" "Solaris) ja GNU/Linux käytettävät komennot." #. Tag: para -#: install-methods.xml:1176 +#: install-methods.xml:1185 #, no-c-format msgid "" "For a &debian-gnu; server we recommend <classname>tftpd-hpa</classname>. " @@ -1879,13 +1898,13 @@ msgstr "" "classname>." #. Tag: title -#: install-methods.xml:1192 +#: install-methods.xml:1201 #, no-c-format msgid "Setting up RARP server" msgstr "RARP-palvelimen asetukset" #. Tag: para -#: install-methods.xml:1193 +#: install-methods.xml:1202 #, no-c-format msgid "" "To set up RARP, you need to know the Ethernet address (a.k.a. the MAC " @@ -1905,7 +1924,7 @@ msgstr "" "userinput>." #. Tag: para -#: install-methods.xml:1205 +#: install-methods.xml:1214 #, no-c-format msgid "" "On a RARP server system using a Linux 2.4 or 2.6 kernel, or Solaris/SunOS, " @@ -1931,13 +1950,13 @@ msgstr "" "käyttöjärjestelmässä SunOS 4 (Solaris 1)." #. Tag: title -#: install-methods.xml:1226 +#: install-methods.xml:1235 #, no-c-format msgid "Setting up a DHCP server" msgstr "DHCP-palvelimen asetukset" #. Tag: para -#: install-methods.xml:1227 +#: install-methods.xml:1236 #, no-c-format msgid "" "One free software DHCP server is ISC <command>dhcpd</command>. For &debian-" @@ -1951,7 +1970,7 @@ msgstr "" "filename>):" #. Tag: screen -#: install-methods.xml:1234 +#: install-methods.xml:1243 #, no-c-format msgid "" "option domain-name \"example.com\";\n" @@ -1995,7 +2014,7 @@ msgstr "" "}" #. Tag: para -#: install-methods.xml:1236 +#: install-methods.xml:1245 #, no-c-format msgid "" "In this example, there is one server <replaceable>servername</replaceable> " @@ -2013,7 +2032,7 @@ msgstr "" "nimi." #. Tag: para -#: install-methods.xml:1246 +#: install-methods.xml:1255 #, no-c-format msgid "" "After you have edited the <command>dhcpd</command> configuration file, " @@ -2023,13 +2042,13 @@ msgstr "" "uudestaan komennolla <userinput>/etc/init.d/dhcp3-server restart</userinput>." #. Tag: title -#: install-methods.xml:1254 +#: install-methods.xml:1263 #, no-c-format msgid "Enabling PXE Booting in the DHCP configuration" msgstr "PXE-käynnistyksen käyttöönotto DHCP-asetuksissa" #. Tag: para -#: install-methods.xml:1255 +#: install-methods.xml:1264 #, no-c-format msgid "" "Here is another example for a <filename>dhcp.conf</filename> using the Pre-" @@ -2100,13 +2119,13 @@ msgstr "" "ohjelmatiedosto (katso <xref linkend=\"tftp-images\"/> tuonnempana)." #. Tag: title -#: install-methods.xml:1275 +#: install-methods.xml:1284 #, no-c-format msgid "Setting up a BOOTP server" msgstr "BOOTP-palvelimen käyttöönotto" #. Tag: para -#: install-methods.xml:1276 +#: install-methods.xml:1285 #, no-c-format msgid "" "There are two BOOTP servers available for GNU/Linux. The first is CMU " @@ -2121,7 +2140,7 @@ msgstr "" "<classname>bootp</classname> ja <classname>dhcp3-server</classname>." #. Tag: para -#: install-methods.xml:1284 +#: install-methods.xml:1293 #, fuzzy, no-c-format #| msgid "" #| "To use CMU <command>bootpd</command>, you must first uncomment (or add) " @@ -2217,7 +2236,7 @@ msgstr "" "osoite. </phrase>" #. Tag: para -#: install-methods.xml:1317 +#: install-methods.xml:1326 #, no-c-format msgid "" "By contrast, setting up BOOTP with ISC <command>dhcpd</command> is really " @@ -2241,13 +2260,13 @@ msgstr "" "<userinput>/etc/init.d/dhcp3-server restart</userinput>." #. Tag: title -#: install-methods.xml:1336 +#: install-methods.xml:1345 #, no-c-format msgid "Enabling the TFTP Server" msgstr "TFTP-palvelimen käyttöönotto" #. Tag: para -#: install-methods.xml:1337 +#: install-methods.xml:1346 #, no-c-format msgid "" "To get the TFTP server ready to go, you should first make sure that " @@ -2257,7 +2276,7 @@ msgstr "" "komennon <command>tftpd</command> olevan käytettävissä." #. Tag: para -#: install-methods.xml:1342 +#: install-methods.xml:1351 #, no-c-format msgid "" "In the case of <classname>tftpd-hpa</classname> there are two ways the " @@ -2273,7 +2292,7 @@ msgstr "" "asetukset uudestaan. " #. Tag: para -#: install-methods.xml:1351 +#: install-methods.xml:1360 #, no-c-format msgid "" "Historically, TFTP servers used <filename>/tftpboot</filename> as directory " @@ -2292,7 +2311,7 @@ msgstr "" "asetusesimerkkejä vastaavasti." #. Tag: para -#: install-methods.xml:1361 +#: install-methods.xml:1370 #, no-c-format msgid "" "All <command>in.tftpd</command> alternatives available in &debian; should " @@ -2309,7 +2328,7 @@ msgstr "" "virheiden syytä etsittäessä." #. Tag: para -#: install-methods.xml:1369 +#: install-methods.xml:1378 #, no-c-format msgid "" "If you intend to install &debian; on an SGI machine and your TFTP server is " @@ -2340,13 +2359,13 @@ msgstr "" "palvelimen valitsee käyttämänsä lähdeporttit." #. Tag: title -#: install-methods.xml:1391 +#: install-methods.xml:1400 #, no-c-format msgid "Move TFTP Images Into Place" msgstr "Siirretään TFTP-otokset paikalleen" #. Tag: para -#: install-methods.xml:1392 +#: install-methods.xml:1401 #, no-c-format msgid "" "Next, place the TFTP boot image you need, as found in <xref linkend=\"where-" @@ -2363,7 +2382,7 @@ msgstr "" "nimeämiskäytännölle ole kunnollisia standardeja." #. Tag: para -#: install-methods.xml:1401 +#: install-methods.xml:1410 #, no-c-format msgid "" "On NewWorld Power Macintosh machines, you will need to set up the " @@ -2378,13 +2397,13 @@ msgstr "" "<filename>netboot</filename> on noudettava seuraavat tiedostot:" #. Tag: filename -#: install-methods.xml:1432 +#: install-methods.xml:1441 #, no-c-format msgid "boot.msg" msgstr "boot.msg" #. Tag: para -#: install-methods.xml:1437 +#: install-methods.xml:1446 #, no-c-format msgid "" "For PXE booting, everything you should need is set up in the " @@ -2401,7 +2420,7 @@ msgstr "" "filename>." #. Tag: para -#: install-methods.xml:1445 +#: install-methods.xml:1454 #, no-c-format msgid "" "For PXE booting, everything you should need is set up in the " @@ -2418,13 +2437,13 @@ msgstr "" "ia64/elilo.efi</filename>." #. Tag: title -#: install-methods.xml:1457 +#: install-methods.xml:1466 #, no-c-format msgid "SPARC TFTP Booting" msgstr "SPARC:n käynnistys TFTP:llä" #. Tag: para -#: install-methods.xml:1458 +#: install-methods.xml:1467 #, no-c-format msgid "" "Some SPARC architectures add the subarchitecture names, such as " @@ -2455,7 +2474,7 @@ msgstr "" "nimen." #. Tag: para -#: install-methods.xml:1474 +#: install-methods.xml:1483 #, no-c-format msgid "" "If you've done all this correctly, giving the command <userinput>boot net</" @@ -2468,7 +2487,7 @@ msgstr "" "yritä tarkistaa tftp-palvelimen lokeista mitä otoksen nimeä yritetään noutaa." #. Tag: para -#: install-methods.xml:1481 +#: install-methods.xml:1490 #, no-c-format msgid "" "You can also force some sparc systems to look for a specific file name by " @@ -2482,13 +2501,13 @@ msgstr "" "hakemistossa josta TFTP-palvelin sitä etsii." #. Tag: title -#: install-methods.xml:1492 +#: install-methods.xml:1501 #, no-c-format msgid "SGI TFTP Booting" msgstr "SGI:n käynnistys TFTP:llä" #. Tag: para -#: install-methods.xml:1493 +#: install-methods.xml:1502 #, no-c-format msgid "" "On SGI machines you can rely on the <command>bootpd</command> to supply the " @@ -2502,13 +2521,13 @@ msgstr "" "tiedostossa <filename>/etc/dhcpd.conf</filename>." #. Tag: title -#: install-methods.xml:1601 +#: install-methods.xml:1610 #, no-c-format msgid "Automatic Installation" msgstr "Automaattinen asennus" #. Tag: para -#: install-methods.xml:1602 +#: install-methods.xml:1611 #, fuzzy, no-c-format #| msgid "" #| "For installing on multiple computers it's possible to do fully automatic " @@ -2530,13 +2549,13 @@ msgstr "" "classname>, ja &debian;in asennin itse." #. Tag: title -#: install-methods.xml:1614 +#: install-methods.xml:1623 #, no-c-format msgid "Automatic Installation Using the &debian; Installer" msgstr "Automaattinen asennus &debian;in asentimella" #. Tag: para -#: install-methods.xml:1615 +#: install-methods.xml:1624 #, no-c-format msgid "" "The &debian; Installer supports automating installs via preconfiguration " @@ -2550,7 +2569,7 @@ msgstr "" "asennusprosessin aikana kysyttyihin kysymyksiin." #. Tag: para -#: install-methods.xml:1622 +#: install-methods.xml:1631 #, no-c-format msgid "" "Full documentation on preseeding including a working example that you can " diff --git a/po/fi/installation-howto.po b/po/fi/installation-howto.po index d16d1ce4c..cd28e598e 100644 --- a/po/fi/installation-howto.po +++ b/po/fi/installation-howto.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: installation-guide 20060430 installation howto 36744\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2012-10-24 19:53+0000\n" +"POT-Creation-Date: 2012-12-29 10:09+0000\n" "PO-Revision-Date: 2008-11-08 23:06+0200\n" "Last-Translator: Esko Arajärvi <edu@iki.fi>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -490,6 +490,19 @@ msgstr "" #: installation-howto.xml:255 #, no-c-format msgid "" +"Setting up your clock and time zone is followed by the creation of user " +"accounts. By default you are asked to provide a password for the " +"<quote>root</quote> (administrator) account and information necessary to " +"create one regular user account. If you do not specify a password for the " +"<quote>root</quote> user this account will be disabled but the " +"<command>sudo</command> package will be installed later to enable " +"administrative tasks to be carried out on the new system." +msgstr "" + +#. Tag: para +#: installation-howto.xml:264 +#, no-c-format +msgid "" "Now it is time to partition your disks. First you will be given the " "opportunity to automatically partition either an entire drive, or available " "free space on a drive (see <xref linkend=\"partman-auto\"/>). This is " @@ -503,7 +516,7 @@ msgstr "" "<guimenuitem>Osioi itse</guimenuitem>." #. Tag: para -#: installation-howto.xml:263 +#: installation-howto.xml:272 #, no-c-format msgid "" "If you have an existing DOS or Windows partition that you want to preserve, " @@ -519,7 +532,7 @@ msgstr "" "määritetään sen uusi koko." #. Tag: para -#: installation-howto.xml:270 +#: installation-howto.xml:279 #, no-c-format msgid "" "On the next screen you will see your partition table, how the partitions " @@ -542,7 +555,7 @@ msgstr "" "linkend=\"partitioning\"/> on yleisempää tietoa osioinnista." #. Tag: para -#: installation-howto.xml:283 +#: installation-howto.xml:292 #, no-c-format msgid "" "Now &d-i; formats your partitions and starts to install the base system, " @@ -552,7 +565,7 @@ msgstr "" "saattaa viedä tovin. Sen jälkeen asennetaan ydin." #. Tag: para -#: installation-howto.xml:288 +#: installation-howto.xml:297 #, no-c-format msgid "" "The base system that was installed earlier is a working, but very minimal " @@ -576,20 +589,7 @@ msgstr "" "vaiheesta." #. Tag: para -#: installation-howto.xml:300 -#, no-c-format -msgid "" -"Installation of the base system is followed by setting up user accounts. By " -"default you will need to provide a password for the <quote>root</quote> " -"(administrator) account and information necessary to create one regular user " -"account." -msgstr "" -"Perusjärjestelmän asennuksen jälkeen luodaan käyttäjätunnukset. Oletuksena " -"pyydetään salasana tunnukselle <quote>root</quote> (pääkäyttäjä) ja yhden " -"tavallisen käyttäjätunnuksen luomiseen tarvittavat tiedot." - -#. Tag: para -#: installation-howto.xml:307 +#: installation-howto.xml:309 #, no-c-format msgid "" "The last step is to install a boot loader. If the installer detects other " @@ -606,7 +606,7 @@ msgstr "" "Tämä valinta voidaan ohittaa ja tehdä asennus muualle. </phrase>" #. Tag: para -#: installation-howto.xml:317 +#: installation-howto.xml:319 #, no-c-format msgid "" "&d-i; will now tell you that the installation has finished. Remove the cdrom " @@ -620,7 +620,7 @@ msgstr "" "sisään. Tästä kerrotaan luvusta <xref linkend=\"boot-new\"/>." #. Tag: para -#: installation-howto.xml:324 +#: installation-howto.xml:326 #, no-c-format msgid "" "If you need more information on the install process, see <xref linkend=\"d-i-" @@ -628,13 +628,13 @@ msgid "" msgstr "Lisätietoja asennuksesta löytyy luvusta <xref linkend=\"d-i-intro\"/>." #. Tag: title -#: installation-howto.xml:333 +#: installation-howto.xml:335 #, no-c-format msgid "Send us an installation report" msgstr "Lähetä asennusraportti" #. Tag: para -#: installation-howto.xml:334 +#: installation-howto.xml:336 #, no-c-format msgid "" "If you successfully managed an installation with &d-i;, please take time to " @@ -651,7 +651,7 @@ msgstr "" "installation-reports</command>." #. Tag: para -#: installation-howto.xml:344 +#: installation-howto.xml:346 #, no-c-format msgid "" "If you did not complete the install, you probably found a bug in debian-" @@ -667,13 +667,13 @@ msgstr "" "saatavilla luvussa <xref linkend=\"problem-report\"/>." #. Tag: title -#: installation-howto.xml:356 +#: installation-howto.xml:358 #, no-c-format msgid "And finally…" msgstr "Ja lopuksi…" #. Tag: para -#: installation-howto.xml:357 +#: installation-howto.xml:359 #, no-c-format msgid "" "We hope that your &debian; installation is pleasant and that you find " @@ -681,3 +681,14 @@ msgid "" msgstr "" "Toivomme &debian;in asennuksen sujuvan mukavasti ja &debian;in olevan " "hyödyllinen. Kannattaa lukea <xref linkend=\"post-install\"/>." + +#~ msgid "" +#~ "Installation of the base system is followed by setting up user accounts. " +#~ "By default you will need to provide a password for the <quote>root</" +#~ "quote> (administrator) account and information necessary to create one " +#~ "regular user account." +#~ msgstr "" +#~ "Perusjärjestelmän asennuksen jälkeen luodaan käyttäjätunnukset. " +#~ "Oletuksena pyydetään salasana tunnukselle <quote>root</quote> " +#~ "(pääkäyttäjä) ja yhden tavallisen käyttäjätunnuksen luomiseen tarvittavat " +#~ "tiedot." diff --git a/po/fi/using-d-i.po b/po/fi/using-d-i.po index 0541ff609..e338224e6 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: 2012-10-24 19:53+0000\n" +"POT-Creation-Date: 2012-12-29 10:09+0000\n" "PO-Revision-Date: 2010-05-14 08:20+0300\n" "Last-Translator: Tapio Lehtonen <tale@debian.org>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -5687,14 +5687,28 @@ msgstr "" "Huomaa että laiteohjelmiston lataamisen voi ohittaa jos on tiedossa että " "laite toimii ilmankin tai jos laitetta ei tarvita asennuksen aikana." +#. Tag: para +#: using-d-i.xml:3504 +#, no-c-format +msgid "" +"&d-i; only prompts for firmware needed by kernel modules loaded during the " +"installation. Not all drivers are included in &d-i;, in particular radeon is " +"not, so this implies that the capabilities of some devices may be no " +"different at the end of the installation from what they were at the " +"beginning. Consequently, some of your hardware may not be being used to its " +"full potential. If you suspect this is the case, or are just curious, it is " +"not a bad idea to check the output of the <command>dmesg</command> command " +"on the newly booted system and search for <quote>firmware</quote>." +msgstr "" + #. Tag: title -#: using-d-i.xml:3506 +#: using-d-i.xml:3518 #, no-c-format msgid "Preparing a medium" msgstr "Taltion valmistelu" #. Tag: para -#: using-d-i.xml:3507 +#: using-d-i.xml:3519 #, fuzzy, no-c-format #| msgid "" #| "Although in some cases the firmware can also be loaded from a partition " @@ -5724,7 +5738,7 @@ msgstr "" "tuettu asennuksen ensimmäisten vaiheiden aikana." #. Tag: para -#: using-d-i.xml:3520 +#: using-d-i.xml:3532 #, fuzzy, no-c-format #| msgid "" #| "Tarballs containing current packages for the most common firmware are " @@ -5745,7 +5759,7 @@ msgstr "" "vastaava tar-tiedosto ja pura se taltion tiedostojärjestelmään." #. Tag: para -#: using-d-i.xml:3534 +#: using-d-i.xml:3546 #, no-c-format msgid "" "If the firmware you need is not included in the tarball, you can also " @@ -5762,7 +5776,7 @@ msgstr "" "laiteohjelmistopaketteja." #. Tag: para -#: using-d-i.xml:3548 +#: using-d-i.xml:3560 #, no-c-format msgid "" "It is also possible to copy individual firmware files to the medium. Loose " @@ -5774,13 +5788,13 @@ msgstr "" "laitevalmistajalta." #. Tag: title -#: using-d-i.xml:3557 +#: using-d-i.xml:3569 #, no-c-format msgid "Firmware and the Installed System" msgstr "Laiteohjelmisto ja asennettu järjestelmä" #. Tag: para -#: using-d-i.xml:3558 +#: using-d-i.xml:3570 #, no-c-format msgid "" "Any firmware loaded during the installation will be copied automatically to " @@ -5798,7 +5812,7 @@ msgstr "" "laiteohjelmistoa voida ladata versioerojen vuoksi." #. Tag: para -#: using-d-i.xml:3567 +#: using-d-i.xml:3579 #, no-c-format msgid "" "If the firmware was loaded from a firmware package, &d-i; will also install " @@ -5814,7 +5828,7 @@ msgstr "" "automaattisesti jos uusi versio julkaistaan." #. Tag: para -#: using-d-i.xml:3575 +#: using-d-i.xml:3587 #, no-c-format msgid "" "If loading the firmware was skipped during the installation, the relevant " @@ -5826,7 +5840,7 @@ msgstr "" "laiteohjelmistopaketti) on asennettu käyttäjän toimesta." #. Tag: para -#: using-d-i.xml:3582 +#: using-d-i.xml:3594 #, no-c-format msgid "" "If the firmware was loaded from loose firmware files, the firmware copied to " |