Skip to content

Commit

Permalink
Merge pull request #124 from elreydetoda/dev-stage
Browse files Browse the repository at this point in the history
adding clipboard and file sharing to qemu
  • Loading branch information
elreydetoda committed Oct 18, 2021
2 parents 4057ede + 735f2e7 commit b45557e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prov_packer/customization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ function wanted_packages() {
packages=(
# normally installed with ubuntu
'software-properties-common'
## from: https://github.com/wimpysworld/quickemu/tree/c0f03e6c9c146af569d3fd1309d2c9887d702b1f#ubuntu-guest
# used to enable clipboard support (QEMU)
'spice-vdagent'
# used to enable file sharing (QEMU)
'spice-webdavd'
)

apt-get install -y "${packages[@]}"
Expand Down

0 comments on commit b45557e

Please sign in to comment.