Last active
December 13, 2017 23:17
-
-
Save sferich888/9e46f32901d6a14d9a1c189e0cf3d784 to your computer and use it in GitHub Desktop.
Using virt-install to test kickstart files (without a webserver).
This file contains 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
sudo virt-install -n test -r 2048 --disk path=/var/lib/libvirt/images/test.img,size=25,format=qcow2,sparse=false --location="https://mirrors.rit.edu/fedora/fedora/linux/releases/27/Workstation/x86_64/os/" --initrd-inject=fedora.ks -x "ks=file:/fedora.ks" --noautoconsole |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment