just create snapshot of lvm, zamd will pull it
[gnt-info] / gnt-instance-kernel.sh
1 #!/bin/sh -xe
2
3 KERNEL=3.16
4 #KERNEL=3.10
5 #KERNEL=3.2
6
7 gnt-instance modify -H initrd_path=/boot/initrd.img-$KERNEL-kvmU,kernel_path=/boot/vmlinuz-$KERNEL-kvmU $1
8