Applicable to:
- SolusVM
Question
How to edit an existing SolusVM KVM template?
Answer
-
Connect to the SolusVM Slave KVM node via SSH.
-
Create a temporary directory for mount point:
# mkdir /mnt_tmp
-
Mount the necessary template, for example:
# guestmount -a /home/solusvm/kvm/template/linux-centos-7-x86_64-minimal-latest.gz -i --rw /mnt_tmp
-
Change necessary files in the template in
/mnt_tmp
directory. -
Unmount the image:
# umount -u /mnt_tmp/
Note: these changes will be applied only on the node where the template was updated, if it is required to use the template on different nodes - upload it manually to Master node and sync it with other KVM nodes.
Comments
0 commentsPlease sign in to leave a comment.