Hide Forgot
Description of problem: When using the VNC option for a kickstart installation the password is not properly set. Version-Release number of selected component (if applicable): anaconda-20.25.15-1.fc20.x86_64.rpm How reproducible: Always Steps to Reproduce: 1. Have something like this in your ks.cfg: vnc --password=boring 2. Try to login via VNC during installation Actual results: VNC access is denied. Expected results: Access granted with the given password. Additional info: In case of the "boring" password the file is 9 bytes long, instead of 8 bytes when setting it manually. Changing to the second screen shell and setting the password manually during installation with "vncpasswd /tmp/vncpassword" with the very same password makes the login work.