From 7c674a11ca49df28f78f49a876660891ad7b4355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sp=C3=B6hel?= Date: Thu, 24 Aug 2023 16:35:18 +0200 Subject: basic cnt build for vms (debconf only) --- .../build-scripts/debconf.d/0003-debconf.templates | 82 ++++++++++++++++++++++ 1 file changed, 82 insertions(+) (limited to 'share/build-scripts/debconf.d/0003-debconf.templates') diff --git a/share/build-scripts/debconf.d/0003-debconf.templates b/share/build-scripts/debconf.d/0003-debconf.templates index 551033a..5d83df3 100644 --- a/share/build-scripts/debconf.d/0003-debconf.templates +++ b/share/build-scripts/debconf.d/0003-debconf.templates @@ -274,3 +274,85 @@ Description: Nameserver Resolver Options? See resolv.conf(5) for more information about the 'options' option. . This defaults to empty. + +Template: container/cpu +Type: string +Default: +Description: Cpu + VM CPU should be emulated. + . + Use 'host' for kvm. + . + This defaults to empty. + +Template: container/memory +Type: string +Default: +Description: Memory + Memory options for the VM. + . + This defaults to empty. + +Template: container/display +Type: string +Default: +Description: Display + Display options for the VM. + . + This defaults to empty. + +Template: container/serial +Type: string +Default: +Description: Serial + Serial options for the VM. + . + This defaults to empty. + +Template: container/monitor +Type: string +Default: +Description: Monitor + Monitor options for the VM. + . + This defaults to empty. + +Template: container/firmware +Type: string +Default: +Description: Firmware + Firmware options for the VM. + . + This defaults to empty. + +Template: container/drive +Type: string +Default: +Description: Drive + Drive options for the VM. + . + This defaults to empty. + +Template: container/netdev +Type: string +Default: +Description: Netdev + Netdev options for the VM. + . + This defaults to empty. + +Template: container/qemu-raw +Type: string +Default: +Description: Qemu-raw + Raw options for the VM. + . + This defaults to empty. + +Template: container/boot-method +Type: string +Default: +Description: Boot-method + Either 'efi' or 'legacy'. + . + This defaults to empty. -- cgit v1.2.3