I just did a Fedora 13 install through the basic user interface, so I used the image you guys made. The problem is the fstab you have, it doesn't include several important things, among those devpts. Which means by default your FC13 image doesn't work right with, for example, screen. I discussed this on #fedora with some people, and the fix was adding this to /etc/fstab:
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
One of the nice Fedora experts also said to report the following to you (I quote): "you might want to suggest to them that they do a normal fedora install and image that - it looks like they used febootstrap or something which isn't quite a proper install" While I can't verify that febootstrap stuff, there is definitely something wrong with the current image. Once I applied the fix, screen started working perfectly for all users, not just root. Please fix?
