File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function waitfor_boot_finished {
22
22
}
23
23
24
24
function install_packages {
25
- apt-get update && sudo apt-get install software-properties-common e2fsprogs nfs-common -y
25
+ apt-get update && sudo apt-get install software-properties-common e2fsprogs nfs-common locales iptables arptables ebtables ufw logrotate -y
26
26
add-apt-repository --yes --update ppa:ansible/ansible && sudo apt-get install ansible -y
27
27
ansible-galaxy collection install community.general
28
28
}
Original file line number Diff line number Diff line change @@ -74,11 +74,8 @@ source "qemu" "cloudimg" {
74
74
format = " qcow2"
75
75
headless = true
76
76
http_directory = " http"
77
- # TODO (darora): switch to minimal images
78
- # iso_checksum = "file:https://cloud-images.ubuntu.com/minimal/releases/noble/release/SHA256SUMS"
79
- # iso_url = "https://cloud-images.ubuntu.com/minimal/releases/noble/release/ubuntu-24.04-minimal-cloudimg-arm64.img"
80
- iso_checksum = " file:https://cloud-images.ubuntu.com/noble/current/SHA256SUMS"
81
- iso_url = " https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-arm64.img"
77
+ iso_checksum = " file:https://cloud-images.ubuntu.com/minimal/releases/noble/release/SHA256SUMS"
78
+ iso_url = " https://cloud-images.ubuntu.com/minimal/releases/noble/release/ubuntu-24.04-minimal-cloudimg-arm64.img"
82
79
memory = 40000
83
80
qemu_img_args {
84
81
convert = [" -o" , " compression_type=zstd" ]
You can’t perform that action at this time.
0 commit comments