Skip to content

Commit

Permalink
Fix cache URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ladar committed Dec 2, 2023
1 parent 8c8336f commit b7c6f04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 74 deletions.
73 changes: 0 additions & 73 deletions generic-libvirt-a64.json
Original file line number Diff line number Diff line change
Expand Up @@ -1133,79 +1133,6 @@
"ssh_timeout": "9800s",
"shutdown_command": "echo 'vagrant' | sudo -S shutdown -P now"
},
{
"type": "qemu",
"name": "generic-debian12-libvirt-a65",
"vm_name": "generic-debian12-libvirt-a65",
"output_directory": "output/generic-debian12-libvirt-a65",
"qemu_binary": "qemu-system-aarch64",
"boot_wait": "10s",
"boot_keygroup_interval": "1s",
"boot_command": [],
"qemuargs": [
[
"-display",
"gtk"
],
[
"-machine",
"virt,gic-version=2,dump-guest-core=off,acpi=on,usb=on"
],
[
"-cpu",
"max"
],
[
"-device",
"ramfb"
],
[
"-accel",
"tcg"
],
[
"-boot",
"strict=off,order=cd,menu=off"
],
[
"-device",
"driver=virtio-keyboard-pci"
],
[
"-device",
"qemu-xhci"
],
[
"-device",
"{'driver':'usb-kbd','id':'input0'}"
]
],
"efi_boot": false,
"use_pflash": false,
"firmware": "/usr/share/uboot/aarch64/qemu_arm64/u-boot.bin",
"format": "qcow2",
"disk_size": "131072",
"disk_discard": "ignore",
"disk_detect_zeroes": "on",
"disk_cache": "none",
"disk_image": false,
"disk_compression": true,
"disk_interface": "virtio-scsi",
"cdrom_interface": "virtio",
"net_device": "e1000",
"cpus": 4,
"memory": 4096,
"http_directory": "http",
"headless": true,
"iso_url": "https://cdimage.debian.org/cdimage/release/12.2.0/arm64/iso-dvd/debian-12.2.0-arm64-DVD-1.iso",
"iso_checksum": "sha256:88aed587dbfba90d689394b99951509e3160d9cbd659f75bf4a6079c9ac0e717",
"ssh_username": "root",
"ssh_password": "vagrant",
"ssh_port": 22,
"ssh_handshake_attempts": 1000,
"ssh_timeout": "9800s",
"shutdown_command": "echo 'vagrant' | sudo -S shutdown -P now"
},
{
"type": "qemu",
"name": "generic-alpine318-libvirt-a64",
Expand Down
2 changes: 1 addition & 1 deletion packer-cache-a64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"builders": [
{
"name": "debian12-a64",
"output_directory": "output/debian12-cd-a64",
"output_directory": "output/debian12-a64",
"iso_url": "https://cdimage.debian.org/cdimage/release/12.2.0/arm64/iso-cd/debian-12.2.0-arm64-netinst.iso",
"iso_checksum": "sha256:7b8f2ff9bd422fc1cba7d5978bace17ecf48ba23842e7e7e13b0d8ba502a7556",
"boot_wait": "5s",
Expand Down

0 comments on commit b7c6f04

Please sign in to comment.