Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/systemd: systemd-install-guide.xml
Date: Tue, 30 Apr 2013 12:40:42
Message-Id: 20130430124036.64F7C2171D@flycatcher.gentoo.org
1 mgorny 13/04/30 12:40:36
2
3 Modified: systemd-install-guide.xml
4 Log:
5 Update paths. Thanks to okias for noticing.
6
7 Revision Changes Path
8 1.5 xml/htdocs/proj/en/base/systemd/systemd-install-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/systemd/systemd-install-guide.xml?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/systemd/systemd-install-guide.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/systemd/systemd-install-guide.xml?r1=1.4&r2=1.5
13
14 Index: systemd-install-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/systemd/systemd-install-guide.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- systemd-install-guide.xml 28 Oct 2012 15:20:59 -0000 1.4
21 +++ systemd-install-guide.xml 30 Apr 2013 12:40:36 -0000 1.5
22 @@ -16,8 +16,8 @@
23 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
24 <license/>
25
26 - <version>0.1.1</version>
27 - <date>2011-06-24</date>
28 + <version>0.1.2</version>
29 + <date>2012-04-30</date>
30
31 <chapter>
32 <title>Before installing</title>
33 @@ -62,9 +62,6 @@
34 <pre caption="Installing systemd using portage">
35 # <i>emerge -v systemd</i>
36 </pre>
37 -
38 - <p>You may need to use the <c>--autounmask</c> option or
39 - a keywording tool like <path>app-portage/flaggie</path>.</p>
40 </body>
41 </section>
42
43 @@ -77,7 +74,7 @@
44 call:</p>
45
46 <pre caption="Listing available services">
47 -$ <i>ls /lib/systemd/system/*.service</i>
48 +$ <i>ls /usr/lib/systemd/system/*.service</i>
49 </pre>
50
51 <p>In order to enable a particular service, type in:</p>
52 @@ -93,7 +90,7 @@
53 manually:</p>
54
55 <pre caption="Enabling a template service">
56 -# <i>ln -s /lib/systemd/system/<const>xdm@.service</const> /etc/systemd/system/<const>graphical.target.wants</const>/<const>xdm@××××.service</const></i>
57 +# <i>ln -s /usr/lib/systemd/system/<const>xdm@.service</const> /etc/systemd/system/<const>graphical.target.wants</const>/<const>xdm@××××.service</const></i>
58 </pre>
59
60 <!-- XXX: describe targets -->
61 @@ -110,7 +107,7 @@
62 <p>It can be enabled manually using:</p>
63
64 <pre caption="Enabling a simple unit manually">
65 -# <i>ln -s /lib/systemd/system/<const>foo.service</const> /etc/systemd/system/<const>graphical.target.wants</const>/</i>
66 +# <i>ln -s /usr/lib/systemd/system/<const>foo.service</const> /etc/systemd/system/<const>graphical.target.wants</const>/</i>
67 </pre>
68 </body>
69 </section>
70 @@ -134,7 +131,7 @@
71 <pre caption="Example grub config for genkernel &amp; systemd">
72 <ident>title</ident>=<const>My Gentoo with systemd</const>
73 <ident>root</ident> <const>(hd0,0)</const>
74 -<ident>kernel</ident> <const>/my-genkernel...</const> <ident>root</ident>=<const>/dev/hda3</const> <ident>real_init</ident>=<const>/bin/systemd</const>
75 +<ident>kernel</ident> <const>/my-genkernel...</const> <ident>root</ident>=<const>/dev/hda3</const> <ident>real_init</ident>=<const>/usr/lib/systemd/systemd</const>
76 <ident>initrd</ident> <const>/initramfs-genkernel-x86-2.6.32-gentoo-r7</const>
77 </pre>
78
79 @@ -143,7 +140,7 @@
80 <pre caption="Example grub config for own kernel &amp; systemd">
81 <ident>title</ident>=<const>My Gentoo with systemd</const>
82 <ident>root</ident> <const>(hd0,0)</const>
83 -<ident>kernel</ident> <const>/vmlinuz.bin</const> <ident>root</ident>=<const>/dev/hda3</const> <ident>init</ident>=<const>/bin/systemd</const>
84 +<ident>kernel</ident> <const>/vmlinuz.bin</const> <ident>root</ident>=<const>/dev/hda3</const> <ident>init</ident>=<const>/usr/lib/systemd/systemd</const>
85 </pre>
86 </body>
87 </section>