diff options
author | Sakirnth Nagarasa <sakirnth@gmail.com> | 2022-03-09 16:13:09 +0000 |
---|---|---|
committer | Sakirnth Nagarasa <sakirnth@gmail.com> | 2022-03-09 16:13:09 +0000 |
commit | ed356361fd254a9e19eb29e18ce4396a450fe6c7 (patch) | |
tree | 58f2c0734865668be43093b947f508e7c0a65d3b /libexec/container/create | |
parent | Correcting path for debconf scripts. (diff) | |
download | compute-tools-ed356361fd254a9e19eb29e18ce4396a450fe6c7.tar.xz compute-tools-ed356361fd254a9e19eb29e18ce4396a450fe6c7.zip |
Linux VM should be created correctly with preseed file.
Diffstat (limited to '')
-rwxr-xr-x | libexec/container/create-qemu | 2 |
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 |