public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/doc/fi: gentoo-x86-quickinstall-system.xml
@ 2011-08-14 16:37 Flammie Pirinen (flammie)
  0 siblings, 0 replies; 4+ messages in thread
From: Flammie Pirinen (flammie) @ 2011-08-14 16:37 UTC (permalink / raw
  To: gentoo-commits

flammie     11/08/14 16:37:32

  Modified:             gentoo-x86-quickinstall-system.xml
  Log:
  Update translation to v. 3: Various OpenRC changes

Revision  Changes    Path
1.3                  xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?r1=1.2&r2=1.3

Index: gentoo-x86-quickinstall-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gentoo-x86-quickinstall-system.xml	14 Apr 2008 20:58:11 -0000	1.2
+++ gentoo-x86-quickinstall-system.xml	14 Aug 2011 16:37:32 -0000	1.3
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v 1.2 2008/04/14 20:58:11 flammie Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v 1.3 2011/08/14 16:37:32 flammie Exp $ -->
 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
 
 <included>
 
-<version>2</version>
-<date>2008-03-05</date>
+<version>3</version>
+<date>2011-08-12</date>
 
 <section>
 <title>Järjestelmän asetukset</title>
@@ -64,13 +64,15 @@
 </p>
 
 <pre caption="Verkon asetusten teko">
-livecd etc # <i>cd conf.d</i>
-livecd conf.d # <i>echo 'config_eth0=( "192.168.1.10/24" )' >> net</i>
-livecd conf.d # <i>echo 'routes_eth0=( "default gw 192.168.1.1" )' >> net</i>
+livecd etc # <i>cd init.d</i>
+livecd init.d # <i>ln -s net.lo net.eth0</i>
+livecd init.d # <i>cd ../conf.d</i>
+livecd conf.d # <i>echo 'config_eth0="192.168.1.10 netmask 255.255.255.0 brd 192.168.1.255"' >> net</i>
+livecd conf.d # <i>echo 'routes_eth0="default via 192.168.1.1"' >> net</i>
 livecd conf.d # <i>rc-update add net.eth0 default</i>
 <comment>(Jos verkkokortin ajuri on moduuli,
-se lisätään tiedostoon /etc/modules.autoload.d/kernel-2.6)</comment>
-livecd conf.d # <i>echo r8169 >> /etc/modules.autoload.d/kernel-2.6</i>
+  se lisätään tiedostoon /etc/conf.d/modules)</comment>
+livecd conf.d # <i>echo r8169 >> /etc/conf.d/modules</i>
 <comment>(Jos uudelleenkäynnistyksen jälkeenkin käytetään ssh-yhteyttä:)</comment>
 livecd conf.d # <i>rc-update add sshd default</i>
 </pre>
@@ -92,26 +94,22 @@
 </pre>
 
 <p>
-Aseta aikavyöhyke tiedostoon <path>/etc/conf.d/clock</path> kuten aiempana
+Aseta aikavyöhyke tiedostoon <path>/etc/timezone</path> kuten aiempana
 ympäristömuuttujan kohdalla:
 </p>
 
-<pre caption="Aseta /etc/conf.d/clock">
-livecd conf.d # <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="Europe/Helsinki"
+<pre caption="Aseta /etc/timezone">
+Europe/Helsinki
 </pre>
 
 <p>
-Myös asetukset tiedostoissa <path>/etc/rc.conf</path>,
-<path>/etc/conf.d/rc</path>, <path>/etc/conf.d/keymaps</path>, kannattaa
-tarkistaa.
+Myös asetukset tiedostoissa <path>/etc/rc.conf</path> ja
+<path>/etc/conf.d/keymaps</path>, kannattaa tarkistaa.
 </p>
 
 <pre caption="Muiden asetustiedostojen muokkaus">
 livecd conf.d # <i>nano -w /etc/rc.conf</i>
