mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
(dev): update debian iso to 12.2.0 (#4214)
Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
This commit is contained in:
parent
60b5c47240
commit
4a194007a8
2 changed files with 8 additions and 19 deletions
|
@ -21,18 +21,8 @@
|
||||||
"ssh_username": "vagrant",
|
"ssh_username": "vagrant",
|
||||||
"type": "virtualbox-iso",
|
"type": "virtualbox-iso",
|
||||||
"vboxmanage": [
|
"vboxmanage": [
|
||||||
[
|
["modifyvm", "{{.Name}}", "--memory", "1024"],
|
||||||
"modifyvm",
|
["modifyvm", "{{.Name}}", "--cpus", "1"]
|
||||||
"{{.Name}}",
|
|
||||||
"--memory",
|
|
||||||
"1024"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"modifyvm",
|
|
||||||
"{{.Name}}",
|
|
||||||
"--cpus",
|
|
||||||
"1"
|
|
||||||
]
|
|
||||||
],
|
],
|
||||||
"vm_name": "raspiblitz-amd64"
|
"vm_name": "raspiblitz-amd64"
|
||||||
}
|
}
|
||||||
|
@ -63,10 +53,9 @@
|
||||||
],
|
],
|
||||||
"variables": {
|
"variables": {
|
||||||
"branch": "dev",
|
"branch": "dev",
|
||||||
"github_user": "rootzoll",
|
"github_user": "raspiblitz",
|
||||||
"iso_checksum": "3b0e9718e3653435f20d8c2124de6d363a51a1fd7f911b9ca0c6db6b3d30d53e",
|
"iso_checksum": "23ab444503069d9ef681e3028016250289a33cc7bab079259b73100daee0af66",
|
||||||
"iso_checksum_type": "sha256",
|
"iso_checksum_type": "sha256",
|
||||||
"iso_url": "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.0.0-amd64-netinst.iso"
|
"iso_url": "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.2.0-amd64-netinst.iso"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,8 @@ variable "boot" { default = "uefi" }
|
||||||
variable "preseed_file" { default = "preseed.cfg" }
|
variable "preseed_file" { default = "preseed.cfg" }
|
||||||
variable "hostname" { default = "raspiblitz-amd64" }
|
variable "hostname" { default = "raspiblitz-amd64" }
|
||||||
|
|
||||||
variable "iso_name" { default = "debian-12.1.0-amd64-netinst.iso" }
|
variable "iso_name" { default = "debian-12.2.0-amd64-netinst.iso" }
|
||||||
variable "iso_checksum" { default = "9f181ae12b25840a508786b1756c6352a0e58484998669288c4eec2ab16b8559" }
|
variable "iso_checksum" { default = "23ab444503069d9ef681e3028016250289a33cc7bab079259b73100daee0af66" }
|
||||||
|
|
||||||
variable "disk_size" { default = "30000" }
|
variable "disk_size" { default = "30000" }
|
||||||
variable "memory" { default = "4096" }
|
variable "memory" { default = "4096" }
|
||||||
|
@ -65,7 +65,7 @@ source "qemu" "debian" {
|
||||||
disk_size = var.disk_size
|
disk_size = var.disk_size
|
||||||
http_directory = "./http"
|
http_directory = "./http"
|
||||||
iso_checksum = var.iso_checksum
|
iso_checksum = var.iso_checksum
|
||||||
iso_url = "http://cdimage.debian.org/cdimage/release/current/amd64/iso-cd/${var.iso_name}"
|
iso_url = "https://cdimage.debian.org/cdimage/release/current/amd64/iso-cd/${var.iso_name}"
|
||||||
memory = var.memory
|
memory = var.memory
|
||||||
output_directory = "../builds/${local.name_template}-qemu"
|
output_directory = "../builds/${local.name_template}-qemu"
|
||||||
shutdown_command = "echo 'raspiblitz' | sudo /sbin/shutdown -hP now"
|
shutdown_command = "echo 'raspiblitz' | sudo /sbin/shutdown -hP now"
|
||||||
|
|
Loading…
Add table
Reference in a new issue