libguestfs / guestfs-tools

Tools for accessing and modifying guest disk images
https://libguestfs.org
GNU General Public License v2.0
15 stars 7 forks source link

virt-install output is missing preseed argument in --extra-args #7

Open c3d opened 2 years ago

c3d commented 2 years ago

Trying to work on #1, I used the virt-install output from https://github.com/rwmjones/guestfs-tools/blob/master/builder/templates/ubuntu-20.04.virt-install-cmd. It is not starting in automated mode because it's missing the ks=/preseed.cfg in the --extra-args option.