From Fedora Project Wiki
(Add setup and some minor wording changes) |
mNo edit summary |
||
Line 3: | Line 3: | ||
|setup= | |setup= | ||
* Requires two systems able to communicate over the network, one to test the installation and a second to initiate the VNC client session | * Requires two systems able to communicate over the network, one to test the installation and a second to initiate the VNC client session | ||
* Install a VNC client application. The package {{package|tigervnc}} or {{package| | * Install a VNC client application. The package {{package|tigervnc}} or {{package|vinagre}} can be used. This test will use {{command||vinagre}} <pre>yum install /usr/bin/vinagre</pre> | ||
|actions= | |actions= | ||
<ol> | <ol> |
Revision as of 01:50, 12 September 2011
Description
This test verifies the vnc option vncpassword work as expected. See Anaconda/Options for more information.
Setup
- Requires two systems able to communicate over the network, one to test the installation and a second to initiate the VNC client session
- Install a VNC client application. The package
tigervnc
orvinagre
can be used. This test will useyum install /usr/bin/vinagre
How to test
- Boot the installer with the following command-line options (added as a kernel option in boot selection screen). Replace
<password>
with a password of your choosing.vnc vncpassword=<password>
- Watch the text messages printed out, you should see something like this:
Running anaconda 15.31, the Fedora system installer - please wait. 09:59:01 Starting VNC... 09:59:02 The VNC server is now running. 09:59:02 You chose to execute vnc with a password. 09:59:02 Please manually connect your vnc client to 192.168.1.17:1 to begin the install. 09:59:02 Starting graphical installation.
- Using a VNC client, connect to the specified address. When prompted, enter the
password
provided in the previous step.vinagre 192.168.1.17:1
- Using the VNC client session, complete the installation as desired
Expected Results
- Anaconda starts Xvnc properly
- User can connect with VNC client using a valid password
- VNC works normally during installation (mouse, keyboard)
- Anaconda completes successfully
- Reboot successfully into installed system