diff options
| author | spmfox <spmfox@foxwd.com> | 2023-06-17 01:14:15 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-06-17 01:14:15 -0400 |
| commit | c409afc261d4d435fdb55358b9b356e1da0ef791 (patch) | |
| tree | abdab70dfded0552297d52ee481c9c8cbf946c78 /docs/sample-environment.yml | |
| parent | 3b7578a6658ec2d4aa96344bacf4b116cbb1853c (diff) | |
correting error in sample environment
Diffstat (limited to 'docs/sample-environment.yml')
| -rw-r--r-- | docs/sample-environment.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/sample-environment.yml b/docs/sample-environment.yml index 5d1d9e9..cb982b0 100644 --- a/docs/sample-environment.yml +++ b/docs/sample-environment.yml @@ -8,6 +8,7 @@ all: pre_packages: #Install these packages before regular ones - epel-release packages: + - qemu-guest-agent - fish shell: "/usr/bin/fish" #Set shell for user test-el9: @@ -20,6 +21,7 @@ all: iso_path: "/path/to/isos/Fedora-Server-dvd-x86_64-38-1.6.iso" libvirt_vm_location_arguments: ",kernel=images/pxeboot/vmlinuz,initrd=images/pxeboot/initrd.img" #https://bugzilla.redhat.com/show_bug.cgi?id=2144105 packages: + - qemu-guest-agent - fish shell: "/usr/bin/fish" vars: |
