"No root filesystem" error when preseeding

the trouble was in this line:

  mountpoint { / } .              \

It should look like this:

  mountpoint{ / } .              \

The space between mountpoint and { wasn't supposed to be there.

sigh...