With the release of 2.6.12, my sweet old 2.6.11-love2 has been deprecated

. I've decided to switch to 2.6.12, and go fully 4K stacks in the process. Now, the problem is that I have a root partition with reiser4... that's going to have to become ext3 I guess. The only way to do it, I've been told, is to copy the data somewhere, kill the partition, make a new etx3 partition, and copy back.
Sounds too simple though. What about virtual filesystems (e.g. /proc), permissions and the like? What commands should I use to do the copying? I'd go with something like "tar -cpf blah.tar /", remove reiser4, create ext3, "tar -xpf blah.tar /". Will that work?