Debianの質問はこちらでよろしいのでしょうか。

Debian unstableにXenを導入し、複数の仮想マシン(OSは同じDebian unstable)にしようと考えています。
# uname -a
Linux hoge 2.6.32-5-xen-amd64 #1 SMP Thu Nov 25 20:08:32 UTC 2010 x86_64 GNU/Linux
とxen kernelで起動するところまではできました。Domain-Uのイメージを作成するため、xen-tools.confを編集し、

# xen-create-image --ip xx.xx.xx.xxx --hostname fuga
としたのですが、
Installation method: debootstrap
Running command 'xt-install-image --hostname=fuga --location=/tmp/ewGgX7jfma
--dist=unstable --install-method=debootstrap --mirror=http://ftp.riken.jp/Linux/debian/debian/
--cache=yes --cachedir=/var/cache/apt/archives/ --arch=amd64 2>&1' failed with exit code 256.
Aborting
See /var/log/xen-tools/fuga.log for details
/tmp/ewGgX7jfma/etc/ssh/ssh_host_rsa_key.pub: No such file or directory

とAbortしてイメージが作成できません。ログを見ると、

Installation method: debootstrap

We are trying to configure an installation of unstable in
/tmp/ewGgX7jfma - but there is no hook directory for us to use.

This means we would not know how to configure this installation.

We would expect the hook directory to be /usr/lib/xen-tools/unstable.d.

Aborting.

と書かれていました。hook directoryの意味が分かりません。ヒントや助言がありましたら、お願いします。