e5dc64459c9232667914a6279938401eb066a889
[sysadmin-cookbook] / recepies / ganeti / migrate-lxc / A-ganeti-fix-root.sh
1 #!/bin/sh -x
2
3 . ./0-host.sh
4 . ./0-ganeti.sh
5
6
7 ssh_master mkdir -p /tmp/$host/lib/modules
8 ssh_master cp -ra /lib/modules/3.2.0-4-amd64 /tmp/$host/lib/modules
9
10 ssh_master chroot /tmp/$host apt-get install --reinstall -y initscripts acpid
11