HD Install :: Not sure if swapfile is working
It's mkswap and must be run in a terminal as root.
http://www.lissot.net/partition/partition-08.html
Thanks doobit. That got me there.
For anyone who comes after:
sudo su
mkswap <device>
swapon <device>

original here.