Skip to content

Commit

Permalink
chore: add virtualbox snapshot build of TKL v18
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Apr 24, 2024
1 parent 2a87126 commit 807af6b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boot/main.build
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ build {
}

source "virtualbox-iso.boot" {
boot_command = local.boot_tkl18
boot_command = local.boot_tkl17
iso_checksum = "5cf017d2befe91556c8b79311ec6ec8a66f9ecf1bf358c182306196cfaa2ddde"
iso_urls = [
"${var.root_dir}/iso/turnkey-core-18.0-bookworm-amd64.iso",
Expand Down
4 changes: 4 additions & 0 deletions export/main.build
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ build {
source "virtualbox-vm.export" {
name = "tkl17"
}

source "virtualbox-vm.export" {
name = "tkl18"
}
4 changes: 4 additions & 0 deletions install/main.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ build {
source "virtualbox-vm.install" {
name = "tkl17"
}

source "virtualbox-vm.install" {
name = "tkl18"
}
}
4 changes: 4 additions & 0 deletions kernel/main.build
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ build {
source "virtualbox-vm.kernel" {
name = "tkl17"
}

source "virtualbox-vm.kernel" {
name = "tkl18"
}
4 changes: 4 additions & 0 deletions provision/main.build
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ build {
source "virtualbox-vm.provision" {
name = "tkl17"
}

source "virtualbox-vm.provision" {
name = "tkl18"
}
4 changes: 4 additions & 0 deletions update/main.build
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ build {
source "virtualbox-vm.update" {
name = "tkl17"
}

source "virtualbox-vm.update" {
name = "tkl18"
}

0 comments on commit 807af6b

Please sign in to comment.