debootstrap --include=mc,ssh,vim wheezy /mnt http://www.anheng.com.cn/debian
chroot /mnt 后
echo debian7 >/etc/hostname
清掉 /etc/shadow的root后面的*
安装内核包, 安装grub,
安装grub之前, 需要
mount -t proc none /proc
mount -t sysfs none /sysfs
mount -t devtmpfs none /dev
然后就可以
grub-install /dev/sdx