| | 5 | |
|---|
| | 6 | == Installing GUI - Gnome and X-window == |
|---|
| | 7 | * The minimal kickstart install does not come with GUI desktop environment. Following is a command to install X Window System and Gnome Desktop Environment: |
|---|
| | 8 | {{{ |
|---|
| | 9 | yum groupinstall "X Window System" "GNOME Desktop Environment" |
|---|
| | 10 | }}} |
|---|
| | 11 | |
|---|
| | 12 | * List of package groups |
|---|
| | 13 | {{{ |
|---|
| | 14 | yum grouplist |
|---|
| | 15 | }}} |
|---|
| | 16 | |
|---|
| | 17 | * To get info on particular package group |
|---|
| | 18 | {{{ |
|---|
| | 19 | yum groupinfo <pkg-grp-name> |
|---|
| | 20 | }}} |
|---|
| | 21 | |
|---|
| | 22 | * To change your run level to GUI with X windows system: |
|---|
| | 23 | {{{ |
|---|
| | 24 | init 5 |
|---|
| | 25 | }}} |
|---|
| | 26 | For more info on system run levels refer to [http://www.centos.org/docs/5/html/Installation_Guide-en-US/s1-boot-init-shutdown-sysv.html CentOS doc site]. |
|---|