Post

Sysprep for Linux - Linux İçin Sysprep

Sysprep, bir sanal makineyi sıfırlayabilir veya çoğu yapılandırmasını kaldırabilir, böylece ondan klonlar ve imajlar yapabilirsiniz. Bu süreçteki adımlar, SSH ana bilgisayar anahtarlarının kaldırılmasını, Ağ MAC yapılandırmasının kaldırılmasını ve kullanıcı hesaplarının silinmesini içerir. 

Sysprep can reset a virtual machine or remove most of its configurations so you can make clones and images from it. The steps in this process include removing SSH host keys, removing network MAC configuration, and deleting user accounts.

WARNING

Using virt-sysprep in live virtual machines or at the same time as other disk editing tools can be dangerous and cause disk corruption. Before using this command, the virtual machine must be shut down and disk images must not be edited at the same time. you should also have a solid backup before proceeding.

virt-sysprep'i canlı sanal makinelerde veya diğer disk düzenleme araçlarıyla aynı anda kullanmak tehlikeli olabilir ve disk bozulmasına neden olabilir. Bu komutu kullanmadan önce sanal makine kapatılmalıdır ve disk görüntüleri aynı anda düzenlenmemelidir. ayrıca işlemden önce sağlam bir yedeğinizin olması gerekir.

I have shared 2 batches here that will be able to auto sysprep with the commands github. Link:

Alttaki komutlar harici oto sysrep yapabilecek 2 adet toolu github'da paylaştım. Link:

 Debian: apt-get install libguestfs-tools
 Ubuntu: apt-get install libguestfs-tools
 Kali Linux: apt-get install libguestfs-tools
 Fedora: dnf install libguestfs-tools-c-1
 Raspbian: apt-get install libguestfs-tools
virt-sysprep
virt-sysprep [--options] -d domname

virt-sysprep [--options] -a disk.img [-a disk.img ...]

Saygılarımla - Best regards

This post is licensed under CC BY 4.0 by the author.