Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-system.xml hb-install-ia64-bootloader.xml
Date: Mon, 12 Feb 2007 21:55:57
Message-Id: E1HGj9D-00068j-3z@lark.gentoo.org
1 nightmorph 07/02/12 21:55:42
2
3 Modified: hb-install-system.xml
4 hb-install-ia64-bootloader.xml
5 Log:
6 added bind mount /sys for bug 166069
7
8 Revision Changes Path
9 1.105 xml/htdocs/doc/en/handbook/hb-install-system.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.105&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.105&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.104&r2=1.105
14
15 Index: hb-install-system.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
18 retrieving revision 1.104
19 retrieving revision 1.105
20 diff -u -r1.104 -r1.105
21 --- hb-install-system.xml 2 Nov 2006 09:50:33 -0000 1.104
22 +++ hb-install-system.xml 12 Feb 2007 21:55:42 -0000 1.105
23 @@ -4,7 +4,7 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.104 2006/11/02 09:50:33 neysx Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.105 2007/02/12 21:55:42 nightmorph Exp $ -->
29
30 <sections>
31
32 @@ -14,8 +14,8 @@
33 to progress to that state.
34 </abstract>
35
36 -<version>7.5</version>
37 -<date>2006-11-01</date>
38 +<version>7.6</version>
39 +<date>2007-02-12</date>
40
41 <section>
42 <title>Chrooting</title>
43 @@ -79,7 +79,7 @@
44
45 </body>
46 </subsection>
47 -<subsection>
48 +<subsection test="not(func:keyval('arch')='IA64')">
49 <title>Mounting the /proc and /dev Filesystems</title>
50 <body>
51
52 @@ -96,6 +96,25 @@
53
54 </body>
55 </subsection>
56 +<subsection test="func:keyval('arch')='IA64'">
57 +<title>Mounting the /proc, /sys and /dev Filesystems</title>
58 +<body>
59 +
60 +<p>
61 +Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to
62 +allow the installation to use the kernel-provided information within the
63 +chrooted environment, and then mount-bind the <path>/dev</path> and
64 +<path>/sys</path> filesystems.
65 +</p>
66 +
67 +<pre caption="Mounting /proc /sys and /dev">
68 +# <i>mount -t proc none /mnt/gentoo/proc</i>
69 +# <i>mount -o bind /dev /mnt/gentoo/dev</i>
70 +# <i>mount -o bind /sys /mnt/gentoo/sys</i>
71 +</pre>
72 +
73 +</body>
74 +</subsection>
75 <subsection>
76 <title>Entering the new Environment</title>
77 <body>
78
79
80
81 1.2 xml/htdocs/doc/en/handbook/hb-install-ia64-bootloader.xml
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-bootloader.xml?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-bootloader.xml?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-bootloader.xml?r1=1.1&r2=1.2
86
87 Index: hb-install-ia64-bootloader.xml
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-bootloader.xml,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- hb-install-ia64-bootloader.xml 3 Sep 2006 05:02:44 -0000 1.1
94 +++ hb-install-ia64-bootloader.xml 12 Feb 2007 21:55:42 -0000 1.2
95 @@ -4,12 +4,12 @@
96 <!-- The content of this document is licensed under the CC-BY-SA license -->
97 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
98
99 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-bootloader.xml,v 1.1 2006/09/03 05:02:44 vapier Exp $ -->
100 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-bootloader.xml,v 1.2 2007/02/12 21:55:42 nightmorph Exp $ -->
101
102 <sections>
103
104 -<version>7.1</version>
105 -<date>2006-08-30</date>
106 +<version>7.2</version>
107 +<date>2007-02-12</date>
108
109 <section>
110 <title>Installing elilo</title>
111 @@ -93,7 +93,7 @@
112 <pre caption="Exiting the chroot, unmounting all partitions and rebooting">
113 # <i>exit</i>
114 cdimage ~# <i>cd</i>
115 -cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
116 +cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/sys /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
117 cdimage ~# <i>reboot</i>
118 </pre>
119
120
121
122
123 --
124 gentoo-doc-cvs@g.o mailing list