modules: virtualization: Update to Fedora 42
This commit is contained in:
@@ -69,7 +69,7 @@ class vm($name, $config) {
|
|||||||
|
|
||||||
$format = $config->format || "qcow2" # used for file extension and parameter name
|
$format = $config->format || "qcow2" # used for file extension and parameter name
|
||||||
$index = $config->index || $i
|
$index = $config->index || $i
|
||||||
$distro_uid = $config->distro_uid || "fedora41-x86_64"
|
$distro_uid = $config->distro_uid || "fedora42-x86_64"
|
||||||
$sshkey struct{ssh_type str; ssh_key str; ssh_comment str} = $config->sshkey # TODO: unification
|
$sshkey struct{ssh_type str; ssh_key str; ssh_comment str} = $config->sshkey # TODO: unification
|
||||||
$root_password_selector = $config->root_password_selector || "disabled"
|
$root_password_selector = $config->root_password_selector || "disabled"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user