File: running_commands_in_Libvirt_guests.mdwn

package info (click to toggle)
propellor 5.17-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,812 kB
  • sloc: haskell: 17,721; makefile: 58; perl: 38; sh: 28
file content (5 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (4)
1
2
3
4
5
I need to run some random binaries in the guest I created with Libvirt.defined as part of the configuration.

I can define Cmd.property in the host definition, but what happens for the initial image creation? 

Is there some idiom for this I am missing?