Add packaging for vagrant box and cleanup step

This commit is contained in:
2025-11-01 23:31:43 -04:00
parent 4b49404a0c
commit b7d76be6ce
9 changed files with 108 additions and 23 deletions

View File

@@ -39,7 +39,7 @@ source "qemu" "debian-13-64-vagrant" {
ssh_username = "root"
ssh_password = var.ssh_password
ssh_timeout = "60m"
vm_name = "debian-13-64-base"
vm_name = "debian-13-64-vagrant"
net_device = "virtio-net"
boot_wait = "5s"
}
@@ -50,7 +50,8 @@ build {
provisioner "shell" {
scripts = [
"scripts/vagrant.sh"
"scripts/vagrant.sh",
"scripts/clean.sh"
]
}
}