summaryrefslogtreecommitdiffstats
path: root/libexec/container/create-qemu
diff options
context:
space:
mode:
authorSakirnth Nagarasa <sakirnth@gmail.com>2022-03-09 16:13:09 +0000
committerSakirnth Nagarasa <sakirnth@gmail.com>2022-03-09 16:13:09 +0000
commited356361fd254a9e19eb29e18ce4396a450fe6c7 (patch)
tree58f2c0734865668be43093b947f508e7c0a65d3b /libexec/container/create-qemu
parentCorrecting path for debconf scripts. (diff)
downloadcompute-tools-ed356361fd254a9e19eb29e18ce4396a450fe6c7.tar.xz
compute-tools-ed356361fd254a9e19eb29e18ce4396a450fe6c7.zip
Linux VM should be created correctly with preseed file.
Diffstat (limited to 'libexec/container/create-qemu')
-rwxr-xr-xlibexec/container/create-qemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/container/create-qemu b/libexec/container/create-qemu
index 8abd861..d56ac89 100755
--- a/libexec/container/create-qemu
+++ b/libexec/container/create-qemu
@@ -161,7 +161,7 @@ fi
case "${CONFIG_TEMPLATE}" in
'')
- CONFIG_TEMPLATE="/usr/share/${SOFTWARE}/config/container.conf.in"
+ CONFIG_TEMPLATE="/usr/share/${SOFTWARE}/config/vm.conf.in"
;;
esac