summaryrefslogtreecommitdiff
path: root/po/fi/install-methods.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/fi/install-methods.po')
-rw-r--r--po/fi/install-methods.po75
1 files changed, 7 insertions, 68 deletions
diff --git a/po/fi/install-methods.po b/po/fi/install-methods.po
index 444fcbded..b99b62346 100644
--- a/po/fi/install-methods.po
+++ b/po/fi/install-methods.po
@@ -954,15 +954,7 @@ msgstr ""
#. Tag: para
#: install-methods.xml:651
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Note that, although convenient, this method does have one major "
-#| "disadvantage: the logical size of the device will be limited to 256 MB, "
-#| "even if the capacity of the USB stick is larger. You will need to "
-#| "repartition the USB stick and create new file systems to get its full "
-#| "capacity back if you ever want to use it for some different purpose. A "
-#| "second disadvantage is that you cannot copy a full CD image onto the USB "
-#| "stick, but only the smaller businesscard or netinst CD images."
+#, no-c-format
msgid ""
"Note that, although convenient, this method does have one major "
"disadvantage: the logical size of the device will be limited to 1 GB, even "
@@ -971,11 +963,10 @@ msgid ""
"ever want to use it for some different purpose."
msgstr ""
"Vaikka tämä tapa on mukava, kannattaa huomata sen vakava haitta: laitteen "
-"looginen koko rajoitetaan 256 Mtavuun, vaikka USB-muisti olisi suurempi. USB-"
+"looginen koko rajoitetaan 1 Gtavuun, vaikka USB-muisti olisi suurempi. USB-"
"muistille on tehtävä uudet osiot ja uudet tiedostojärjestelmät jotta sen "
"täysi koko saadaan taas käyttöön jos sitä joskus halutaan käyttää johonkin "
-"muuhun. Toinen haitta on ettei USB-muistille voi kopioida täyttä "
-"romppuotosta, ainoastaan pienemmän businesscard- tai netinst-otoksen."
+"muuhun."
#. Tag: para
#: install-methods.xml:659
@@ -1914,18 +1905,7 @@ msgstr ""
#. Tag: para
#: install-methods.xml:1225
-#, fuzzy, no-c-format
-#| msgid ""
-#| "On a RARP server system using a Linux 2.4 or 2.6 kernel, or Solaris/"
-#| "SunOS, you use the <command>rarpd</command> program. You need to ensure "
-#| "that the Ethernet hardware address for the client is listed in the "
-#| "<quote>ethers</quote> database (either in the <filename>/etc/ethers</"
-#| "filename> file, or via NIS/NIS+) and in the <quote>hosts</quote> "
-#| "database. Then you need to start the RARP daemon. Issue the command (as "
-#| "root): <userinput>/usr/sbin/rarpd -a</userinput> on most Linux systems "
-#| "and SunOS 5 (Solaris 2), <userinput>/usr/sbin/in.rarpd -a</userinput> on "
-#| "some other Linux systems, or <userinput>/usr/etc/rarpd -a</userinput> in "
-#| "SunOS 4 (Solaris 1)."
+#, no-c-format
msgid ""
"On a RARP server system using a Linux kernel or Solaris/SunOS, you use the "
"<command>rarpd</command> program. You need to ensure that the Ethernet "
@@ -1937,7 +1917,7 @@ msgid ""
"sbin/in.rarpd -a</userinput> on some other Linux systems, or <userinput>/usr/"
"etc/rarpd -a</userinput> in SunOS 4 (Solaris 1)."
msgstr ""
-"RARP-palvelimella jossa käytetään Linux-ydintä 2.4 tai 2.6, tai "
+"RARP-palvelimella jossa käytetään Linux-ydintä tai "
"käyttöjärjestelmää Solaris/SunOS, käytetään ohjelmaa <command>rarpd</"
"command>. On varmistuttava, että asiakaskoneen Ethernet-laiteosoite on "
"mainittu <quote>ethers</quote>-tietokannassa (joko tiedostossa <filename>/"
@@ -2142,38 +2122,7 @@ msgstr ""
#. Tag: para
#: install-methods.xml:1304
-#, fuzzy, no-c-format
-#| msgid ""
-#| "To use CMU <command>bootpd</command>, you must first uncomment (or add) "
-#| "the relevant line in <filename>/etc/inetd.conf</filename>. On &debian-"
-#| "gnu;, you can run <userinput>update-inetd --enable bootps</userinput>, "
-#| "then <userinput>/etc/init.d/inetd reload</userinput> to do so. Just in "
-#| "case your BOOTP server does not run Debian, the line in question should "
-#| "look like: <informalexample><screen>\n"
-#| "bootps dgram udp wait root /usr/sbin/bootpd bootpd -i -t 120\n"
-#| "</screen></informalexample> Now, you must create an <filename>/etc/"
-#| "bootptab</filename> file. This has the same sort of familiar and cryptic "
-#| "format as the good old BSD <filename>printcap</filename>, "
-#| "<filename>termcap</filename>, and <filename>disktab</filename> files. See "
-#| "the <filename>bootptab</filename> manual page for more information. For "
-#| "CMU <command>bootpd</command>, you will need to know the hardware (MAC) "
-#| "address of the client. Here is an example <filename>/etc/bootptab</"
-#| "filename>: <informalexample><screen>\n"
-#| "client:\\\n"
-#| " hd=/tftpboot:\\\n"
-#| " bf=tftpboot.img:\\\n"
-#| " ip=192.168.1.90:\\\n"
-#| " sm=255.255.255.0:\\\n"
-#| " sa=192.168.1.1:\\\n"
-#| " ha=0123456789AB:\n"
-#| "</screen></informalexample> You will need to change at least the "
-#| "<quote>ha</quote> option, which specifies the hardware address of the "
-#| "client. The <quote>bf</quote> option specifies the file a client should "
-#| "retrieve via TFTP; see <xref linkend=\"tftp-images\"/> for more details. "
-#| "<phrase arch=\"mips\"> On SGI machines you can just enter the command "
-#| "monitor and type <userinput>printenv</userinput>. The value of the "
-#| "<userinput>eaddr</userinput> variable is the machine's MAC address. </"
-#| "phrase>"
+#, no-c-format
msgid ""
"To use CMU <command>bootpd</command>, you must first uncomment (or add) the "
"relevant line in <filename>/etc/inetd.conf</filename>. On &debian-gnu;, you "
@@ -2238,17 +2187,7 @@ msgstr ""
#. Tag: para
#: install-methods.xml:1337
-#, fuzzy, no-c-format
-#| msgid ""
-#| "By contrast, setting up BOOTP with ISC <command>dhcpd</command> is really "
-#| "easy, because it treats BOOTP clients as a moderately special case of "
-#| "DHCP clients. Some architectures require a complex configuration for "
-#| "booting clients via BOOTP. If yours is one of those, read the section "
-#| "<xref linkend=\"dhcpd\"/>. Otherwise you will probably be able to get "
-#| "away with simply adding the <userinput>allow bootp</userinput> directive "
-#| "to the configuration block for the subnet containing the client in "
-#| "<filename>/etc/dhcp3/dhcpd.conf</filename>, and restart <command>dhcpd</"
-#| "command> with <userinput>/etc/init.d/isc-dhcp-server restart</userinput>."
+#, no-c-format
msgid ""
"By contrast, setting up BOOTP with ISC <command>dhcpd</command> is really "
"easy, because it treats BOOTP clients as a moderately special case of DHCP "