| 345 | |
| 346 | === Setting Qemu Parameters === |
| 347 | |
| 348 | The containers system has a more limited ability to set qemu parameters. Right now a custom image can be loaded using the {{{containers::qemu_url}}} attribute and the architecture of the qemu VM can be chosen using {{{containers:qemu_arch}}}. Valid qemu architectures are: |
| 349 | |
| 350 | || __Param__ || __Meaning__ || |
| 351 | || i386 || 32 bit Intel || |
| 352 | || x86_64 || 64-bit Intel || |
| 353 | |
| 354 | The image URL must be reachable from inside DETER. The image must be a qcow2 image, optionally bzip2ed. Facilities to snapshot and store such images are in development. |