|
|
1 | <?xml version='1.0' encoding='UTF-8'?> |
|
|
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
|
|
3 | |
| 1 | <!-- 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 --> |
| 2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 3 | |
6 | |
| 4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.6 2004/01/06 10:08:38 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.7 2004/01/08 14:23:17 swift Exp $ --> |
| 5 | |
8 | |
| 6 | <sections> |
9 | <sections> |
| 7 | <section> |
10 | <section> |
| 8 | <title>What are USE-flags?</title> |
11 | <title>What are USE-flags?</title> |
| 9 | <subsection> |
12 | <subsection> |
| 10 | <title>The ideas behind USE-flags</title> |
13 | <title>The ideas behind USE-flags</title> |
| 11 | <body> |
14 | <body> |
| 12 | |
15 | |
| 13 | <p> |
16 | <p> |
| 14 | When you are installing Gentoo (or any other distribution, or even operating |
17 | When you are installing Gentoo (or any other distribution, or even operating |
| 15 | system for that matter) you make choices depending on the environment you are |
18 | system for that matter) you make choices depending on the environment you are |
| 16 | working with. A setup for a server differs from a setup for a workstation. |
19 | working with. A setup for a server differs from a setup for a workstation. |
| 17 | A gaming workstation differs from a 3D rendering workstation. |
20 | A gaming workstation differs from a 3D rendering workstation. |
| 18 | </p> |
21 | </p> |
| 19 | |
22 | |