Philip Rhoades <[email protected]> writes: > People, > > After many attempts of building permutations I still can't get a login > to work (the message that flashes up before the screen redraws is too > quick) using qemu-kvm. My ks file hereunder - can anyone see anything > that would cause the problem? Thanks:
If the system you built the image on is running with SELinux disabled, this might be the issue that I reported a couple of days ago. The message that flashes very quickly is "no access to /bin/bash, cannot login" or something similar. My current workaround is to add to %post: # No SElinux sed -i -s 's/^SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config -- Johan -- livecd mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/livecd
