summaryrefslogtreecommitdiff
path: root/po/fi/preseed.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/fi/preseed.po')
-rw-r--r--po/fi/preseed.po307
1 files changed, 37 insertions, 270 deletions
diff --git a/po/fi/preseed.po b/po/fi/preseed.po
index 010c0c43d..0b2efa006 100644
--- a/po/fi/preseed.po
+++ b/po/fi/preseed.po
@@ -744,16 +744,6 @@ msgstr ""
#. Tag: para
#: preseed.xml:461
#, no-c-format
-#| msgid ""
-#| "The <literal>auto</literal> boot label is not yet defined on all "
-#| "architectures. The same effect may be achieved by simply adding the two "
-#| "parameters <literal>auto=true priority=critical</literal> to the kernel "
-#| "command line. The <literal>auto</literal> parameter is an alias for "
-#| "<literal>auto-install/enable</literal> and controls the delay of the "
-#| "locale and keyboard questions until after there has been a chance to "
-#| "preseed them, while <literal>priority</literal> is an alias for "
-#| "<literal>debconf/priority</literal> and setting it to <literal>critical</"
-#| "literal> stops any questions with a lower priority from being asked."
msgid ""
"The <literal>auto</literal> boot label is not yet defined everywhere. The "
"same effect may be achieved by simply adding the two parameters "
@@ -764,7 +754,16 @@ msgid ""
"while <literal>priority</literal> is an alias for <literal>debconf/priority</"
"literal> and setting it to <literal>critical</literal> stops any questions "
"with a lower priority from being asked."
-msgstr "Käynnistysnimiötä <literal>auto</literal> ei vielä ole määritelty kaikialla. Sama vaikutus saadaan lisäämällä parametrit <literal>auto=true priority=critical</literal> ytimen komentoriville. <literal>auto</literal> on lyhennysmerkintä <literal>auto-install/enable</literal>:lle ja arvolla <literal>true</literal> maa-asetuston ja näppäimistön kysymistä viivästetään kunnes niihin on saatu haettua valmiit vastaukset, kun taas <literal>priority</literal> on lyhennysmerkintä <literal>debconf/priority</literal>:lle ja sen asettaminen arvoon <literal>critical</literal> estää kaikkia alhaisemman prioriteetin kysymykset."
+msgstr ""
+"Käynnistysnimiötä <literal>auto</literal> ei vielä ole määritelty kaikialla. "
+"Sama vaikutus saadaan lisäämällä parametrit <literal>auto=true "
+"priority=critical</literal> ytimen komentoriville. <literal>auto</literal> "
+"on lyhennysmerkintä <literal>auto-install/enable</literal>:lle ja arvolla "
+"<literal>true</literal> maa-asetuston ja näppäimistön kysymistä viivästetään "
+"kunnes niihin on saatu haettua valmiit vastaukset, kun taas "
+"<literal>priority</literal> on lyhennysmerkintä <literal>debconf/priority</"
+"literal>:lle ja sen asettaminen arvoon <literal>critical</literal> estää "
+"kaikkia alhaisemman prioriteetin kysymykset."
#. Tag: para
#: preseed.xml:475
@@ -810,9 +809,12 @@ msgid ""
"to specify a value as well: for example, <literal>auto=true</literal> or "
"<literal>interface=eth0</literal>."
msgstr ""
-"Seuraavat lyhennysmerkinnät saattavat olla hyödyllisiä käytettäessä (auto mode) \n"
-"valmiita vastauksia. Huomaa näiden olevan vain lyhennysmerkintä kysymyksen nimelle, \n"
-"ja aina on annettava myöskin arvo: esimerkiksi <literal>auto=true</literal> tai \n"
+"Seuraavat lyhennysmerkinnät saattavat olla hyödyllisiä käytettäessä (auto "
+"mode) \n"
+"valmiita vastauksia. Huomaa näiden olevan vain lyhennysmerkintä kysymyksen "
+"nimelle, \n"
+"ja aina on annettava myöskin arvo: esimerkiksi <literal>auto=true</literal> "
+"tai \n"
"<literal>interface=eth0</literal>."
#. Tag: entry
@@ -1413,55 +1415,6 @@ msgstr "Seuraavat debconf-muuttujat vaikuttavat verkon asetuksiin."
#. Tag: screen
#: preseed.xml:762
#, no-c-format
-#| msgid ""
-#| "# netcfg will choose an interface that has link if possible. This makes "
-#| "it\n"
-#| "# skip displaying a list if there is more than one interface.\n"
-#| "d-i netcfg/choose_interface select auto\n"
-#| "\n"
-#| "# To pick a particular interface instead:\n"
-#| "#d-i netcfg/choose_interface select eth1\n"
-#| "\n"
-#| "# If you have a slow dhcp server and the installer times out waiting for\n"
-#| "# it, this might be useful.\n"
-#| "#d-i netcfg/dhcp_timeout string 60\n"
-#| "\n"
-#| "# If you prefer to configure the network manually, uncomment this line "
-#| "and\n"
-#| "# the static network configuration below.\n"
-#| "#d-i netcfg/disable_dhcp boolean true\n"
-#| "\n"
-#| "# If you want the preconfiguration file to work on systems both with and\n"
-#| "# without a dhcp server, uncomment these lines and the static network\n"
-#| "# configuration below.\n"
-#| "#d-i netcfg/dhcp_failed note\n"
-#| "#d-i netcfg/dhcp_options select Configure network manually\n"
-#| "\n"
-#| "# Static network configuration.\n"
-#| "#d-i netcfg/get_nameservers string 192.168.1.1\n"
-#| "#d-i netcfg/get_ipaddress string 192.168.1.42\n"
-#| "#d-i netcfg/get_netmask string 255.255.255.0\n"
-#| "#d-i netcfg/get_gateway string 192.168.1.1\n"
-#| "#d-i netcfg/confirm_static boolean true\n"
-#| "\n"
-#| "# Any hostname and domain names assigned from dhcp take precedence over\n"
-#| "# values set here. However, setting the values still prevents the "
-#| "questions\n"
-#| "# from being shown, even if values come from dhcp.\n"
-#| "d-i netcfg/get_hostname string unassigned-hostname\n"
-#| "d-i netcfg/get_domain string unassigned-domain\n"
-#| "\n"
-#| "# Disable that annoying WEP key dialog.\n"
-#| "d-i netcfg/wireless_wep string\n"
-#| "# The wacky dhcp hostname that some ISPs use as a password of sorts.\n"
-#| "#d-i netcfg/dhcp_hostname string radish\n"
-#| "\n"
-#| "# If non-free firmware is needed for the network or other hardware, you "
-#| "can\n"
-#| "# configure the installer to always try to load it, without prompting. "
-#| "Or\n"
-#| "# change to false to disable asking.\n"
-#| "#d-i hw-detect/load_firmware boolean true"
msgid ""
"# Disable network configuration entirely. This is useful for cdrom\n"
"# installations on non-networked devices where the network questions,\n"
@@ -1587,7 +1540,6 @@ msgstr ""
#. Tag: title
#: preseed.xml:780
#, no-c-format
-#| msgid "Network configuration"
msgid "Network console"
msgstr "Pääteyhteys verkon kautta"
@@ -1755,72 +1707,6 @@ msgstr ""
#. Tag: screen
#: preseed.xml:844
#, no-c-format
-#| msgid ""
-#| "# If the system has free space you can choose to only partition that "
-#| "space.\n"
-#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
-#| "\n"
-#| "# Alternatively, you can specify a disk to partition. The device name "
-#| "must\n"
-#| "# be given in traditional non-devfs format.\n"
-#| "# Note: A disk must be specified, unless the system has only one disk.\n"
-#| "# For example, to use the first SCSI/SATA hard disk:\n"
-#| "#d-i partman-auto/disk string /dev/sda\n"
-#| "# In addition, you'll need to specify the method to use.\n"
-#| "# The presently available methods are: \"regular\", \"lvm\" and \"crypto"
-#| "\"\n"
-#| "d-i partman-auto/method string lvm\n"
-#| "\n"
-#| "# If one of the disks that are going to be automatically partitioned\n"
-#| "# contains an old LVM configuration, the user will normally receive a\n"
-#| "# warning. This can be preseeded away...\n"
-#| "d-i partman-lvm/device_remove_lvm boolean true\n"
-#| "# The same applies to pre-existing software RAID array:\n"
-#| "d-i partman-md/device_remove_md boolean true\n"
-#| "# And the same goes for the confirmation to write the lvm partitions.\n"
-#| "d-i partman-lvm/confirm boolean true\n"
-#| "\n"
-#| "# You can choose one of the three predefined partitioning recipes:\n"
-#| "# - atomic: all files in one partition\n"
-#| "# - home: separate /home partition\n"
-#| "# - multi: separate /home, /usr, /var, and /tmp partitions\n"
-#| "d-i partman-auto/choose_recipe select atomic\n"
-#| "\n"
-#| "# Or provide a recipe of your own...\n"
-#| "# The recipe format is documented in the file devel/partman-auto-recipe."
-#| "txt.\n"
-#| "# If you have a way to get a recipe file into the d-i environment, you "
-#| "can\n"
-#| "# just point at it.\n"
-#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
-#| "\n"
-#| "# If not, you can put an entire recipe into the preconfiguration file in "
-#| "one\n"
-#| "# (logical) line. This example creates a small /boot partition, suitable\n"
-#| "# swap, and uses the rest of the space for the root partition:\n"
-#| "#d-i partman-auto/expert_recipe string \\\n"
-#| "# boot-root :: \\\n"
-#| "# 40 50 100 ext3 \\\n"
-#| "# $primary{ } $bootable{ } \\\n"
-#| "# method{ format } format{ } \\\n"
-#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
-#| "# mountpoint{ /boot } \\\n"
-#| "# . \\\n"
-#| "# 500 10000 1000000000 ext3 \\\n"
-#| "# method{ format } format{ } \\\n"
-#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
-#| "# mountpoint{ / } \\\n"
-#| "# . \\\n"
-#| "# 64 512 300% linux-swap \\\n"
-#| "# method{ swap } format{ } \\\n"
-#| "# .\n"
-#| "\n"
-#| "# This makes partman automatically partition without confirmation, "
-#| "provided\n"
-#| "# that you told it what to do using one of the methods above.\n"
-#| "d-i partman/confirm_write_new_label boolean true\n"
-#| "d-i partman/choose_partition select finish\n"
-#| "d-i partman/confirm boolean true"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"#d-i partman-auto/init_automatically_partition select biggest_free\n"
@@ -1913,7 +1799,8 @@ msgstr ""
"\n"
"# Tai käytä omaa mallia...\n"
"# Mallin syntaksi on kuvattu tiedostossa devel/partman-auto-recipe.txt\n"
-"# Jos mallitiedosto saadaan d-i:n saataville, siihen voidaan viitata suoraan.\n"
+"# Jos mallitiedosto saadaan d-i:n saataville, siihen voidaan viitata "
+"suoraan.\n"
"#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
"\n"
"# Jos ei saada, voidaan koko malli pistää valmiiden vastausten tiedostoon\n"
@@ -1983,56 +1870,6 @@ msgstr ""
#. Tag: screen
#: preseed.xml:870
#, no-c-format
-#| msgid ""
-#| "# NOTE: this option is of beta release quality and should be used "
-#| "carefully\n"
-#| "\n"
-#| "# The method should be set to \"raid\".\n"
-#| "#d-i partman-auto/method string raid\n"
-#| "# Specify the disks to be partitioned. They will all get the same "
-#| "layout,\n"
-#| "# so this will only work if the disks are the same size.\n"
-#| "#d-i partman-auto/disk string /dev/discs/disc0/disc /dev/discs/disc1/"
-#| "disc\n"
-#| "\n"
-#| "# Next you need to specify the physical partitions that will be used. \n"
-#| "#d-i partman-auto/expert_recipe string \\\n"
-#| "# multiraid :: \\\n"
-#| "# 1000 5000 4000 raid \\\n"
-#| "# $primary{ } method{ raid } \\\n"
-#| "# . \\\n"
-#| "# 64 512 300% raid \\\n"
-#| "# method{ raid } \\\n"
-#| "# . \\\n"
-#| "# 500 10000 1000000000 raid \\\n"
-#| "# method{ raid } \\\n"
-#| "# .\n"
-#| "\n"
-#| "# Last you need to specify how the previously defined partitions will be\n"
-#| "# used in the RAID setup. Remember to use the correct partition numbers\n"
-#| "# for logical partitions.\n"
-#| "# Parameters are:\n"
-#| "# &lt;raidtype&gt; &lt;devcount&gt; &lt;sparecount&gt; &lt;fstype&gt; &lt;"
-#| "mountpoint&gt; \\\n"
-#| "# &lt;devices&gt; &lt;sparedevices&gt;\n"
-#| "# RAID levels 0, 1, 5, 6 and 10 are supported; devices are separated "
-#| "using \"#\"\n"
-#| "#d-i partman-auto-raid/recipe string \\\n"
-#| "# 1 2 0 ext3 / \\\n"
-#| "# /dev/discs/disc0/part1#/dev/discs/disc1/part1 \\\n"
-#| "# . \\\n"
-#| "# 1 2 0 swap - \\\n"
-#| "# /dev/discs/disc0/part5#/dev/discs/disc1/part5 \\\n"
-#| "# . \\\n"
-#| "# 0 2 0 ext3 /home \\\n"
-#| "# /dev/discs/disc0/part6#/dev/discs/disc1/part6 \\\n"
-#| "# .\n"
-#| "\n"
-#| "# This makes partman automatically partition without confirmation.\n"
-#| "d-i partman-md/confirm boolean true\n"
-#| "d-i partman/confirm_write_new_label boolean true\n"
-#| "d-i partman/choose_partition select finish\n"
-#| "d-i partman/confirm boolean true"
msgid ""
"# NOTE: this option is of beta release quality and should be used carefully\n"
"\n"
@@ -2106,7 +1943,8 @@ msgstr ""
"# RAID-pakassa. Muista käyttää oikeita osioiden numeroita loogisille\n"
"# osioille.\n"
"# Parametrit ovat:\n"
-"# &lt;raidtype&gt; &lt;devcount&gt; &lt;sparecount&gt; &lt;fstype&gt; &lt;mountpoint&gt; \\\n"
+"# &lt;raidtype&gt; &lt;devcount&gt; &lt;sparecount&gt; &lt;fstype&gt; &lt;"
+"mountpoint&gt; \\\n"
"# &lt;devices&gt; &lt;sparedevices&gt;\n"
"# RAID tasot 0, 1, 5, 6 ja 10 on tuettu; laitteiden erottimena on \"#\"\n"
"#d-i partman-auto-raid/recipe string \\\n"
@@ -2170,7 +2008,12 @@ msgid ""
"mounted. Similarly, labels are likely to clash if you plug in a new disk or "
"a USB drive, and if that happens your system's behaviour when started will "
"be random."
-msgstr "Perinteiset laitenimet voivat muuttua sen mukaan missä järjestyksessä ydin havaitsee laitteet käynnistyksessä, joilloin saatetaan liittää väärä tiedostojärjestelmä. Samaan tapaan nimiöt saattavat olla samoja kun asennetaan uusi levy tai kytketään USB-levy, ja jos näin käy on järjestelmän toiminta käynnistyksessä satunnaista. "
+msgstr ""
+"Perinteiset laitenimet voivat muuttua sen mukaan missä järjestyksessä ydin "
+"havaitsee laitteet käynnistyksessä, joilloin saatetaan liittää väärä "
+"tiedostojärjestelmä. Samaan tapaan nimiöt saattavat olla samoja kun "
+"asennetaan uusi levy tai kytketään USB-levy, ja jos näin käy on järjestelmän "
+"toiminta käynnistyksessä satunnaista. "
#. Tag: screen
#: preseed.xml:902
@@ -2183,8 +2026,10 @@ msgid ""
"# falling back to UUIDs.\n"
"#d-i partman/mount_style select uuid"
msgstr ""
-"# Vakiona liitetään UUID:n perusteella, mutta perinteiset laitenimet saadaan \n"
-"# valinnalla \"traditional\" tai valinnalla \"label\" ensisijaisesti nimiö ja \n"
+"# Vakiona liitetään UUID:n perusteella, mutta perinteiset laitenimet "
+"saadaan \n"
+"# valinnalla \"traditional\" tai valinnalla \"label\" ensisijaisesti nimiö "
+"ja \n"
"# jos nimiötä ei ole niin UUID.\n"
"#d-i partman/mount_style select uuid"
@@ -2540,25 +2385,6 @@ msgstr ""
#. Tag: screen
#: preseed.xml:1034
#, no-c-format
-#| msgid ""
-#| "#tasksel tasksel/first multiselect standard, web-server\n"
-#| "# If the desktop task is selected, install the kde and xfce desktops\n"
-#| "# instead of the default gnome desktop.\n"
-#| "#tasksel tasksel/desktop multiselect kde, xfce\n"
-#| "\n"
-#| "# Individual additional packages to install\n"
-#| "#d-i pkgsel/include string openssh-server build-essential\n"
-#| "# Whether to upgrade packages after debootstrap.\n"
-#| "# Allowed values: none, safe-upgrade, full-upgrade\n"
-#| "#d-i pkgsel/upgrade select none\n"
-#| "\n"
-#| "# Some versions of the installer can report back on what software you "
-#| "have\n"
-#| "# installed, and what software you use. The default is not to report "
-#| "back,\n"
-#| "# but sending reports helps the project determine what software is most\n"
-#| "# popular and include it on CDs.\n"
-#| "#popularity-contest popularity-contest/participate boolean false"
msgid ""
"#tasksel tasksel/first multiselect standard, web-server\n"
"# If the desktop task is selected, install the kde and xfce desktops\n"
@@ -2612,39 +2438,6 @@ msgstr "Käynnistyslataimen asennus"
#. Tag: screen
#: preseed.xml:1041
#, no-c-format
-#| msgid ""
-#| "# Grub is the default boot loader (for x86). If you want lilo installed\n"
-#| "# instead, uncomment this:\n"
-#| "#d-i grub-installer/skip boolean true\n"
-#| "# To also skip installing lilo, and install no bootloader, uncomment "
-#| "this\n"
-#| "# too:\n"
-#| "#d-i lilo-installer/skip boolean true\n"
-#| "\n"
-#| "# This is fairly safe to set, it makes grub install automatically to the "
-#| "MBR\n"
-#| "# if no other operating system is detected on the machine.\n"
-#| "d-i grub-installer/only_debian boolean true\n"
-#| "\n"
-#| "# This one makes grub-installer install to the MBR if it also finds some "
-#| "other\n"
-#| "# OS, which is less safe as it might not be able to boot that other OS.\n"
-#| "d-i grub-installer/with_other_os boolean true\n"
-#| "\n"
-#| "# Alternatively, if you want to install to a location other than the "
-#| "mbr,\n"
-#| "# uncomment and edit these lines:\n"
-#| "#d-i grub-installer/only_debian boolean false\n"
-#| "#d-i grub-installer/with_other_os boolean false\n"
-#| "#d-i grub-installer/bootdev string (hd0,0)\n"
-#| "# To install grub to multiple disks:\n"
-#| "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
-#| "\n"
-#| "# Optional password for grub, either in clear text\n"
-#| "#d-i grub-installer/password password r00tme\n"
-#| "#d-i grub-installer/password-again password r00tme\n"
-#| "# or encrypted using an MD5 hash, see grub-md5-crypt(8).\n"
-#| "#d-i grub-installer/password-crypted password [MD5 hash]"
msgid ""
"# Grub is the default boot loader (for x86). If you want lilo installed\n"
"# instead, uncomment this:\n"
@@ -2826,29 +2619,6 @@ msgstr ""
#. Tag: screen
#: preseed.xml:1081
#, no-c-format
-#| msgid ""
-#| "# d-i preseeding is inherently not secure. Nothing in the installer "
-#| "checks\n"
-#| "# for attempts at buffer overflows or other exploits of the values of a\n"
-#| "# preconfiguration file like this one. Only use preconfiguration files "
-#| "from\n"
-#| "# trusted locations! To drive that home, and because it's generally "
-#| "useful,\n"
-#| "# here's a way to run any shell command you'd like inside the installer,\n"
-#| "# automatically.\n"
-#| "\n"
-#| "# This first command is run as early as possible, just after\n"
-#| "# preseeding is read.\n"
-#| "#d-i preseed/early_command string anna-install some-udeb\n"
-#| "\n"
-#| "# This command is run just before the install finishes, but when there "
-#| "is\n"
-#| "# still a usable /target directory. You can chroot to /target and use it\n"
-#| "# directly, or use the apt-install and in-target commands to easily "
-#| "install\n"
-#| "# packages and run commands in the target system.\n"
-#| "#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/"
-#| "zsh"
msgid ""
"# d-i preseeding is inherently not secure. Nothing in the installer checks\n"
"# for attempts at buffer overflows or other exploits of the values of a\n"
@@ -2888,7 +2658,8 @@ msgstr ""
"# vastauksia jotka ovat riippuvaisia levyjen tilasta (levyt eivät ehkä ole\n"
"# näkyvissä kun preseed/early_command suoritetaan).\n"
"#d-i partman/early_command\n"
-"# string debconf-set partman-auto/disk \"$(list-devices disk | head -nl)\"\n"
+"# string debconf-set partman-auto/disk \"$(list-devices disk | head -nl)"
+"\"\n"
"# Tämä komento suoritetaan juuri ennen asennuksen päättymistä, mutta\n"
"# /target hakemiston vielä ollessa kunnossa. /target voidaan käyttää\n"
"# suoraan juurihakemistona tai käyttämällä komentoja apt-install ja\n"
@@ -2936,19 +2707,15 @@ msgid ""
"used in the installer itself. For variables belonging to packages installed "
"on the target system, you should use the name of that package instead. See "
"the footnote to <xref linkend=\"preseed-bootparms\"/>."
-msgstr "Huomaa, että omistajaa <quote>d-i</quote> tulisi käyttää vain asentimen itsensä käyttämille muuttujille. Kohdejärjestelmään asennettuille paketeille kuuluville muuttujille tulisi käyttää tuon paketin nimeä. Katso alaviitettä <xref linkend=\"preseed-bootparms\"/>."
+msgstr ""
+"Huomaa, että omistajaa <quote>d-i</quote> tulisi käyttää vain asentimen "
+"itsensä käyttämille muuttujille. Kohdejärjestelmään asennettuille paketeille "
+"kuuluville muuttujille tulisi käyttää tuon paketin nimeä. Katso alaviitettä "
+"<xref linkend=\"preseed-bootparms\"/>."
#. Tag: para
#: preseed.xml:1108
#, no-c-format
-#| msgid ""
-#| "If you are preseeding using boot parameters, you can make the installer "
-#| "ask the corresponding question by using the <quote>?=</quote> operator, i."
-#| "e. <userinput><replaceable>foo</replaceable>/<replaceable>bar</"
-#| "replaceable>?=<replaceable>value</replaceable></userinput>. This will of "
-#| "course only have effect for parameters that correspond to questions that "
-#| "are actually displayed during an installation and not for "
-#| "<quote>internal</quote> parameters."
msgid ""
"If you are preseeding using boot parameters, you can make the installer ask "
"the corresponding question by using the <quote>?=</quote> operator, i.e. "