| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.21 2004/10/21 10:31:20 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.22 2004/11/09 13:01:52 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
|
|
10 | |
|
|
11 | <version>1.21</version> |
|
|
12 | <date>October 21, 2004</date> |
|
|
13 | |
| 10 | <section> |
14 | <section> |
| 11 | <title>What are USE-flags?</title> |
15 | <title>What are USE-flags?</title> |
| 12 | <subsection> |
16 | <subsection> |
| 13 | <title>The ideas behind USE-flags</title> |
17 | <title>The ideas behind USE-flags</title> |
| 14 | <body> |
18 | <body> |
| 15 | |
19 | |
| 16 | <p> |
20 | <p> |
| 17 | When you are installing Gentoo (or any other distribution, or even operating |
21 | When you are installing Gentoo (or any other distribution, or even operating |
| 18 | system for that matter) you make choices depending on the environment you are |
22 | system for that matter) you make choices depending on the environment you are |
| 19 | working with. A setup for a server differs from a setup for a workstation. |
23 | working with. A setup for a server differs from a setup for a workstation. |
| 20 | A gaming workstation differs from a 3D rendering workstation. |
24 | A gaming workstation differs from a 3D rendering workstation. |
| 21 | </p> |
25 | </p> |
| 22 | |
26 | |
| 23 | <p> |
27 | <p> |
| 24 | This is not only true for choosing what packages you want to install, but also |
28 | This is not only true for choosing what packages you want to install, but also |