| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.13 2011/08/02 02:28:17 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.14 2012/02/22 21:27:45 swift Exp $ --> |
| 4 | |
4 | |
| 5 | <included> |
5 | <included> |
| 6 | |
6 | |
| 7 | <version>12</version> |
7 | <version>13</version> |
| 8 | <date>2011-08-01</date> |
8 | <date>2012-02-22</date> |
| 9 | |
9 | |
| 10 | <section> |
10 | <section> |
| 11 | <title>Setting Up The Stage</title> |
11 | <title>Setting Up The Stage</title> |
| 12 | <body> |
12 | <body> |
| 13 | |
13 | |
| … | |
… | |
| 114 | |
114 | |
| 115 | <pre caption="Setting your timezone"> |
115 | <pre caption="Setting your timezone"> |
| 116 | livecd / # <i>ls /usr/share/zoneinfo</i> |
116 | livecd / # <i>ls /usr/share/zoneinfo</i> |
| 117 | <comment>(Using Brussels as an example)</comment> |
117 | <comment>(Using Brussels as an example)</comment> |
| 118 | livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i> |
118 | livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i> |
|
|
119 | livecd / # <i>echo "Europe/Brussels" > /etc/timezone</i> |
| 119 | |
120 | |
| 120 | livecd / # <i>date</i> |
121 | livecd / # <i>date</i> |
| 121 | Wed Mar 8 00:46:05 CET 2006 |
122 | Wed Mar 8 00:46:05 CET 2006 |
| 122 | </pre> |
123 | </pre> |
| 123 | |
124 | |