-livecd conf.d # <i>nano -w /etc/conf.d/rc</i>
 livecd conf.d # <i>nano -w /etc/conf.d/keymaps</i>
-livecd conf.d # <i>nano -w /etc/conf.d/clock</i>
 </pre>
 
 </body>






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/fi: gentoo-x86-quickinstall-system.xml
@ 2011-09-12  2:57 Flammie Pirinen (flammie)
  0 siblings, 0 replies; 4+ messages in thread
From: Flammie Pirinen (flammie) @ 2011-09-12  2:57 UTC (permalink / raw
  To: gentoo-commits

flammie     11/09/12 02:57:40

  Modified:             gentoo-x86-quickinstall-system.xml
  Log:
  Update translation to v. 4: initramfs addition

Revision  Changes    Path
1.4                  xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?r1=1.3&r2=1.4

Index: gentoo-x86-quickinstall-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gentoo-x86-quickinstall-system.xml	14 Aug 2011 16:37:32 -0000	1.3
+++ gentoo-x86-quickinstall-system.xml	12 Sep 2011 02:57:40 -0000	1.4
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v 1.3 2011/08/14 16:37:32 flammie Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v 1.4 2011/09/12 02:57:40 flammie Exp $ -->
 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
 
 <included>
 
-<version>3</version>
-<date>2011-08-12</date>
+<version>4</version>
+<date>2011-08-23</date>
 
 <section>
 <title>Järjestelmän asetukset</title>
@@ -178,7 +178,8 @@
 <body>
 
 <p>
-Asenna <c>grub</c> ja tee sen asetukset.
+  Asenna <c>grub</c> ja tee sen asetukset. Muista asetukset initramfs:ää varten,
+  jos se on käytössä.
 </p>
 
 <pre caption="Grubin asentaminen">






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/fi: gentoo-x86-quickinstall-system.xml
@ 2012-07-06 16:20 Flammie Pirinen (flammie)
  0 siblings, 0 replies; 4+ messages in thread
From: Flammie Pirinen (flammie) @ 2012-07-06 16:20 UTC (permalink / raw
  To: gentoo-commits

flammie     12/07/06 16:20:02

  Modified:             gentoo-x86-quickinstall-system.xml
  Log:
  Update translation to version 7: initramfs, rc-update raid, hostname

Revision  Changes    Path
1.5                  xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?r1=1.4&r2=1.5

Index: gentoo-x86-quickinstall-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gentoo-x86-quickinstall-system.xml	12 Sep 2011 02:57:40 -0000	1.4
+++ gentoo-x86-quickinstall-system.xml	6 Jul 2012 16:20:02 -0000	1.5
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v 1.4 2011/09/12 02:57:40 flammie Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v 1.5 2012/07/06 16:20:02 flammie Exp $ -->
 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
 
 <included>
 
-<version>4</version>
-<date>2011-08-23</date>
+<version>7</version>
+<date>2012-03-31</date>
 
 <section>
 <title>Järjestelmän asetukset</title>
@@ -69,6 +69,7 @@
 livecd init.d # <i>cd ../conf.d</i>
 livecd conf.d # <i>echo 'config_eth0="192.168.1.10 netmask 255.255.255.0 brd 192.168.1.255"' >> net</i>
 livecd conf.d # <i>echo 'routes_eth0="default via 192.168.1.1"' >> net</i>
+livecd conf.d # <i>echo 'hostname="myhostname"' > hostname</i>
 livecd conf.d # <i>rc-update add net.eth0 default</i>
 <comment>(Jos verkkokortin ajuri on moduuli,
   se lisätään tiedostoon /etc/conf.d/modules)</comment>
@@ -125,6 +126,8 @@
 
 <pre caption="RAID- ja LVM2-työkalujen asennus">
 livecd conf.d # <i>emerge mdadm lvm2</i>
+livecd conf.d # <i>rc-update add mdraid boot</i>
+livecd conf.d # <i>rc-update add lvm boot</i>
 </pre>
 
 </body>
@@ -198,6 +201,7 @@
 title Gentoo
 root (hd0,0)
 kernel /boot/kernel root=<keyval id="root"/>
+initrd /boot/initramfs <comment># Jos asetukset vaativat initramfs:ää</comment>
 </pre>
 
 <pre caption="Grubin asentaminen" test="not(contains(func:keyval('root'),'md'))">






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/fi: gentoo-x86-quickinstall-system.xml
@ 2013-12-02  3:36 Flammie Pirinen (flammie)
  0 siblings, 0 replies; 4+ messages in thread
From: Flammie Pirinen (flammie) @ 2013-12-02  3:36 UTC (permalink / raw
  To: gentoo-commits

flammie     13/12/02 03:36:45

  Modified:             gentoo-x86-quickinstall-system.xml
  Log:
  Updated translation to 10:
  * Fix bug #481204 - Make need for initramfs with separate /usr more prominent

Revision  Changes    Path
1.6                  xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml?r1=1.5&r2=1.6

Index: gentoo-x86-quickinstall-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gentoo-x86-quickinstall-system.xml	6 Jul 2012 16:20:02 -0000	1.5
+++ gentoo-x86-quickinstall-system.xml	2 Dec 2013 03:36:45 -0000	1.6
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v 1.5 2012/07/06 16:20:02 flammie Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fi/gentoo-x86-quickinstall-system.xml,v 1.6 2013/12/02 03:36:45 flammie Exp $ -->
 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
 
 <included>
 
-<version>7</version>
-<date>2012-03-31</date>
+<version>10</version>
+<date>2013-08-15</date>
 
 <section>
 <title>Järjestelmän asetukset</title>
@@ -58,7 +58,7 @@
 <p>
 Verkkoasetukset tehdään tiedostoon <path>/etc/conf.d/net</path>.  Lisää
 <c>net.eth0</c> initskripti default-runlevelille. Jos käytössä on useampia
-verkkolaitteita, ne linkitetään symbolisella linkillä <c>net.eth0</c>:n
+verkkolaitteita, ne linkitetään symbolisella linkillä <c>net.lo</c>:n
 initskriptiin ja lisätään default-runlevelille.  Muokkaa asetustiedostoa
 <c>nano</c>lla tai käytä seuraavia komentoja:
 </p>
@@ -95,12 +95,12 @@
 </pre>
 
 <p>
-Aseta aikavyöhyke tiedostoon <path>/etc/timezone</path> kuten aiempana
-ympäristömuuttujan kohdalla:
+    Aseta aikavyöhyke tiedostoon <path>/etc/conf.d/hwclock</path> kuten aiempana
+    ympäristömuuttujan kohdalla (mm. <c>Europe/Helsinki</c> sopii Suomelle):
 </p>
 
-<pre caption="Aseta /etc/timezone">
-Europe/Helsinki
+<pre caption="Tiedoston /etc/conf.d/hwclock asetukset">
+    # nano -w /etc/conf.d/hwclock
 </pre>
 
 <p>
@@ -201,7 +201,7 @@
 title Gentoo
 root (hd0,0)
 kernel /boot/kernel root=<keyval id="root"/>
-initrd /boot/initramfs <comment># Jos asetukset vaativat initramfs:ää</comment>
+initrd /boot/initramfs <comment># Jos asetukset vaativat initramfs:ää; kuten erillinen /usr-osio</comment>
 </pre>
 
 <pre caption="Grubin asentaminen" test="not(contains(func:keyval('root'),'md'))">





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-02  3:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02  3:36 [gentoo-commits] gentoo commit in xml/htdocs/doc/fi: gentoo-x86-quickinstall-system.xml Flammie Pirinen (flammie)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-06 16:20 Flammie Pirinen (flammie)
2011-09-12  2:57 Flammie Pirinen (flammie)
2011-08-14 16:37 Flammie Pirinen (flammie)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox