This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This script provides examples for using the 'virt-customize' command to modify | |
# a libvirt guest disk image. It demonstrates a few common items as well as | |
# runs a shell script with more in-depth commands that will be run on the | |
# appliance and saved to the disk image. See my 'customize-guest.sh' gist for | |
# an example of the type of script you may use. | |
# gist.github.com/0xSheepdog/07284a9b1a1a3e2d30cc63a40a89cb77 | |
$ virt-customize \ | |
-a rocky-9.0-x86_64.qcow2 \ | |
--root-password password:S3CRETPA$SW0RD \ |
OlderNewer