4
1
I have 2 virtual machines (with Debian, using KVM) with virtual hard drives:
- /srv/kvm/ssh.img
- /srv/kvm/www.img
Both have 3 partitions (/, /home, swap).
I want to convert them in a RootFS usable with LXC (in order to use LXC instead of KVM).
The only solution I have for the moment is:
- create a new RootFS
- copy /home partition into it
- reproduce the same configuration into it
But is there an automated way to do it
I doubt it since LXC is highly dependable on the type of kernel used. – Lucas Kauffman – 2012-09-17T09:38:29.893