Deployment

rm /etc/udev/rules.d/70-persistent-net.rules
rsync -av -P /mnt/sdXx/ -e ssh root@192.168.1.2:/mnt/sdXx/.
mount -o bind /dev /mnt/sdXx/dev
chroot /mnt/sdXx
mount /proc
mount /sys
mkinitrd
mount -o bind /dev /mnt/sdXx/dev
chroot /mnt/sdXx
mount /proc
mount /sys
grub
root (hd0,1)
setup (hd0) (hd0,1)
setup --stage2=/boot/grub/stage2 (hd0) (hd0,1)
quit