Currently, there is really only one way to upgrade from F17 to F18 and that is using yum. I don't believe they have the capability in Anaconda currently to upgrade from the install media, and preupgrade doesn't work, either.
Currently this is about the only way to do an upgrade:
Code:
su -
(root password)
First install the new Fedora 18 gpg key
rpm --import https://fedoraproject.org/static/DE7F38BD.txt
Upgrade all packages with
yum update yum
yum clean all
yum --releasever=18 --disableplugin=presto distro-sync
Due to DisplayManagerRework you have to re-enable your display manager by
systemctl enable --force gdm.service
If you are using GDM (the default if you are running Gnome)
If gdm does not offer you a login prompt (just a "spinner"), or if you have other issues related to polkit failing to start, run
yum reinstall polkit systemd
systemctl restart polkit.service
systemctl restart gdm.service
Edit:
You also might want to make sure that all of the updates-testing repos are enabled before you do the distro-sync since F18 package updates are all pretty much in updates-testing