Hey guys, I recently changed anaconda to use partition UUIDs instead of LABELs in /etc/fstab to better accomodate machines attached to SAN storage. The problem comes from when anaconda sticks an entry like "LABEL=/" in fstab. This can lead to a machine accidentally picking up the wrong root partition if you have multiple machines all booting from the same SAN. At any rate, I have some patches which I can post if anyone is interested, but they're a little application specific so they'd probably need to be fixed up a bit to work with RHEL. --Patrick.